diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-17 14:49:40 +0200 |
---|---|---|
committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2018-10-24 12:45:37 +0200 |
commit | a6b0b1077b78acbeb4766ccf1a742efa59d6312e (patch) | |
tree | 81167312fa649401ec65504c44087ad99db4dfc6 /patches/cve/4.1.x.scc | |
parent | c380c25c485c1a2ef86f89a9e2b971c55f3c1b2c (diff) | |
download | enea-kernel-cache-a6b0b1077b78acbeb4766ccf1a742efa59d6312e.tar.gz |
ipv6: CVE-2017-9074
ipv6: Prevent overrun when parsing v6 header options
References:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.1.y&id=e7f05ff30b0cd72b00c8ca7be3cd48fedf96550f
Change-Id: I68b0cc05c982bfe649ac3dfafb876e39ffa0e64f
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 17685e1..341f0f2 100644 --- a/patches/cve/4.1.x.scc +++ b/patches/cve/4.1.x.scc | |||
@@ -12,3 +12,6 @@ patch CVE-2017-7895-nfsd-stricter-decoding-of-write-like-NFSv2-v3-ops.patch | |||
12 | patch CVE-2017-10661-timerfd-Protect-the-might-cancel-mechanism-proper.patch | 12 | patch CVE-2017-10661-timerfd-Protect-the-might-cancel-mechanism-proper.patch |
13 | patch CVE-2017-18221-mlock-fix-mlock-count-can-not-decrease-in-race-condi.patch | 13 | patch CVE-2017-18221-mlock-fix-mlock-count-can-not-decrease-in-race-condi.patch |
14 | patch CVE-2017-7308-net-packet-fix-overflow-in-check-for-priv-area-size.patch | 14 | patch CVE-2017-7308-net-packet-fix-overflow-in-check-for-priv-area-size.patch |
15 | |||
16 | #fixed in 4.1.42 | ||
17 | patch CVE-2017-9074-ipv6-Prevent-overrun-when-parsing-v6-header-options.patch | ||