blob: 87e9fdb1855c215ede4f05113ae2416082812a6a (
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="200406-14">
<title>aspell: Buffer overflow in word-list-compress</title>
<synopsis>
A bug in the aspell utility word-list-compress can allow an attacker to
execute arbitrary code.
</synopsis>
<product type="ebuild">aspell</product>
<announced>2004-06-17</announced>
<revised count="03">2006-05-22</revised>
<bug>53389</bug>
<access>local</access>
<affected>
<package name="app-text/aspell" auto="yes" arch="*">
<unaffected range="ge">0.50.5-r4</unaffected>
<vulnerable range="le">0.50.5-r3</vulnerable>
</package>
</affected>
<background>
<p>
aspell is a popular spell-checker. Dictionaries are available for many
languages.
</p>
</background>
<description>
<p>
aspell includes a utility for handling wordlists called
word-list-compress. This utility fails to do proper bounds checking
when processing words longer than 256 bytes.
</p>
</description>
<impact type="normal">
<p>
If an attacker could entice a user to handle a wordlist containing very
long word lengths it could result in the execution of arbitrary code
with the permissions of the user running the program.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time. All users are encouraged to
upgrade to the latest available version.
</p>
</workaround>
<resolution>
<p>
All users should upgrade to the latest available version of aspell.
</p>
<code>
# emerge sync
# emerge -pv ">=app-text/aspell-0.50.5-r4"
# emerge ">=app-text/aspell-0.50.5-r4"</code>
</resolution>
<references>
<uri link="http://nettwerked.mg2.org/advisories/wlc">Nettwerked Advisory</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0548">CVE-2004-0548</uri>
</references>
<metadata tag="submitter">
jaervosz
</metadata>
</glsa>
|