Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2019 06:33:16 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509633 - head/security/vuxml
Message-ID:  <201908230633.x7N6XGYw053855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Aug 23 06:33:15 2019
New Revision: 509633
URL: https://svnweb.freebsd.org/changeset/ports/509633

Log:
  security/vuxml: Document multiple vulnerabilities in ClamAV
  
  PR:		240020
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (clamav maintainer)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Aug 23 06:28:21 2019	(r509632)
+++ head/security/vuxml/vuln.xml	Fri Aug 23 06:33:15 2019	(r509633)
@@ -58,6 +58,40 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="dbd1f627-c43b-11e9-a923-9c5c8e75236a">
+    <topic>clamav -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>clamav</name>
+	<range><lt>0.101.4,1</lt></range>
+      </package>
+      <package>
+	<name>clamav-milter</name>
+	<range><lt>0.101.4,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Micah Snyder reports:</p>
+	<blockquote cite="https://blog.clamav.net/2019/08/clamav-01014-security-patch-release-has.html">;
+	  <ul>
+	    <li>An out of bounds write was possible within ClamAV&amp;s NSIS bzip2 library when attempting decompression in cases where the number of selectors exceeded the max limit set by the library (CVE-2019-12900). The issue has been resolved by respecting that limit.</li>
+	    <li> The zip bomb vulnerability mitigated in 0.101.3 has been assigned the CVE identifier CVE-2019-12625. Unfortunately, a workaround for the zip-bomb mitigation was immediately identified. To remediate the zip-bomb scan time issue, a scan time limit has been introduced in 0.101.4. This limit now resolves ClamAV's vulnerability to CVE-2019-12625.</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://blog.clamav.net/2019/08/clamav-01014-security-patch-release-has.html</url>;
+      <cvename>CVE-2019-12625</cvename>
+      <cvename>CVE-2019-12900</cvename>
+    </references>
+    <dates>
+      <discovery>2019-08-21</discovery>
+      <entry>2019-08-21</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c97a940b-c392-11e9-bb38-000d3ab229d6">
     <topic>Node.js -- multiple vulnerabilities</topic>
     <affects>



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