blob: c55f2b9f01185b89130f038d144f2ace5fd56b60 (
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
77
78
79
80
81
82
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200503-05">
<title>xli, xloadimage: Multiple vulnerabilities</title>
<synopsis>
xli and xloadimage are vulnerable to multiple issues, potentially leading
to the execution of arbitrary code.
</synopsis>
<product type="ebuild">xli</product>
<announced>2005-03-02</announced>
<revised count="02">2006-05-22</revised>
<bug>79762</bug>
<access>remote</access>
<affected>
<package name="media-gfx/xloadimage" auto="yes" arch="*">
<unaffected range="ge">4.1-r2</unaffected>
<vulnerable range="lt">4.1-r2</vulnerable>
</package>
<package name="media-gfx/xli" auto="yes" arch="*">
<unaffected range="ge">1.17.0-r1</unaffected>
<vulnerable range="lt">1.17.0-r1</vulnerable>
</package>
</affected>
<background>
<p>
xli and xloadimage are X11 utilities for displaying and manipulating a
wide range of image formats.
</p>
</background>
<description>
<p>
Tavis Ormandy of the Gentoo Linux Security Audit Team has reported that
xli and xloadimage contain a flaw in the handling of compressed images,
where shell meta-characters are not adequately escaped. Rob Holland of
the Gentoo Linux Security Audit Team has reported that an xloadimage
vulnerability in the handling of Faces Project images discovered by
zen-parse in 2001 remained unpatched in xli. Additionally, it has been
reported that insufficient validation of image properties in xli could
potentially result in buffer management errors.
</p>
</description>
<impact type="normal">
<p>
Successful exploitation would permit a remote attacker to execute
arbitrary shell commands, or arbitrary code with the privileges of the
xloadimage or xli user.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All xli users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-gfx/xli-1.17.0-r1"</code>
<p>
All xloadimage users should also upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-gfx/xloadimage-4.1-r2"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-0775">CAN-2001-0775</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0638">CVE-2005-0638</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0639">CVE-2005-0639</uri>
</references>
<metadata tag="requester" timestamp="2005-02-28T21:34:13Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-02-28T22:05:32Z">
taviso
</metadata>
<metadata tag="bugReady" timestamp="2005-03-02T16:53:18Z">
koon
</metadata>
</glsa>
|