Message ID | 20181012160946.23935-1-kleber.souza@canonical.com |
---|---|
Headers | show |
Series | Fix for CVE-2017-13168 | expand |
On 2018-10-12 18:09:44 , Kleber Souza wrote: > https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-13168.html > > It was discovered that the generic SCSI driver in the Linux kernel did not > properly enforce permissions on kernel memory access. A local attacker > could use this to expose sensitive information or possibly elevate > privileges. > > Clean cherry-pick for Bionic, minor backport needed for Trusty since a > couple of helpers are not present in 3.13. Compile tested. > > Already fixed in Xenial as part as one of the upstream stable updates. > > Jann Horn (1): > scsi: sg: mitigate read/write abuse > > drivers/scsi/sg.c | 42 ++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 40 insertions(+), 2 deletions(-) > Acked-by: Khalid Elmously <khalid.elmously@canonical.com>
On 12.10.18 18:09, Kleber Sacilotto de Souza wrote: > https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-13168.html > > It was discovered that the generic SCSI driver in the Linux kernel did not > properly enforce permissions on kernel memory access. A local attacker > could use this to expose sensitive information or possibly elevate > privileges. > > Clean cherry-pick for Bionic, minor backport needed for Trusty since a > couple of helpers are not present in 3.13. Compile tested. > > Already fixed in Xenial as part as one of the upstream stable updates. > > Jann Horn (1): > scsi: sg: mitigate read/write abuse > > drivers/scsi/sg.c | 42 ++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 40 insertions(+), 2 deletions(-) > Acked-by: Stefan Bader <stefan.bader@canonical.com>
On 2018-10-12 18:09:44 , Kleber Souza wrote: > https://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-13168.html > > It was discovered that the generic SCSI driver in the Linux kernel did not > properly enforce permissions on kernel memory access. A local attacker > could use this to expose sensitive information or possibly elevate > privileges. > > Clean cherry-pick for Bionic, minor backport needed for Trusty since a > couple of helpers are not present in 3.13. Compile tested. > > Already fixed in Xenial as part as one of the upstream stable updates. > > Jann Horn (1): > scsi: sg: mitigate read/write abuse > > drivers/scsi/sg.c | 42 ++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 40 insertions(+), 2 deletions(-) > > -- > 2.17.1 > > > -- > kernel-team mailing list > kernel-team@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/kernel-team