diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200611-07.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200611-07.xml')
-rw-r--r-- | glsa-200611-07.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/glsa-200611-07.xml b/glsa-200611-07.xml new file mode 100644 index 00000000..84b217f5 --- /dev/null +++ b/glsa-200611-07.xml @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200611-07"> + <title>GraphicsMagick: PALM and DCM buffer overflows</title> + <synopsis> + GraphicsMagick improperly handles PALM and DCM images, potentially + resulting in the execution of arbitrary code. + </synopsis> + <product type="ebuild">graphicsmagick</product> + <announced>November 13, 2006</announced> + <revised>November 13, 2006: 01</revised> + <bug>152668</bug> + <access>remote</access> + <affected> + <package name="media-gfx/graphicsmagick" auto="yes" arch="*"> + <unaffected range="ge">1.1.7-r3</unaffected> + <vulnerable range="lt">1.1.7-r3</vulnerable> + </package> + </affected> + <background> + <p> + GraphicsMagick is a collection of tools and libraries which support + reading, writing, and manipulating images in many major formats. + </p> + </background> + <description> + <p> + M. Joonas Pihlaja has reported that a boundary error exists within the + ReadDCMImage() function of coders/dcm.c, causing the improper handling + of DCM images. Pihlaja also reported that there are several boundary + errors in the ReadPALMImage() function of coders/palm.c, similarly + causing the improper handling of PALM images. + </p> + </description> + <impact type="normal"> + <p> + An attacker could entice a user to open a specially crafted DCM or PALM + image with GraphicsMagick, and possibly execute arbitrary code with the + privileges of the user running GraphicsMagick. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All GraphicsMagick users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-gfx/graphicsmagick-1.1.7-r3"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5456">CVE-2006-5456</uri> + </references> + <metadata tag="requester" timestamp="Mon, 06 Nov 2006 14:10:18 +0000"> + vorlon078 + </metadata> + <metadata tag="submitter" timestamp="Mon, 06 Nov 2006 23:27:19 +0000"> + shellsage + </metadata> + <metadata tag="bugReady" timestamp="Tue, 07 Nov 2006 12:33:19 +0000"> + falco + </metadata> +</glsa> |