svn commit: r409753 - head/security/vuxml

Palle Girgensohn girgen at FreeBSD.org
Sun Feb 28 18:15:15 UTC 2016


Author: girgen
Date: Sun Feb 28 18:15:13 2016
New Revision: 409753
URL: https://svnweb.freebsd.org/changeset/ports/409753

Log:
  Document vulnerability i xerces-c3
  
  Security:	CVE-2016-0729

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Feb 28 18:07:33 2016	(r409752)
+++ head/security/vuxml/vuln.xml	Sun Feb 28 18:15:13 2016	(r409753)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="a7f2e9c6-de20-11e5-8458-6cc21735f730">
+    <topic>xerces-c3 -- Parser Crashes on Malformed Input</topic>
+    <affects>
+      <package>
+	<name>xerces-c3</name>
+	<range><lt>3.1.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Apache Software Foundation reports:</p>
+	<blockquote cite="http://xerces.apache.org/xerces-c/secadv/CVE-2016-0729.txt">
+	  <p>The Xerces-C XML parser mishandles certain kinds of malformed input
+	  documents, resulting in buffer overlows during processing and error
+	  reporting. The overflows can manifest as a segmentation fault or as
+	  memory corruption during a parse operation.  The bugs allow for a
+	  denial of service attack in many applications by an unauthenticated
+	  attacker, and could conceivably result in remote code execution.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-0729</cvename>
+      <url>http://xerces.apache.org/xerces-c/secadv/CVE-2016-0729.txt</url>
+    </references>
+    <dates>
+      <discovery>2016-02-25</discovery>
+      <entry>2016-02-28</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6b1d8a39-ddb3-11e5-8fa8-14dae9d210b8">
     <topic>django -- regression in permissions model</topic>
     <affects>


More information about the svn-ports-all mailing list