Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2016 01:37:49 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423817 - head/security/vuxml
Message-ID:  <201610120137.u9C1bnxO026360@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Oct 12 01:37:48 2016
New Revision: 423817
URL: https://svnweb.freebsd.org/changeset/ports/423817

Log:
  Document ImageMagick vulnerabilities
  
  PR:		213032

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Oct 12 01:28:22 2016	(r423816)
+++ head/security/vuxml/vuln.xml	Wed Oct 12 01:37:48 2016	(r423817)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="10f7f782-901c-11e6-a590-14dae9d210b8">
+    <topic>ImageMagick -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>ImageMagick</name>
+	<name>ImageMagick-nox11</name>
+	<range><lt>6.9.5.10,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Debian reports:</p>
+	<blockquote cite="https://www.debian.org/security/2016/dsa-3675">;
+	  <p>Various memory handling problems and cases of missing or
+	    incomplete input sanitising may result in denial of service or the
+	    execution of arbitrary code if malformed SIXEL, PDB, MAP, SGI, TIFF and
+	    CALS files are processed.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.debian.org/security/2016/dsa-3675</url>;
+      <freebsdpr>213032</freebsdpr>
+    </references>
+    <dates>
+      <discovery>2016-09-23</discovery>
+      <entry>2016-10-12</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="2a526c78-84ab-11e6-a4a1-60a44ce6887b">
     <topic>libgd -- integer overflow which could lead to heap buffer overflow</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610120137.u9C1bnxO026360>