svn commit: r450668 - head/security/vuxml

Steve Wills swills at FreeBSD.org
Tue Sep 26 14:48:27 UTC 2017


Author: swills
Date: Tue Sep 26 14:48:25 2017
New Revision: 450668
URL: https://svnweb.freebsd.org/changeset/ports/450668

Log:
  Document libraw issue

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Sep 26 14:46:56 2017	(r450667)
+++ head/security/vuxml/vuln.xml	Tue Sep 26 14:48:25 2017	(r450668)
@@ -58,6 +58,33 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="d9f96741-47bd-4426-9aba-8736c0971b24">
+    <topic>libraw -- buffer overflow</topic>
+    <affects>
+      <package>
+	<name>libraw</name>
+	<range><lt>0.18.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>libraw developers report:</p>
+	<blockquote cite="http://www.securityfocus.com/bid/100866">
+	  <p>LibRaw before 0.18.4 has a heap-based Buffer Overflow in the processCanonCameraInfo function via a crafted file.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://www.securityfocus.com/bid/100866</url>
+      <url>https://github.com/LibRaw/LibRaw/issues/100</url>
+      <cvename>CVE-2017-14348</cvename>
+    </references>
+    <dates>
+      <discovery>2017-9-12</discovery>
+      <entry>2017-9-26</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="4cd857d9-26d2-4417-b765-69701938f9e0">
     <topic>libraw -- denial of service and remote code execution</topic>
     <affects>


More information about the svn-ports-all mailing list