blob: a4bd5cad3c6c9be1749e115e1579b230c651929e (
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
70
71
72
73
74
75
76
77
78
79
80
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200408-27">
<title>Gaim: New vulnerabilities</title>
<synopsis>
Gaim contains several security issues that might allow an attacker to
execute arbitrary code or commands.
</synopsis>
<product type="ebuild">Gaim</product>
<announced>2004-08-27</announced>
<revised count="02">2006-05-22</revised>
<bug>61457</bug>
<access>remote</access>
<affected>
<package name="net-im/gaim" auto="yes" arch="*">
<unaffected range="ge">0.81-r5</unaffected>
<vulnerable range="lt">0.81-r5</vulnerable>
</package>
</affected>
<background>
<p>
Gaim is a multi-protocol instant messaging client for Linux which
supports many instant messaging protocols.
</p>
</background>
<description>
<p>
Gaim fails to do proper bounds checking when:
</p>
<ul>
<li>Handling MSN messages (partially fixed with GLSA 200408-12).</li>
<li>Handling rich text format messages.</li>
<li>Resolving local hostname.</li>
<li>Receiving long URLs.</li>
<li>Handling groupware messages.</li>
<li>Allocating memory for webpages with fake content-length
header.</li>
</ul>
<p>
Furthermore Gaim fails to escape filenames when using drag and drop
installation of smiley themes.
</p>
</description>
<impact type="normal">
<p>
These vulnerabilities could allow an attacker to crash Gaim or execute
arbitrary code or commands with the permissions of the user running
Gaim.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time. All users are encouraged to
upgrade to the latest available version of Gaim.
</p>
</workaround>
<resolution>
<p>
All gaim users should upgrade to the latest version:
</p>
<code>
# emerge sync
# emerge -pv ">=net-im/gaim-0.81-r5"
# emerge ">=net-im/gaim-0.81-r5"</code>
</resolution>
<references>
<uri link="https://gaim.sourceforge.net/security/index.php">Gaim security issues</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0500">CVE-2004-0500</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0754">CVE-2004-0754</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0784">CVE-2004-0784</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0785">CVE-2004-0785</uri>
</references>
<metadata tag="requester" timestamp="2004-08-26T15:30:26Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2004-08-26T19:01:27Z">
jaervosz
</metadata>
</glsa>
|