diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2019-07-10 14:36:36 +0200 |
---|---|---|
committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2019-07-12 10:53:58 +0200 |
commit | 94e34e42a6f08d2477967ad22d678584718f3cb6 (patch) | |
tree | 9e617751b319bec6bc8fc869f6fc016504ae39d4 /patches/cve/4.9.x.scc | |
parent | ed745d7145a2b8fdc9145cd4af961f99a90b846a (diff) | |
download | enea-kernel-cache-94e34e42a6f08d2477967ad22d678584718f3cb6.tar.gz |
mm: CVE-2019-9213
mm: enforce min addr even if capable() in expand_downwards()
References:
https://nvd.nist.gov/vuln/detail/CVE-2019-9213
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.9.y&id=331fc4df776be3e5a88a1a9f08ef2f7e063ef1a9
Change-Id: I64e229fd9f213e34cdf0154dc932b11c8651c696
Signed-off-by: Andreas Wellving <andreas.wellving@enea.com>
Diffstat (limited to 'patches/cve/4.9.x.scc')
-rw-r--r-- | patches/cve/4.9.x.scc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/cve/4.9.x.scc b/patches/cve/4.9.x.scc index 58d731a..4a17a1b 100644 --- a/patches/cve/4.9.x.scc +++ b/patches/cve/4.9.x.scc | |||
@@ -66,3 +66,6 @@ patch CVE-2018-20169-USB-check-usb_get_extra_descriptor-for-proper-size.patch | |||
66 | 66 | ||
67 | #CVEs fixed in 4.9.151: | 67 | #CVEs fixed in 4.9.151: |
68 | patch CVE-2018-16884-sunrpc-use-after-free-in-svc_process_common.patch | 68 | patch CVE-2018-16884-sunrpc-use-after-free-in-svc_process_common.patch |
69 | |||
70 | #CVEs fixed in 4.9.162: | ||
71 | patch CVE-2019-9213-mm-enforce-min-addr-even-if-capable-in-expand_downwa.patch | ||