Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2018 01:32:18 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481195 - head/security/vuxml
Message-ID:  <201810040132.w941WIvk068808@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Thu Oct  4 01:32:18 2018
New Revision: 481195
URL: https://svnweb.freebsd.org/changeset/ports/481195

Log:
  security/vuxml: add multiple vulnerabilities in security/clamav.
  
  PR:		231924
  Submitted by:	yasu@utahime.org

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Oct  3 23:24:33 2018	(r481194)
+++ head/security/vuxml/vuln.xml	Thu Oct  4 01:32:18 2018	(r481195)
@@ -58,6 +58,63 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="8b812395-c739-11e8-ab5b-9c5c8e75236a">
+    <topic>clamav -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>clamav</name>
+	<range><lt>0.100.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p> Joel Esler reports:</p>
+	<blockquote cite="https://blog.clamav.net/2018/10/clamav-01002-has-been-released.html">;
+	  <ul>
+	    <li>CVE-2018-15378:
+	      <ul>
+		<li>Vulnerability in ClamAV's MEW unpacking feature that could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device.</li>
+		<li>Reported by Secunia Research at Flexera.</li>
+	      </ul>
+	    </li>
+	    <li>Fix for a 2-byte buffer over-read bug in ClamAV&amp;s PDF parsing code.
+	      <ul>
+		<li>Reported by Alex Gaynor.</li>
+	      </ul>
+	    </li>
+	    <li>CVE-2018-14680:
+	      <ul>
+		<li>An issue was discovered in mspack/chmd.c in libmspack before 0.7alpha. It does not reject blank CHM filenames.</li>
+	      </ul>
+	    </li>
+	    <li>CVE-2018-14681:
+	      <ul>
+		<li>An issue was discovered in kwajd_read_headers in mspack/kwajd.c in libmspack before 0.7alpha. Bad KWAJ file header extensions could cause a one or two byte overwrite.</li>
+	      </ul>
+	    </li>
+	    <li>CVE-2018-14682:
+	      <ul>
+		<li>An issue was discovered in mspack/chmd.c in libmspack before 0.7alpha. There is an off-by-one error in the TOLOWER() macro for CHM decompression. Additionally, 0.100.2 reverted 0.100.1's patch for CVE-2018-14679, and applied libmspack's version of the fix in its place.</li>
+	      </ul>
+	    </li>
+	  </ul>
+	  <p>.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://blog.clamav.net/2018/10/clamav-01002-has-been-released.html</url>;
+      <cvename>CVE-2018-15378</cvename>
+      <cvename>CVE-2018-14680</cvename>
+      <cvename>CVE-2018-14681</cvename>
+      <cvename>CVE-2018-14682</cvename>
+    </references>
+    <dates>
+      <discovery>2018-10-03</discovery>
+      <entry>2018-10-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="004d8c23-c710-11e8-98c7-000c29434208">
     <topic>Django -- password hash disclosure</topic>
     <affects>



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