svn commit: r450667 - head/security/vuxml

Steve Wills swills at FreeBSD.org
Tue Sep 26 14:46:58 UTC 2017


Author: swills
Date: Tue Sep 26 14:46:56 2017
New Revision: 450667
URL: https://svnweb.freebsd.org/changeset/ports/450667

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:39:02 2017	(r450666)
+++ head/security/vuxml/vuln.xml	Tue Sep 26 14:46:56 2017	(r450667)
@@ -58,6 +58,32 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="4cd857d9-26d2-4417-b765-69701938f9e0">
+    <topic>libraw -- denial of service and remote code execution</topic>
+    <affects>
+      <package>
+	<name>libraw</name>
+	<range><lt>0.18.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>libraw developers report:</p>
+	<blockquote cite="https://github.com/LibRaw/LibRaw/issues/99">
+	  <p>A Stack-based Buffer Overflow was discovered in xtrans_interpolate in internal/dcraw_common.cpp in LibRaw before 0.18.3. It could allow a remote denial of service or code execution attack.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/LibRaw/LibRaw/issues/99</url>
+      <cvename>CVE-2017-14265</cvename>
+    </references>
+    <dates>
+      <discovery>2017-9-11</discovery>
+      <entry>2017-9-26</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a60a2e95-acba-4b11-bc32-ffb47364e07d">
     <topic>libgd -- Denial of servica via double free</topic>
     <affects>


More information about the svn-ports-all mailing list