blob: c79192d4a61f63d1730412592bee89f9a2bccf11 (
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="200901-01">
<title>NDISwrapper: Arbitrary remote code execution</title>
<synopsis>
Multiple buffer overflows might lead to remote execution of arbitrary code
with root privileges.
</synopsis>
<product type="ebuild">ndiswrapper</product>
<announced>2009-01-11</announced>
<revised>2009-01-11: 01</revised>
<bug>239371</bug>
<access>remote</access>
<affected>
<package name="net-wireless/ndiswrapper" auto="yes" arch="*">
<unaffected range="ge">1.53-r1</unaffected>
<vulnerable range="lt">1.53-r1</vulnerable>
</package>
</affected>
<background>
<p>
NDISwrapper is a Linux kernel module that enables the use of Microsoft
Windows drivers for wireless network devices.
</p>
</background>
<description>
<p>
Anders Kaseorg reported multiple buffer overflows related to long
ESSIDs.
</p>
</description>
<impact type="high">
<p>
A physically proximate attacker could send packets over a wireless
network that might lead to the execution of arbitrary code with root
privileges.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All NDISwrapper users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-wireless/ndiswrapper-1.53-r1"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4395">CVE-2008-4395</uri>
</references>
<metadata tag="requester" timestamp="2008-11-06T16:33:13Z">
rbu
</metadata>
<metadata tag="submitter" timestamp="2008-11-26T23:45:28Z">
rbu
</metadata>
<metadata tag="bugReady" timestamp="2008-11-26T23:45:36Z">
rbu
</metadata>
</glsa>
|