diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-17 15:08:48 +0200 |
---|---|---|
committer | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-25 13:21:05 +0200 |
commit | 260a690d270fd1273f841e65a7eebea46ab34bfc (patch) | |
tree | 05bca464c1c356fd4629395fb977d0406af4a7eb /patches/cve/4.1.x.scc | |
parent | 7b270f1e59dd4bf0eb91eb9c8955afa51a3deee7 (diff) | |
download | enea-kernel-cache-260a690d270fd1273f841e65a7eebea46ab34bfc.tar.gz |
packet: CVE-2017-1000111
packet: fix tp_reserve race in packet_set_ring
References:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.1.y&id=b7761b0cd80d832e40a46ec0078ab02596dbc350
Change-Id: Ie32504e8ed6d2aefe350f9e501dca7236c3085ed
Signed-off-by: Andreas Wellving <andreas.wellving@enea.com>
Diffstat (limited to 'patches/cve/4.1.x.scc')
-rw-r--r-- | patches/cve/4.1.x.scc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/cve/4.1.x.scc b/patches/cve/4.1.x.scc index 60a7c67..6386a9b 100644 --- a/patches/cve/4.1.x.scc +++ b/patches/cve/4.1.x.scc | |||
@@ -19,3 +19,6 @@ patch CVE-2017-9074-ipv6-Prevent-overrun-when-parsing-v6-header-options.patch | |||
19 | #fixed in 4.1.43 | 19 | #fixed in 4.1.43 |
20 | patch CVE-2017-18017-netfilter-xt_TCPMSS-add-more-sanity-tests-on-tcph-do.patch | 20 | patch CVE-2017-18017-netfilter-xt_TCPMSS-add-more-sanity-tests-on-tcph-do.patch |
21 | 21 | ||
22 | #fixed in 4.1.44 | ||
23 | patch CVE-2017-1000111-packet-fix-tp_reserve-race-in-packet_set_ring.patch | ||
24 | |||