diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-11-10 11:18:50 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-11-10 11:18:50 +0800 |
commit | 63988f8b3a4a5d24d57d8e8e8fca2744cfdc5ea6 (patch) | |
tree | 9ee95f47b708990b62d4f544c2856fa3ba74fb42 /security | |
parent | a9e0bc58e7a97acd1a8082e7478e6693d7fdbdb1 (diff) | |
download | freebsd-ports-gnome-63988f8b3a4a5d24d57d8e8e8fca2744cfdc5ea6.tar.gz freebsd-ports-gnome-63988f8b3a4a5d24d57d8e8e8fca2744cfdc5ea6.tar.zst freebsd-ports-gnome-63988f8b3a4a5d24d57d8e8e8fca2744cfdc5ea6.zip |
Revise lldpd entry to cover denial of service CVE and add references.
PR: 204044
Security: CVE-2015-8012
Security: CVE-2015-8011
Security: https://vuxml.FreeBSD.org/freebsd/2a4a112a-7c1b-11e5-bd77-0800275369e2.html
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 21aa9a0d8ff5..c2354b90763e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -290,7 +290,7 @@ Notes: </vuln> <vuln vid="2a4a112a-7c1b-11e5-bd77-0800275369e2"> - <topic>lldpd -- Buffer overflow</topic> + <topic>lldpd -- Buffer overflow/Denial of service</topic> <affects> <package> <name>lldpd</name> @@ -304,14 +304,22 @@ Notes: <p>A buffer overflow may allow arbitrary code execution only if hardening was disabled.</p> </blockquote> + <blockquote cite="https://github.com/vincentbernat/lldpd/commit/793526f8884455f43daecd0a2c46772388417a00"> + <p>Malformed packets should not make lldpd crash. Ensure we can + handle them by not using assert() in this part.</p> + </blockquote> </body> </description> <references> + <cvename>CVE-2015-8011</cvename> + <cvename>CVE-2015-8012</cvename> <url>https://github.com/vincentbernat/lldpd/raw/0.7.19/NEWS</url> + <url>http://www.openwall.com/lists/oss-security/2015/10/30/2</url> </references> <dates> <discovery>2015-10-04</discovery> <entry>2015-10-26</entry> + <modified>2015-11-10</modified> </dates> </vuln> |