Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 12:43:20 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512338 - head/security/vuxml
Message-ID:  <201909191243.x8JChKqc046816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Sep 19 12:43:20 2019
New Revision: 512338
URL: https://svnweb.freebsd.org/changeset/ports/512338

Log:
  security/vuxml: add entry for CVE-2019-15903 in expat < 2.2.8
  
  PR:		240613
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Sep 19 12:42:44 2019	(r512337)
+++ head/security/vuxml/vuln.xml	Thu Sep 19 12:43:20 2019	(r512338)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="6856d798-d950-11e9-aae4-f079596b62f9">
+    <topic>expat2 -- Fix extraction of namespace prefixes from XML names</topic>
+    <affects>
+      <package>
+	<name>expat</name>
+	<range><lt>2.2.8</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>expat project reports:</p>
+	<blockquote cite="https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes">;
+	 <p>
+	  Fix heap overflow triggered by
+	  XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber),
+	  and deny internal entities closing the doctype
+	 </p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes</url>;
+    </references>
+    <dates>
+      <discovery>2019-09-13</discovery>
+      <entry>2019-09-17</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1c948fd3-dac0-11e9-81b2-0011d823eebd">
     <topic>Mbed TLS -- Side channel attack on deterministic ECDSA</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909191243.x8JChKqc046816>