Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jan 2015 08:18:14 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377155 - head/security/vuxml
Message-ID:  <201501160818.t0G8IEoF016298@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Jan 16 08:18:13 2015
New Revision: 377155
URL: https://svnweb.freebsd.org/changeset/ports/377155
QAT: https://qat.redports.org/buildarchive/r377155/

Log:
  Document multiple archivers/unzip vulnerabilities (CVE-2014-8139,
  CVE-2014-8140, CVE-2014-8141).
  
  PR:		196777 (based on)
  Submitted by:	rsimmons0@gmail.com

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jan 16 07:45:52 2015	(r377154)
+++ head/security/vuxml/vuln.xml	Fri Jan 16 08:18:13 2015	(r377155)
@@ -57,6 +57,44 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="d9360908-9d52-11e4-87fd-10bf48e1088e">
+    <topic>unzip -- input sanitization errors</topic>
+    <affects>
+      <package>
+	<name>unzip</name>
+	<range><le>6.0_2</le></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>oCERT reports:</p>
+	<blockquote cite="http://www.ocert.org/advisories/ocert-2014-011.html">;
+	  <p>The UnZip tool is an open source extraction utility for archives
+	    compressed in the zip format.</p>
+	  <p>The unzip command line tool is affected by heap-based buffer
+	    overflows within the CRC32 verification, the test_compr_eb() and
+	    the getZip64Data() functions. The input errors may result in
+	    arbitrary code execution.</p>
+	  <p>A specially crafted zip file, passed to unzip -t, can be used to
+	    trigger the vulnerability.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2014-8139</cvename>
+      <cvename>CVE-2014-8140</cvename>
+      <cvename>CVE-2014-8141</cvename>
+      <url>http://www.info-zip.org/UnZip.html</url>;
+      <url>https://bugzilla.redhat.com/show_bug.cgi?id=1174844</url>;
+      <url>https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-8140</url>;
+      <url>https://bugzilla.redhat.com/show_bug.cgi?id=1174856</url>;
+    </references>
+    <dates>
+      <discovery>2014-12-03</discovery>
+      <entry>2015-01-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="d4f45676-9d33-11e4-8275-000c292e4fd8">
     <topic>samba -- Elevation of privilege to Active Directory Domain Controller</topic>
     <affects>



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