Date: Wed, 3 Oct 2007 15:26:37 -0700 (PDT) From: Nick Barkas <snb@threerings.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/116882: [patch] security/vuxml add entry for ImageMagick < 6.3.5-9 vulns. Message-ID: <20071003222637.1A6D761D66@smtp.earth.threerings.net> Resent-Message-ID: <200710032230.l93MUR5O091492@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116882 >Category: ports >Synopsis: [patch] security/vuxml add entry for ImageMagick < 6.3.5-9 vulns. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 22:30:26 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Nick Barkas >Release: FreeBSD 6.2-RELEASE-p4 i386 >Organization: Three Rings Design, Inc. >Environment: System: FreeBSD mail1.earth.threerings.net 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386 >Description: ImageMagick before 6.3.5-9 has many vulnerabilities, some of them pretty serious. This patch adds a new entry to VuXML for those. >How-To-Repeat: >Fix: --- vuxml.patch begins here --- --- vuln.xml.orig 2007-10-03 23:17:00.000000000 +0200 +++ vuln.xml 2007-10-04 00:20:23.000000000 +0200 @@ -34,6 +34,66 @@ --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="f5b29ec0-71f9-11dc-8c6a-00304881ac9a"> + <topic>ImageMagick -- multiple vulnerabilities</topic> + <affects> + <package> + <name>ImageMagick</name> + <name>ImageMagick-nox11</name> + <range><lt>6.3.5.9</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Multiple vulnerabilities have been discovered in ImageMagick.</p> + <blockquote cite="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4985"> + <p>ImageMagick before 6.3.5-9 allows context-dependent attackers to cause a + denial of service via a crafted image file that triggers (1) an infinite + loop in the ReadDCMImage function, related to ReadBlobByte function calls; + or (2) an infinite loop in the ReadXCFImage function, related to + ReadBlobMSBLong function calls.</p> + </blockquote> + <blockquote cite="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4986"> + <p>Multiple integer overflows in ImageMagick before 6.3.5-9 allow + context-dependent attackers to execute arbitrary code via a crafted (1) + .dcm, (2) .dib, (3) .xbm, (4) .xcf, or (5) .xwd image file, which + triggers a heap-based buffer overflow.</p> + </blockquote> + <blockquote cite="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4987"> + <p>Off-by-one error in the ReadBlobString function in blob.c in ImageMagick + before 6.3.5-9 allows context-dependent attackers to execute arbitrary + code via a crafted image file, which triggers the writing of a '\0' + character to an out-of-bounds address.</p> + </blockquote> + <blockquote cite="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4988"> + <p>Sign extension error in the ReadDIBImage function in ImageMagick before + 6.3.5-9 allows context-dependent attackers to execute arbitrary code via + a crafted width value in an image file, which triggers an integer + overflow and a heap-based buffer overflow.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2007-4985</cvename> + <cvename>CVE-2007-4986</cvename> + <cvename>CVE-2007-4987</cvename> + <cvename>CVE-2007-4988</cvename> + <bid>25763</bid> + <bid>25764</bid> + <bid>25765</bid> + <bid>25766</bid> + <url>http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=594</url> + <url>http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=595</url> + <url>http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=596</url> + <url>http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=597</url> + <mlist>http://studio.imagemagick.org/pipermail/magick-announce/2007-September/000037.html</mlist> + </references> + <dates> + <discovery>2007-09-19</discovery> + <entry>2007-10-03</entry> + </dates> + </vuln> + <vuln vid="15ec9123-7061-11dc-b372-001921ab2fa4"> <topic>id3lib -- insecure temporary file creation</topic> <affects> --- vuxml.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071003222637.1A6D761D66>