blob: b2147e3be0860c652dc88427b3bea2e09d5f27a0 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200909-06">
<title>aMule: Parameter injection</title>
<synopsis>
An input validation error in aMule enables remote attackers to pass
arbitrary parameters to a victim's media player.
</synopsis>
<product type="ebuild">amule</product>
<announced>2009-09-09</announced>
<revised count="01">2009-09-09</revised>
<bug>268163</bug>
<access>remote</access>
<affected>
<package name="net-p2p/amule" auto="yes" arch="*">
<unaffected range="ge">2.2.5</unaffected>
<vulnerable range="lt">2.2.5</vulnerable>
</package>
</affected>
<background>
<p>
aMule is an eMule-like client for the eD2k and Kademlia networks,
supporting multiple platforms.
</p>
</background>
<description>
<p>
Sam Hocevar discovered that the aMule preview function does not
properly sanitize file names.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could entice a user to download a file with a
specially crafted file name to inject arbitrary arguments to the
victim's video player.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All aMule users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-p2p/amule-2.2.5"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1440">CVE-2009-1440</uri>
</references>
<metadata tag="requester" timestamp="2009-07-28T16:58:04Z">
rbu
</metadata>
<metadata tag="submitter" timestamp="2009-08-28T08:22:54Z">
a3li
</metadata>
<metadata tag="bugReady" timestamp="2009-08-31T03:38:32Z">
a3li
</metadata>
</glsa>
|