summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-05-26 17:21:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-27 17:47:11 +0100
commit5b549c6d73e91fdbd0b618a752d618deb1449ef9 (patch)
tree6f8170c5d13c22cbb3224653498755b8ff64117f /meta/recipes-connectivity/ppp/ppp_2.4.7.bb
parentb00cc34f8251fa1cc478de112292e105f12127d7 (diff)
downloadopenembedded-core-contrib-5b549c6d73e91fdbd0b618a752d618deb1449ef9.tar.gz
ppp: Security Advisory - CVE-2015-3310
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3310 Buffer overflow in the rc_mksid function in plugins/radius/util.c in Paul's PPP Package (ppp) 2.4.6 and earlier, when the PID for pppd is greater than 65535, allows remote attackers to cause a denial of service (crash) via a start accounting message to the RADIUS server. oe-core is using ppp 2.4.7, and this CVE say ppp 2.4.7 was not effected, but I found this buggy codes are same between 2.4.6 and 2.4.7, and 2.4.7 should have this issue. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ppp/ppp_2.4.7.bb')
-rw-r--r--meta/recipes-connectivity/ppp/ppp_2.4.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
index 4219d45591..adc38e10b4 100644
--- a/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
+++ b/meta/recipes-connectivity/ppp/ppp_2.4.7.bb
@@ -29,6 +29,7 @@ SRC_URI = "http://ppp.samba.org/ftp/ppp/ppp-${PV}.tar.gz \
file://provider \
file://0001-ppp-Fix-compilation-errors-in-Makefile.patch \
file://ppp@.service \
+ file://fix-CVE-2015-3310.patch \
"
SRC_URI[md5sum] = "78818f40e6d33a1d1de68a1551f6595a"