blob: f4396733276baeab8c40dd495f6a0aa11f0ca1a9 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200506-11">
<title>Gaim: Denial of Service vulnerabilities</title>
<synopsis>
Gaim contains two remote Denial of Service vulnerabilities.
</synopsis>
<product type="ebuild">gaim</product>
<announced>2005-06-12</announced>
<revised count="01">2005-06-12</revised>
<bug>95347</bug>
<access>remote</access>
<affected>
<package name="net-im/gaim" auto="yes" arch="*">
<unaffected range="ge">1.3.1</unaffected>
<vulnerable range="lt">1.3.1</vulnerable>
</package>
</affected>
<background>
<p>
Gaim is a full featured instant messaging client which handles a
variety of instant messaging protocols.
</p>
</background>
<description>
<p>
Jacopo Ottaviani discovered a vulnerability in the Yahoo! file
transfer code when being offered files with names containing non-ASCII
characters (CAN-2005-1269).
</p>
<p>
Hugo de Bokkenrijder discovered a
vulnerability when receiving malformed MSN messages (CAN-2005-1934).
</p>
</description>
<impact type="normal">
<p>
Both vulnerabilities cause Gaim to crash, resulting in a Denial of
Service.
</p>
</impact>
<workaround>
<p>
There are no known workarounds at this time.
</p>
</workaround>
<resolution>
<p>
All Gaim users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-im/gaim-1.3.1"</code>
</resolution>
<references>
<uri link="https://gaim.sourceforge.net/security/?id=18">Gaim Vulnerability: Remote Yahoo! crash</uri>
<uri link="https://gaim.sourceforge.net/security/?id=19">Gaim Vulnerability: MSN Remote DoS</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1269">CAN-2005-1269</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1934">CAN-2005-1934</uri>
</references>
<metadata tag="requester" timestamp="2005-06-10T08:03:05Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-06-10T08:44:05Z">
r2d2
</metadata>
<metadata tag="bugReady" timestamp="2005-06-12T13:55:53Z">
koon
</metadata>
</glsa>
|