blob: 57a31cc9e5e87fc17fc4033c599a7285e23a0780 (
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="201001-06">
<title>aria2: Multiple vulnerabilities</title>
<synopsis>
A buffer overflow and a format string vulnerability in aria2 allow remote
attackers to execute arbitrary code.
</synopsis>
<product type="ebuild">aria2</product>
<announced>2010-01-13</announced>
<revised count="01">2010-01-13</revised>
<bug>288291</bug>
<access>remote</access>
<affected>
<package name="net-misc/aria2" auto="yes" arch="*">
<unaffected range="ge">1.6.3</unaffected>
<vulnerable range="lt">1.6.3</vulnerable>
</package>
</affected>
<background>
<p>
aria2 is a download utility with resuming and segmented downloading
with HTTP/HTTPS/FTP/BitTorrent support.
</p>
</background>
<description>
<p>
Tatsuhiro Tsujikawa reported a buffer overflow in
DHTRoutingTableDeserializer.cc (CVE-2009-3575) and a format string
vulnerability in the AbstractCommand::onAbort() function in
src/AbstractCommand.cc (CVE-2009-3617).
</p>
</description>
<impact type="normal">
<p>
A remote, unauthenticated attacker could possibly execute arbitrary
code with the privileges of the user running the application or cause a
Denial of Service (application crash).
</p>
</impact>
<workaround>
<p>
Do not use DHT (CVE-2009-3575) and disable logging (CVE-2009-3617).
</p>
</workaround>
<resolution>
<p>
All aria2 users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/aria2-1.6.3"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3575">CVE-2009-3575</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3617">CVE-2009-3617</uri>
</references>
<metadata tag="requester" timestamp="2009-11-06T09:27:41Z">
keytoaster
</metadata>
<metadata tag="submitter" timestamp="2010-01-05T21:05:40Z">
craig
</metadata>
<metadata tag="bugReady" timestamp="2010-01-10T19:40:46Z">
craig
</metadata>
</glsa>
|