blob: 8b93c5eb41cb61a56ce93665dbb08aa42c38bd5b (
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
68
69
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200909-15">
<title>Lynx: Arbitrary command execution</title>
<synopsis>
An incomplete fix for an issue related to the Lynx URL handler might allow
for the remote execution of arbitrary commands.
</synopsis>
<product type="ebuild">lynx</product>
<announced>2009-09-12</announced>
<revised count="01">2009-09-12</revised>
<bug>243058</bug>
<access>remote</access>
<affected>
<package name="www-client/lynx" auto="yes" arch="*">
<unaffected range="ge">2.8.6-r4</unaffected>
<vulnerable range="lt">2.8.6-r4</vulnerable>
</package>
</affected>
<background>
<p>
Lynx is a fully-featured WWW client for users running
cursor-addressable, character-cell display devices such as vt100
terminals and terminal emulators.
</p>
</background>
<description>
<p>
Clint Ruoho reported that the fix for CVE-2005-2929 (GLSA 200511-09)
only disabled the lynxcgi:// handler when not using the advanced mode.
</p>
</description>
<impact type="normal">
<p>
A remote attacker can entice a user to access a malicious HTTP server,
causing Lynx to execute arbitrary commands. NOTE: The advanced mode is
not enabled by default. Successful exploitation requires the
"lynxcgi://" protocol to be registered with lynx on the victim's
system.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Lynx users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-client/lynx-2.8.6-r4"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2929">CVE-2005-2929</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4690">CVE-2008-4690</uri>
<uri link="https://www.gentoo.org/security/en/glsa/glsa-200511-09.xml">GLSA 200511-09</uri>
</references>
<metadata tag="requester" timestamp="2009-08-07T11:47:31Z">
rbu
</metadata>
<metadata tag="submitter" timestamp="2009-08-28T08:16:43Z">
a3li
</metadata>
<metadata tag="bugReady" timestamp="2009-08-31T03:37:19Z">
a3li
</metadata>
</glsa>
|