svn commit: r489524 - head/security/vuxml

Thomas Zander riggs at FreeBSD.org
Sun Jan 6 19:30:26 UTC 2019


Author: riggs
Date: Sun Jan  6 19:30:24 2019
New Revision: 489524
URL: https://svnweb.freebsd.org/changeset/ports/489524

Log:
  Document out-of-bounds vulnerability in net/uriparser < 0.9.1
  
  Reported by:	sebastian at pipping.org (via e-mail)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jan  6 19:27:46 2019	(r489523)
+++ head/security/vuxml/vuln.xml	Sun Jan  6 19:30:24 2019	(r489524)
@@ -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="924bd4f8-11e7-11e9-9fe8-5404a68ad561">
+    <topic>uriparser -- Out-of-bounds read</topic>
+    <affects>
+      <package>
+	<name>uriparser</name>
+	<range><lt>0.9.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Upstream project reports:</p>
+	<blockquote cite="https://github.com/uriparser/uriparser/blob/uriparser-0.9.1/ChangeLog">
+	  <p>Out-of-bounds read in uriParse*Ex* for incomplete URIs with IPv6
+	     addresses with embedded IPv4 address, e.g. "//[::44.1";
+	     mitigated if passed parameter afterLast points to readable memory
+	     containing a '\0' byte.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/uriparser/uriparser/blob/uriparser-0.9.1/ChangeLog</url>
+    </references>
+    <dates>
+      <discovery>2019-01-02</discovery>
+      <entry>2019-01-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="63e36475-119f-11e9-aba7-080027fee39c">
     <topic>gitea -- insufficient privilege check</topic>
     <affects>


More information about the svn-ports-all mailing list