blob: ffa96dac9fceb3ca2143205a8895d99905611fff (
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="200511-05">
<title>GNUMP3d: Directory traversal and XSS vulnerabilities</title>
<synopsis>
GNUMP3d is vulnerable to directory traversal and cross-site scripting
attacks that may result in information disclosure or the compromise of a
browser.
</synopsis>
<product type="ebuild">gnump3d</product>
<announced>2005-11-06</announced>
<revised count="02">2007-08-21</revised>
<bug>109667</bug>
<access>remote</access>
<affected>
<package name="media-sound/gnump3d" auto="yes" arch="*">
<unaffected range="ge">2.9_pre7</unaffected>
<vulnerable range="lt">2.9_pre7</vulnerable>
</package>
</affected>
<background>
<p>
GNUMP3d is a streaming server for MP3s, OGG vorbis files, movies and
other media formats.
</p>
</background>
<description>
<p>
Steve Kemp reported about two cross-site scripting attacks that are
related to the handling of files (CVE-2005-3424, CVE-2005-3425). Also
reported is a directory traversal vulnerability which comes from the
attempt to sanitize input paths (CVE-2005-3123).
</p>
</description>
<impact type="normal">
<p>
A remote attacker could exploit this to disclose sensitive information
or inject and execute malicious script code, potentially compromising
the victim's browser.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All GNUMP3d users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-sound/gnump3d-2.9_pre7"</code>
</resolution>
<references>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3123">CVE-2005-3123</uri>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3424">CVE-2005-3424</uri>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3425">CVE-2005-3425</uri>
</references>
<metadata tag="requester" timestamp="2005-11-03T12:32:56Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-11-04T13:55:23Z">
adir
</metadata>
<metadata tag="bugReady" timestamp="2005-11-05T08:54:39Z">
koon
</metadata>
</glsa>
|