Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 19:30:25 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489524 - head/security/vuxml
Message-ID:  <201901061930.x06JUPkw053283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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