diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-01-09 17:37:48 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-01-09 17:37:48 +0000 |
commit | 880af355701feaeb38b091d17fcf4f1d61156975 (patch) | |
tree | eb91fe56f1cb6926583008a1631892eec8e9e493 | |
parent | ff5df8c9185e0adc050ef7e0d0b5cbc3372174e3 (diff) | |
download | freebsd-ports-880af355701feaeb38b091d17fcf4f1d61156975.zip |
Document libvncserver vulnerabilities
PR: 215805
Security: CVE-2016-9941 CVE-2016-9942
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index e48b36fb0b0f..f81b8f9aa5eb 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="64be967a-d379-11e6-a071-001e67f15f5a"> + <topic>libvncserver -- multiple buffer overflows</topic> + <affects> + <package> + <name>libvncserver</name> + <range><lt>0.9.11</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>libvnc server reports:</p> + <blockquote cite="https://github.com/LibVNC/libvncserver/pull/137"> + <p>Two unrelated buffer overflows can be used by a malicious server to overwrite parts of the heap and crash the client (or possibly execute arbitrary code).</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/LibVNC/libvncserver/pull/137</url> + <cvename>CVE-2016-9941</cvename> + <cvename>CVE-2016-9942</cvename> + <freebsdpr>ports/215805</freebsdpr> + </references> + <dates> + <discovery>2016-11-24</discovery> + <entry>2017-01-09</entry> + </dates> + </vuln> + <vuln vid="83041ca7-d690-11e6-9171-14dae9d210b8"> <topic>libdwarf -- multiple vulnerabilities</topic> <affects> |