From a63ce710f8d26ad6732602a743ff346a656efb27 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Tue, 5 Jan 2016 13:27:21 +0100 Subject: kernel-ipv6: CVE-2015-2922 Fixes denial of service (DoS) attack against IPv6 network stacks due to improper handling of Router Advertisements. References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-2922 http://www.openwall.com/lists/oss-security/2015/04/04/2 Upstream fix: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/ patch/?id=c85b2d7e9fa44286feaac33031db1dd0e4c9ed3b Signed-off-by: Sona Sarmadi Signed-off-by: Tudor Florea --- recipes-kernel/linux/linux-hierofalcon_3.19.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/linux/linux-hierofalcon_3.19.bb') diff --git a/recipes-kernel/linux/linux-hierofalcon_3.19.bb b/recipes-kernel/linux/linux-hierofalcon_3.19.bb index 26dfa6d..82ad305 100644 --- a/recipes-kernel/linux/linux-hierofalcon_3.19.bb +++ b/recipes-kernel/linux/linux-hierofalcon_3.19.bb @@ -25,6 +25,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.19;branch="standard/qemuarm6 file://fs-CVE-2015-5706.patch \ file://md-CVE-2015-5697.patch \ file://vhost-CVE-2015-6252.patch \ + file://ipv6-CVE-2015-2922.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf