Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2019 12:19:34 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516308 - head/security/vuxml
Message-ID:  <201911021219.xA2CJYrO078868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Nov  2 12:19:33 2019
New Revision: 516308
URL: https://svnweb.freebsd.org/changeset/ports/516308

Log:
  Add entry for heap buffer overflow in sysutils/file.
  
  PR:		241424
  Submitted by:	Nathan Owens <ndowens04@gmail.com>
  Approved by:	jharris@widomaker.com (maintainer)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Nov  2 12:16:50 2019	(r516307)
+++ head/security/vuxml/vuln.xml	Sat Nov  2 12:19:33 2019	(r516308)
@@ -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="381deebb-f5c9-11e9-9c4f-74d435e60b7c">
+    <topic>file -- Heap buffer overflow possible</topic>
+    <affects>
+      <package>
+	<name>file</name>
+	<range><lt>5.37</lt></range>
+	<range><eq>5.37</eq></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>mitre reports</p>
+	<blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18218">;
+	  <p>cdf_read_property_info in cdf.c in file through 5.37 does not
+	  restrict the number of CDF_VECTOR elements, which allows a heap-based
+	  buffer overflow (4-byte out-of-bounds write).</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16780</url>;
+      <url>https://github.com/file/file/commit/46a8443f76cec4b41ec736eca396984c74664f84</url>;
+    </references>
+    <dates>
+      <discovery>2019-08-26</discovery>
+      <entry>2019-11-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="92243b6a-5775-4aea-8727-a938058df5ba">
     <topic>webkit2-gtk3 -- Multiple vulnerabilities</topic>
     <affects>



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