diff options
author | Andreas Wellving <andreas.wellving@enea.com> | 2018-10-17 14:46:59 +0200 |
---|---|---|
committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2018-10-24 12:45:16 +0200 |
commit | c380c25c485c1a2ef86f89a9e2b971c55f3c1b2c (patch) | |
tree | 87a0c37325d59277870169a4721372c5ad965897 /patches/cve/4.1.x.scc | |
parent | 4249123a9fe6922ad8abf912db7d18c2d436dc6d (diff) | |
download | enea-kernel-cache-c380c25c485c1a2ef86f89a9e2b971c55f3c1b2c.tar.gz |
net/packet: CVE-2017-7308
net/packet: fix overflow in check for priv area size
References:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-4.1.y&id=dd07486ceba48b5d2157b212bb9bd5ce9a46b593
Change-Id: I21713abf14677f885f66c627fa0e83dbde286237
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/cve/4.1.x.scc b/patches/cve/4.1.x.scc index 2f3ae79..17685e1 100644 --- a/patches/cve/4.1.x.scc +++ b/patches/cve/4.1.x.scc | |||
@@ -11,3 +11,4 @@ patch CVE-2017-7895-nfsd-stricter-decoding-of-write-like-NFSv2-v3-ops.patch | |||
11 | #fixed in 4.1.41 | 11 | #fixed in 4.1.41 |
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 | ||