svn commit: r503063 - head/security/vuxml

Koop Mast kwm at FreeBSD.org
Thu May 30 10:58:18 UTC 2019


Author: kwm
Date: Thu May 30 10:58:16 2019
New Revision: 503063
URL: https://svnweb.freebsd.org/changeset/ports/503063

Log:
  Document ImageMagick issues.
  
  PR:		238199
  Reported by:	Tommy P <tommyhp2 at gmail.com>
  Security:	CVE-2019-7175, CVE-2019-7395, CVE-2019-7396, CVE-2019-7397,
  		CVE-2019-7398, CVE-2019-9956, CVE-2019-10131, CVE-2019-10649,
  		CVE-2019-10650, CVE-2019-10714, CVE-2019-11470, CVE-2019-11472,
  		CVE-2019-11597, CVE-2019-11598

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu May 30 10:19:14 2019	(r503062)
+++ head/security/vuxml/vuln.xml	Thu May 30 10:58:16 2019	(r503063)
@@ -58,6 +58,70 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="183d700e-ec70-487e-a9c4-632324afa934">
+    <topic>ImageMagick -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>ImageMagick7</name>
+	<range><lt>7.0.8.47</lt></range>
+      </package>
+      <package>
+	<name>ImageMagick7-nox11</name>
+	<range><lt>7.0.8.47</lt></range>
+      </package>
+      <package>
+	<name>ImageMagick</name>
+	<range><lt>6.9.10.47</lt></range>
+      </package>
+      <package>
+	<name>ImageMagick-nox11</name>
+	<range><lt>6.9.10.47</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>cvedetails.com reports:</p>
+	<blockquote cite="https://www.cvedetails.com/vulnerability-list/vendor_id-1749/Imagemagick.html">
+	  <p>CVE-2019-7175: In ImageMagick before 7.0.8-25, some memory leaks exist in DecodeImage in coders/pcd.c.</p>
+	  <p>CVE-2019-7395: In ImageMagick before 7.0.8-25, a memory leak exists in WritePSDChannel in coders/psd.c.</p>
+	  <p>CVE-2019-7396: In ImageMagick before 7.0.8-25, a memory leak exists in ReadSIXELImage in coders/sixel.c.</p>
+	  <p>CVE-2019-7397: In ImageMagick before 7.0.8-25 and GraphicsMagick through 1.3.31, several memory leaks exist in WritePDFImage in coders/pdf.c.</p>
+	  <p>CVE-2019-7398: In ImageMagick before 7.0.8-25, a memory leak exists in WriteDIBImage in coders/dib.c.</p>
+	  <p>CVE-2019-9956: In ImageMagick 7.0.8-35 Q16, there is a stack-based buffer overflow in the function PopHexPixel of coders/ps.c, which allows an attacker to cause a denial of service or code execution via a crafted image file.</p>
+	  <p>CVE-2019-10131: An off-by-one read vulnerability was discovered in ImageMagick before version 7.0.7-28 in the formatIPTCfromBuffer function in coders/meta.c. A local attacker may use this flaw to read beyond the end of the buffer or to crash the program.</p>
+	  <p>CVE-2019-10649: In ImageMagick 7.0.8-36 Q16, there is a memory leak in the function SVGKeyValuePairs of coders/svg.c, which allows an attacker to cause a denial of service via a crafted image file.</p>
+	  <p>CVE-2019-10650: In ImageMagick 7.0.8-36 Q16, there is a heap-based buffer over-read in the function WriteTIFFImage of coders/tiff.c, which allows an attacker to cause a denial of service or information disclosure via a crafted image file.</p>
+	  <p>CVE-2019-10714: LocaleLowercase in MagickCore/locale.c in ImageMagick before 7.0.8-32 allows out-of-bounds access, leading to a SIGSEGV.</p>
+	  <p>CVE-2019-11470: The cineon parsing component in ImageMagick 7.0.8-26 Q16 allows attackers to cause a denial-of-service (uncontrolled resource consumption) by crafting a Cineon image with an incorrect claimed image size. This occurs because ReadCINImage in coders/cin.c lacks a check for insufficient image data in a file.</p>
+	  <p>CVE-2019-11472: ReadXWDImage in coders/xwd.c in the XWD image parsing component of ImageMagick 7.0.8-41 Q16 allows attackers to cause a denial-of-service (divide-by-zero error) by crafting an XWD image file in which the header indicates neither LSB first nor MSB first.</p>
+	  <p>CVE-2019-11597: In ImageMagick 7.0.8-43 Q16, there is a heap-based buffer over-read in the function WriteTIFFImage of coders/tiff.c, which allows an attacker to cause a denial of service or possibly information disclosure via a crafted image file.</p>
+	  <p>CVE-2019-11598: In ImageMagick 7.0.8-40 Q16, there is a heap-based buffer over-read in the function WritePNMImage of coders/pnm.c, which allows an attacker to cause a denial of service or possibly information disclosure via a crafted image file. This is related to SetGrayscaleImage in MagickCore/quantize.c.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.cvedetails.com/vulnerability-list/vendor_id-1749/Imagemagick.html</url>
+      <cvename>CVE-2019-7175</cvename>
+      <cvename>CVE-2019-7395</cvename>
+      <cvename>CVE-2019-7396</cvename>
+      <cvename>CVE-2019-7397</cvename>
+      <cvename>CVE-2019-7398</cvename>
+      <cvename>CVE-2019-9956</cvename>
+      <cvename>CVE-2019-10131</cvename>
+      <cvename>CVE-2019-10649</cvename>
+      <cvename>CVE-2019-10650</cvename>
+      <cvename>CVE-2019-10714</cvename>
+      <cvename>CVE-2019-11470</cvename>
+      <cvename>CVE-2019-11472</cvename>
+      <cvename>CVE-2019-11597</cvename>
+      <cvename>CVE-2019-11598</cvename>
+    </references>
+    <dates>
+      <discovery>2019-03-07</discovery>
+      <entry>2019-05-30</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="10fd731c-8088-11e9-b6ae-001871ec5271">
     <topic>cyrus-imapd -- buffer overrun in httpd</topic>
     <affects>


More information about the svn-ports-all mailing list