diff options
author | kwm <kwm@FreeBSD.org> | 2016-08-29 01:53:49 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-08-29 01:53:49 +0800 |
commit | 53f901a3225a3890e6cee3b4df75f2c11eaabce6 (patch) | |
tree | f216f3c903dc971eb935782c11e41f6eaa1389b8 /security | |
parent | 2b4d6b7e621f845802b2c32966091c23813fb3fd (diff) | |
download | freebsd-ports-gnome-53f901a3225a3890e6cee3b4df75f2c11eaabce6.tar.gz freebsd-ports-gnome-53f901a3225a3890e6cee3b4df75f2c11eaabce6.tar.zst freebsd-ports-gnome-53f901a3225a3890e6cee3b4df75f2c11eaabce6.zip |
Document libxml2 vulnabilities.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5248ce7398ab..20acdf0892a2 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,71 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="e195679d-045b-4953-bb33-be0073ba2ac6"> + <topic>libxml2 -- multiple vulnabilities</topic> + <affects> + <package> + <name>libxml2</name> + <range><lt>2.9.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Daniel Veillard reports:</p> + <blockquote cite="https://mail.gnome.org/archives/xml/2016-May/msg00023.html"> + <p>More format string warnings with possible format string + vulnerability (David Kilzer)</p> + <p>Avoid building recursive entities (Daniel Veillard)</p> + <p>Heap-based buffer overread in htmlCurrentChar (Pranjal Jumde)</p> + <p>Heap-based buffer-underreads due to xmlParseName (David Kilzer)</p> + <p>Heap use-after-free in xmlSAX2AttributeNs (Pranjal Jumde)</p> + <p>Heap use-after-free in htmlParsePubidLiteral and + htmlParseSystemiteral (Pranjal Jumde)</p> + <p>Fix some format string warnings with possible format string + vulnerability (David Kilzer)</p> + <p>Detect change of encoding when parsing HTML names (Hugh Davenport)</p> + <p>Fix inappropriate fetch of entities content (Daniel Veillard)</p> + <p>Bug 759398: Heap use-after-free in xmlDictComputeFastKey + (Pranjal Jumde)</p> + <p>Bug 758605: Heap-based buffer overread in xmlDictAddString + (Pranjal Jumde)</p> + <p>Bug 758588: Heap-based buffer overread in + xmlParserPrintFileContextInternal (David Kilzer)</p> + <p>Bug 757711: heap-buffer-overflow in xmlFAParsePosCharGroup + (Pranjal Jumde)</p> + <p>Add missing increments of recursion depth counter to XML parser. + (Peter Simons)</p> + <p>Fix NULL pointer deref in XPointer range-to</p> + </blockquote> + </body> + </description> + <references> + <url>https://mail.gnome.org/archives/xml/2016-May/msg00023.html</url> + <url>https://bugzilla.gnome.org/show_bug.cgi?id=759398</url> + <url>https://bugzilla.gnome.org/show_bug.cgi?id=758605</url> + <url>https://bugzilla.gnome.org/show_bug.cgi?id=758588</url> + <url>https://bugzilla.gnome.org/show_bug.cgi?id=757711</url> + <url>https://git.gnome.org/browse/libxml2/patch/?id=d8083bf77955b7879c1290f0c0a24ab8cc70f7fb</url> + <cvename>CVE-2016-1762</cvename> + <cvename>CVE-2016-1833</cvename> + <cvename>CVE-2016-1834</cvename> + <cvename>CVE-2016-1835</cvename> + <cvename>CVE-2016-1836</cvename> + <cvename>CVE-2016-1837</cvename> + <cvename>CVE-2016-1838</cvename> + <cvename>CVE-2016-1839</cvename> + <cvename>CVE-2016-1840</cvename> + <cvename>CVE-2016-3627</cvename> + <cvename>CVE-2016-3705</cvename> + <cvename>CVE-2016-4449</cvename> + <cvename>CVE-2016-4483</cvename> + </references> + <dates> + <discovery>2016-05-23</discovery> + <entry>2016-08-28</entry> + </dates> + </vuln> + <vuln vid="4472ab39-6c66-11e6-9ca5-50e549ebab6c"> <topic>kdelibs -- directory traversal vulnerability</topic> <affects> |