svn commit: r440518 - head/security/vuxml

Pawel Pekala pawel at FreeBSD.org
Tue May 9 21:45:43 UTC 2017


Author: pawel
Date: Tue May  9 21:45:41 2017
New Revision: 440518
URL: https://svnweb.freebsd.org/changeset/ports/440518

Log:
  Document mail/libetpan null dereference vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May  9 21:28:09 2017	(r440517)
+++ head/security/vuxml/vuln.xml	Tue May  9 21:45:41 2017	(r440518)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="57600032-34fe-11e7-8965-bcaec524bf84">
+    <topic>libetpan -- null dereference vulnerability in MIME parsing component</topic>
+    <affects>
+      <package>
+	<name>libetpan</name>
+	<range><lt>1.8</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>rwhitworth reports:</p>
+	<blockquote cite="https://github.com/dinhviethoa/libetpan/issues/274">
+	  <p>I was using American Fuzzy Lop (afl-fuzz) to fuzz input to the
+	    mime-parse test program. Is fixing these crashes something you're
+	    interested in? The input files can be found here:
+	    https://github.com/rwhitworth/libetpan-fuzz/.
+
+	    The files can be executed as ./mime-parse id_filename to cause
+	    seg faults.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-8825</cvename>
+      <url>http://cve.circl.lu/cve/CVE-2017-8825</url>
+    </references>
+    <dates>
+      <discovery>2017-04-29</discovery>
+      <entry>2017-05-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="92e345d0-304d-11e7-8359-e8e0b747a45a">
     <topic>chromium -- race condition vulnerability</topic>
     <affects>


More information about the svn-ports-all mailing list