svn commit: r427818 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Sun Dec 4 23:55:56 UTC 2016


Author: feld
Date: Sun Dec  4 23:55:55 2016
New Revision: 427818
URL: https://svnweb.freebsd.org/changeset/ports/427818

Log:
  Document ImageMagick7 vulnerabilities
  
  PR:		214514
  Security:	CVE-2016-9298
  Security:	CVE-2016-8866
  Security:	CVE-2016-8862

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Dec  4 23:35:16 2016	(r427817)
+++ head/security/vuxml/vuln.xml	Sun Dec  4 23:55:55 2016	(r427818)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="e1f67063-aab4-11e6-b2d3-60a44ce6887b">
+    <topic>ImageMagick7 -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>ImageMagick7</name>
+	<name>ImageMagick7-nox11</name>
+	<range><lt>7.0.3.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Multiple sources report:</p>
+	<blockquote cite="https://github.com/ImageMagick/ImageMagick/issues/296">
+	  <p>CVE-2016-9298: heap overflow in WaveletDenoiseImage(), fixed in ImageMagick7-7.0.3.6, discovered 2016-10-31</p>
+	</blockquote>
+	<blockquote cite="https://blogs.gentoo.org/ago/2016/10/20/imagemagick-memory-allocation-failure-in-acquiremagickmemory-memory-c-incomplete-fix-for-cve-2016-8862/">
+	  <p>CVE-2016-8866: memory allocation failure in AcquireMagickMemory (incomplete previous fix for CVE-2016-8862), not fixed yet with the release of this announcement, re-discovered 2016-10-13.</p>
+	</blockquote>
+	<blockquote cite="https://blogs.gentoo.org/ago/2016/10/17/imagemagick-memory-allocation-failure-in-acquiremagickmemory-memory-c/">
+	  <p>CVE-2016-8862: memory allocation failure in AcquireMagickMemory, initially partially fixed in ImageMagick7-7.0.3.3, discovered 2016-09-14.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+	<url>https://github.com/ImageMagick/ImageMagick/issues/296</url>
+	<url>https://blogs.gentoo.org/ago/2016/10/20/imagemagick-memory-allocation-failure-in-acquiremagickmemory-memory-c-incomplete-fix-for-cve-2016-8862/</url>
+	<url>https://blogs.gentoo.org/ago/2016/10/17/imagemagick-memory-allocation-failure-in-acquiremagickmemory-memory-c/</url>
+	<cvename>CVE-2016-9298</cvename>
+	<cvename>CVE-2016-8866</cvename>
+	<cvename>CVE-2016-8862</cvename>
+	<freebsdpr>ports/214514</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2016-09-14</discovery>
+      <entry>2016-12-04</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="bc4898d5-a794-11e6-b2d3-60a44ce6887b">
     <topic>Pillow -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-head mailing list