summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/quagga/quagga.inc
diff options
context:
space:
mode:
authorYue Tao <Yue.Tao@windriver.com>2014-06-15 22:24:44 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2014-06-15 23:21:56 -0400
commit26b31ad72899a68d93029f5cce4afa63c3b78a6b (patch)
treee0d1c162da0fd449b4887e7f3b8e1c77ff0f1cfd /meta-networking/recipes-protocols/quagga/quagga.inc
parentd42a2e16056777615e6bcc126cdb92db3b4f9cdf (diff)
downloadmeta-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.inc2
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
41PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" 43PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"