blob: 833f8fba6a7dfeac079992ba31a15a698e64703c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<?xml version="1.0" encoding="utf-8"?>
<!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>2006-11-13</announced>
<revised count="01">2006-11-13</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="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5456">CVE-2006-5456</uri>
</references>
<metadata tag="requester" timestamp="2006-11-06T14:10:18Z">
vorlon078
</metadata>
<metadata tag="submitter" timestamp="2006-11-06T23:27:19Z">
shellsage
</metadata>
<metadata tag="bugReady" timestamp="2006-11-07T12:33:19Z">
falco
</metadata>
</glsa>
|