diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2019-07-10 14:49:36 +0200 |
---|---|---|
committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2019-07-12 11:00:08 +0200 |
commit | 76aa6326232ccf2250cc2981fce1715613b071c8 (patch) | |
tree | 907a2ae57ee54de915a57a213b50d89f9dd8413b /patches/cve/4.9.x.scc | |
parent | ecdba6d66029ed38ea9711953b9b47e785fa38b7 (diff) | |
download | enea-kernel-cache-76aa6326232ccf2250cc2981fce1715613b071c8.tar.gz |
net: CVE-2019-11815
net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().
References:
https://nvd.nist.gov/vuln/detail/CVE-2019-11815
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.9.y&id=a1aa69beac4d88dfb892a95ee04fe6f932803952
Change-Id: Idd83d9a8e84f1560a660dc028d6fc191efad8927
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 771e9b7..6259efc 100644 --- a/patches/cve/4.9.x.scc +++ b/patches/cve/4.9.x.scc | |||
@@ -72,3 +72,6 @@ patch CVE-2019-9213-mm-enforce-min-addr-even-if-capable-in-expand_downwa.patch | |||
72 | 72 | ||
73 | #CVEs fixed in 4.9.163: | 73 | #CVEs fixed in 4.9.163: |
74 | patch CVE-2019-8980-exec-Fix-mem-leak-in-kernel_read_file.patch | 74 | patch CVE-2019-8980-exec-Fix-mem-leak-in-kernel_read_file.patch |
75 | |||
76 | #CVEs fixed in 4.9.169: | ||
77 | patch CVE-2019-11815-net-rds-force-to-destroy-connection-if-t_sock-is-NUL.patch | ||