diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2019-07-10 09:35:03 +0200 |
---|---|---|
committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2019-07-12 14:02:34 +0200 |
commit | 41f8ec53f2fcbb9cb476e355ed61d67cd77a03e4 (patch) | |
tree | c704ff93acc2be1f0b77961de34e26d980e562c7 /patches/cve/4.9.x.scc | |
parent | 61c4c50172bc2ef605d686c11508c3690bb4a36b (diff) | |
download | enea-kernel-cache-41f8ec53f2fcbb9cb476e355ed61d67cd77a03e4.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: I63e9ecc3091d8c0ff8bc9de49680fe4e7632eb81
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 2794efe..99eb8ce 100644 --- a/patches/cve/4.9.x.scc +++ b/patches/cve/4.9.x.scc | |||
@@ -31,3 +31,6 @@ patch CVE-2018-20169-USB-check-usb_get_extra_descriptor-for-proper-size.patch | |||
31 | 31 | ||
32 | #CVEs fixed in 4.9.151: | 32 | #CVEs fixed in 4.9.151: |
33 | patch CVE-2018-16884-sunrpc-use-after-free-in-svc_process_common.patch | 33 | patch CVE-2018-16884-sunrpc-use-after-free-in-svc_process_common.patch |
34 | |||
35 | #CVEs fixed in 4.9.162: | ||
36 | patch CVE-2019-9213-mm-enforce-min-addr-even-if-capable-in-expand_downwa.patch | ||