blob: 565b1a1b57f9f84332dbb6e916a094695402de66 (
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
68
69
70
71
72
73
74
75
76
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200411-28">
<title>X.Org, XFree86: libXpm vulnerabilities</title>
<synopsis>
libXpm contains several vulnerabilities that could lead to a Denial of
Service and arbitrary code execution.
</synopsis>
<product type="ebuild">X.Org, XFree86</product>
<announced>2004-11-19</announced>
<revised>2004-11-19: 01</revised>
<bug>68544</bug>
<access>remote</access>
<affected>
<package name="x11-base/xorg-x11" auto="yes" arch="*">
<unaffected range="ge">6.8.0-r3</unaffected>
<unaffected range="rge">6.7.0-r3</unaffected>
<vulnerable range="lt">6.8.0-r3</vulnerable>
</package>
<package name="x11-base/xfree" auto="yes" arch="*">
<unaffected range="ge">4.3.0-r8</unaffected>
<vulnerable range="lt">4.3.0-r8</vulnerable>
</package>
</affected>
<background>
<p>
libXpm is a pixmap manipulation library for the X Window System,
included in both X.Org and XFree86.
</p>
</background>
<description>
<p>
Several issues were discovered in libXpm, including integer
overflows, out-of-bounds memory accesses, insecure path traversal and
an endless loop.
</p>
</description>
<impact type="normal">
<p>
An attacker could craft a malicious pixmap file and entice a user
to use it with an application linked against libXpm. This could lead to
Denial of Service or arbitrary code execution.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All X.Org users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=x11-base/xorg-x11-6.7.0-r3"</code>
<p>
All XFree86 users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=x11-base/xfree-x11-4.3.0-r8"</code>
</resolution>
<references>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0914">CAN-2004-0914</uri>
</references>
<metadata tag="requester" timestamp="2004-11-17T20:14:27Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2004-11-17T20:53:59Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2004-11-18T10:05:15Z">
koon
</metadata>
</glsa>
|