blob: 431951aa0543cd1903335784cf11eda1b0da0a89 (
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="200501-40">
<title>ngIRCd: Buffer overflow</title>
<synopsis>
ngIRCd is vulnerable to a buffer overflow that can be used to crash the
daemon and possibly execute arbitrary code.
</synopsis>
<product type="ebuild">ngIRCd</product>
<announced>2005-01-28</announced>
<revised count="02">2006-05-22</revised>
<bug>79705</bug>
<access>remote</access>
<affected>
<package name="net-irc/ngircd" auto="yes" arch="*">
<unaffected range="ge">0.8.2</unaffected>
<vulnerable range="lt">0.8.2</vulnerable>
</package>
</affected>
<background>
<p>
ngIRCd is a free open source daemon for Internet Relay Chat (IRC).
</p>
</background>
<description>
<p>
Florian Westphal discovered a buffer overflow caused by an integer
underflow in the Lists_MakeMask() function of lists.c.
</p>
</description>
<impact type="high">
<p>
A remote attacker can exploit this buffer overflow to crash the ngIRCd
daemon and possibly execute arbitrary code with the rights of the
ngIRCd daemon process.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All ngIRCd users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-irc/ngIRCd-0.8.2"</code>
</resolution>
<references>
<uri link="http://arthur.ath.cx/pipermail/ngircd-ml/2005-January/000228.html">ngIRCd Release Annoucement</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-0199">CVE-2005-0199</uri>
</references>
<metadata tag="requester" timestamp="2005-01-27T15:18:35Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-01-27T16:04:52Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2005-01-27T16:45:18Z">
koon
</metadata>
</glsa>
|