diff options
author | sem <sem@FreeBSD.org> | 2012-06-05 23:15:21 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2012-06-05 23:15:21 +0800 |
commit | e959dc020bc9a62695cbb993df4e7d4a8d195de4 (patch) | |
tree | e7b9236e6462a453e025b8fdd420e32ae15579ef /security | |
parent | 5a3accb203acd2e2e8da212a5722fb6bd906e21b (diff) | |
download | freebsd-ports-gnome-e959dc020bc9a62695cbb993df4e7d4a8d195de4.tar.gz freebsd-ports-gnome-e959dc020bc9a62695cbb993df4e7d4a8d195de4.tar.zst freebsd-ports-gnome-e959dc020bc9a62695cbb993df4e7d4a8d195de4.zip |
- Document the last quagga vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 3c77a7338469..7c0198f5a69f 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,42 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1e14d46f-af1f-11e1-b242-00215af774f0"> + <topic>quagga -- BGP OPEN denial of service vulnerability</topic> + <affects> + <package> + <name>quagga</name> + <range><le>0.99.20.1</le></range> + </package> + <package> + <name>quagga-re</name> + <range><lt>0.99.17.10</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>CERT reports:</p> + <blockquote cite="http://www.kb.cert.org/vuls/id/962587"> + <p>If a pre-configured BGP peer sends a specially-crafted OPEN + message with a malformed ORF capability TLV, Quagga bgpd process + will erroneously try to consume extra bytes from the input packet + buffer. The process will detect a buffer overrun attempt before + it happens and immediately terminate with an error message. All + BGP sessions established by the attacked router will be closed + and its BGP routing disrupted.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-1820</cvename> + <url>http://www.kb.cert.org/vuls/id/962587</url> + </references> + <dates> + <discovery>2012-06-04</discovery> + <entry>2012-06-05</entry> + </dates> + </vuln> + <vuln vid="de6d8290-aef7-11e1-898f-14dae938ec40"> <topic>mail/sympa* -- Multiple vulnerabilities in Sympa archive management</topic> <affects> |