blob: 777d784c5f0a7cdd9319bf49d36eff5cf19fed8c (
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="200704-16">
<title>Aircrack-ng: Remote execution of arbitrary code</title>
<synopsis>
Aircrack-ng contains a buffer overflow that could lead to the remote
execution of arbitrary code with root privileges.
</synopsis>
<product type="ebuild">aircrack-ng</product>
<announced>2007-04-22</announced>
<revised count="01">2007-04-22</revised>
<bug>174340</bug>
<access>remote</access>
<affected>
<package name="net-wireless/aircrack-ng" auto="yes" arch="*">
<unaffected range="ge">0.7-r2</unaffected>
<vulnerable range="lt">0.7-r2</vulnerable>
</package>
</affected>
<background>
<p>
Aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program that can
recover keys once enough data packets have been captured.
</p>
</background>
<description>
<p>
Jonathan So reported that the airodump-ng module does not correctly
check the size of 802.11 authentication packets before copying them
into a buffer.
</p>
</description>
<impact type="high">
<p>
A remote attacker could trigger a stack-based buffer overflow by
sending a specially crafted 802.11 authentication packet to a user
running airodump-ng with the -w (--write) option. This could lead to
the remote execution of arbitrary code with the permissions of the user
running airodump-ng, which is typically the root user.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Aircrack-ng users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-wireless/aircrack-ng-0.7-r2"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2057">CVE-2007-2057</uri>
</references>
<metadata tag="requester" timestamp="2007-04-13T21:21:54Z">
shellsage
</metadata>
<metadata tag="bugReady" timestamp="2007-04-13T21:24:05Z">
shellsage
</metadata>
<metadata tag="submitter" timestamp="2007-04-14T22:00:25Z">
falco
</metadata>
</glsa>
|