svn commit: r421030 - head/security/vuxml
Koop Mast
kwm at FreeBSD.org
Sun Aug 28 17:53:51 UTC 2016
Author: kwm
Date: Sun Aug 28 17:53:49 2016
New Revision: 421030
URL: https://svnweb.freebsd.org/changeset/ports/421030
Log:
Document libxml2 vulnabilities.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sun Aug 28 17:42:42 2016 (r421029)
+++ head/security/vuxml/vuln.xml Sun Aug 28 17:53:49 2016 (r421030)
@@ -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>
More information about the svn-ports-all
mailing list