blob: 20990b1502211be3cdf1de793ccca48e94e43d62 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200411-04">
<title>Speedtouch USB driver: Privilege escalation vulnerability</title>
<synopsis>
A vulnerability in the Speedtouch USB driver can be exploited to allow
local users to execute arbitrary code with escalated privileges.
</synopsis>
<product type="ebuild">speedtouch</product>
<announced>2004-11-02</announced>
<revised count="01">2004-11-02</revised>
<bug>68436</bug>
<access>local</access>
<affected>
<package name="net-dialup/speedtouch" auto="yes" arch="*">
<unaffected range="ge">1.3.1</unaffected>
<vulnerable range="lt">1.3.1</vulnerable>
</package>
</affected>
<background>
<p>
The speedtouch package contains a driver for the ADSL SpeedTouch USB modem.
</p>
</background>
<description>
<p>
The Speedtouch USB driver contains multiple format string vulnerabilities
in modem_run, pppoa2 and pppoa3. This flaw is due to an improperly made
syslog() system call.
</p>
</description>
<impact type="high">
<p>
A malicious local user could exploit this vulnerability by causing a buffer
overflow, and potentially allowing the execution of arbitrary code with
escalated privileges.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Speedtouch USB driver users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-dialup/speedtouch-1.3.1"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0834">CAN-2004-0834</uri>
<uri link="https://speedtouch.sourceforge.net/index.php?/news.en.html">Speedtouch Project News Announcements</uri>
</references>
<metadata tag="requester" timestamp="2004-10-29T08:13:35Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2004-10-29T13:15:40Z">
lewk
</metadata>
<metadata tag="bugReady" timestamp="2004-11-02T13:27:33Z">
koon
</metadata>
</glsa>
|