diff options
author | Yue Tao <Yue.Tao@windriver.com> | 2014-06-15 22:24:44 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-06-15 23:21:56 -0400 |
commit | 26b31ad72899a68d93029f5cce4afa63c3b78a6b (patch) | |
tree | e0d1c162da0fd449b4887e7f3b8e1c77ff0f1cfd /meta-networking/recipes-protocols/quagga/quagga.inc | |
parent | d42a2e16056777615e6bcc126cdb92db3b4f9cdf (diff) | |
download | meta-openembedded-26b31ad72899a68d93029f5cce4afa63c3b78a6b.tar.gz |
quagga: Security Advisory - CVE-2012-1820
The bgp_capability_orf function in bgpd in Quagga 0.99.20.1 and earlier
allows remote attackers to cause a denial of service (assertion failure
and daemon exit) by leveraging a BGP peering relationship and sending a
malformed Outbound Route Filtering (ORF) capability TLV in an OPEN
message.
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-1820
Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols/quagga/quagga.inc')
-rw-r--r-- | meta-networking/recipes-protocols/quagga/quagga.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index 5eeb18beb..5ab43b300 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-networking/recipes-protocols/quagga/quagga.inc | |||
@@ -36,6 +36,8 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/quagga${QUAGGASUBDIR}/quagga-${PV}.tar.gz;name | |||
36 | file://quagga.pam \ | 36 | file://quagga.pam \ |
37 | file://ripd-fix-two-bugs-after-received-SIGHUP.patch \ | 37 | file://ripd-fix-two-bugs-after-received-SIGHUP.patch \ |
38 | file://quagga-Avoid-duplicate-connected-address.patch \ | 38 | file://quagga-Avoid-duplicate-connected-address.patch \ |
39 | file://0001-bgpd-CVE-2012-1820-DoS-in-bgp_capability_orf.patch \ | ||
40 | file://0001-bgpd-relax-ORF-capability-length-handling.patch \ | ||
39 | " | 41 | " |
40 | 42 | ||
41 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | 43 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" |