Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 16:25:47 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417384 - head/security/vuxml
Message-ID:  <201606231625.u5NGPlQl033632@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Jun 23 16:25:47 2016
New Revision: 417384
URL: https://svnweb.freebsd.org/changeset/ports/417384

Log:
  Document libarchive vulnerabilities
  
  PR:		210493
  Security:	CVE-2015-8934
  Security:	CVE-2016-4300
  Security:	CVE-2016-4301
  Security:	CVE-2016-4302

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun 23 16:24:13 2016	(r417383)
+++ head/security/vuxml/vuln.xml	Thu Jun 23 16:25:47 2016	(r417384)
@@ -58,6 +58,47 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="4a0d9b53-395d-11e6-b3c8-14dae9d210b8">
+    <topic>libarchive -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>libarchive</name>
+	<range><lt>3.2.1,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Hanno Bock & Cisco Talos report:</p>
+	<blockquote cite="http://openwall.com/lists/oss-security/2016/06/23/6">;
+	  <ul>
+	  <li><p>Out of bounds heap read in RAR parser</p></li>
+	  <li><p>Signed integer overflow in ISO parser</p></li>
+	  <li><p>TALOS-2016-0152 [CVE-2016-4300]: 7-Zip
+	    read_SubStreamsInfo Integer Overflow</p></li>
+	  <li><p>TALOS-2016-0153 [CVE-2016-4301]: mtree parse_device Stack
+	    Based Buffer Overflow</p></li>
+	  <li><p>TALOS-2016-0154 [CVE-2016-4302]: Libarchive Rar RestartModel
+	    Heap Overflow</p></li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://openwall.com/lists/oss-security/2016/06/23/6</url>;
+      <url>https://github.com/libarchive/libarchive/issues/521</url>;
+      <url>https://github.com/libarchive/libarchive/issues/717#event-697151157</url>;
+      <url>http://blog.talosintel.com/2016/06/the-poisoned-archives.html</url>;
+      <cvename>CVE-2015-8934</cvename>
+      <cvename>CVE-2016-4300</cvename>
+      <cvename>CVE-2016-4301</cvename>
+      <cvename>CVE-2016-4302</cvename>
+    </references>
+    <dates>
+      <discovery>2016-06-23</discovery>
+      <entry>2016-06-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="22775cdd-395a-11e6-b3c8-14dae9d210b8">
     <topic>piwik -- XSS vulnerability</topic>
     <affects>



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