Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2019 21:47:17 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505506 - head/security/vuxml
Message-ID:  <201906302147.x5ULlH4U062918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jun 30 21:47:16 2019
New Revision: 505506
URL: https://svnweb.freebsd.org/changeset/ports/505506

Log:
  Document minor bzip2 issues
  
  PR:		238854

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jun 30 21:27:42 2019	(r505505)
+++ head/security/vuxml/vuln.xml	Sun Jun 30 21:47:16 2019	(r505506)
@@ -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="4b6cb45d-881e-447a-a4e0-c97a954ea758">
+    <topic>bzip2 -- multiple issues</topic>
+    <affects>
+      <package>
+	<name>bzip2</name>
+	<range><lt>1.0.7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>bzip2 developers reports:</p>
+	<blockquote cite="https://gitlab.com/federicomenaquintero/bzip2/blob/master/NEWS">;
+	  <p>CVE-2016-3189 - Fix use-after-free in bzip2recover (Jakub Martisko)</p>
+	  <p>CVE-2019-12900 - Detect out-of-range nSelectors in corrupted files (Albert Astals Cid).  Found through fuzzing karchive.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://gitlab.com/federicomenaquintero/bzip2/blob/master/NEWS</url>;
+      <url>https://bugzilla.redhat.com/show_bug.cgi?id=1319648</url>;
+      <cvename>CVE-2016-3189</cvename>
+      <cvename>CVE-2019-12900</cvename>
+    </references>
+    <dates>
+      <discovery>2019-06-23</discovery>
+      <entry>2019-06-30</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1c21f6a3-9415-11e9-95ec-6805ca2fa271">
     <topic>powerdns -- multiple vulnerabilities</topic>
     <affects>



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