From 989d7ad1335bf9473db75b94b58d7036619be5d0 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Wed, 2 Dec 2015 12:21:42 +0100 Subject: net-sctp: CVE-2015-1421 Fix slab corruption from use after free on INIT collisions. Fix for linux-yocto 3.14. Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1421 Upstream fix: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/patch/ ?id=43e39c2f63240f67a67b4060882f67dac1a6f339 Signed-off-by: Sona Sarmadi Signed-off-by: Huimin She --- recipes-kernel/linux/linux-yocto_3.14.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-yocto_3.14.bbappend b/recipes-kernel/linux/linux-yocto_3.14.bbappend index e4eac54..a10743c 100644 --- a/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -5,4 +5,5 @@ SRC_URI += "file://HID_CVE_patches/0005-HID-steelseries-validate-output-report-d file://udp_fix_behavior_of_wrong_checksums.patch \ file://net-CVE-2015-2041.patch \ file://IB-uverbs-CVE-2014-8159.patch \ + file://net-sctp-CVE-2015-1421.patch \ " -- cgit v1.2.3-54-g00ecf