blob: 94f49fc1e46afeaa64d237b9bf0528b32db139fe (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200405-10">
<title>Icecast denial of service vulnerability</title>
<synopsis>
Icecast is vulnerable to a denial of service attack allowing remote users
to crash the application.
</synopsis>
<product type="ebuild">icecast</product>
<announced>2004-05-19</announced>
<revised count="02">2006-05-22</revised>
<bug>50935</bug>
<access>remote</access>
<affected>
<package name="net-misc/icecast" auto="yes" arch="*">
<unaffected range="ge">2.0.1</unaffected>
<vulnerable range="le">2.0.0</vulnerable>
</package>
</affected>
<background>
<p>
Icecast is a program that streams audio data to listeners over the
Internet.
</p>
</background>
<description>
<p>
There is an out-of-bounds read error in the web interface of Icecast
when handling Basic Authorization requests. This vulnerability can
theorically be exploited by sending a specially crafted Authorization
header to the server.
</p>
</description>
<impact type="normal">
<p>
By exploiting this vulnerability, it is possible to crash the Icecast
server remotely, resulting in a denial of service attack.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time. All users are advised to
upgrade to the latest available version of Icecast.
</p>
</workaround>
<resolution>
<p>
All users of Icecast should upgrade to the latest stable version:
</p>
<code>
# emerge sync
# emerge -pv ">=net-misc/icecast-2.0.1"
# emerge ">=net-misc/icecast-2.0.1"</code>
</resolution>
<references>
<uri link="https://www.xiph.org/archives/icecast/7144.html">Icecast 2.0.1 announcement</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-2027">CVE-2004-2027</uri>
</references>
<metadata tag="submitter">
koon
</metadata>
</glsa>
|