blob: 5082046fd21a6c62bb67a4c395a8aa0bac87869b (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200501-15">
<title>UnRTF: Buffer overflow</title>
<synopsis>
A buffer overflow in UnRTF allows an attacker to execute arbitrary code by
way of a specially crafted RTF file.
</synopsis>
<product type="ebuild">app-text/unrtf</product>
<announced>January 10, 2005</announced>
<revised>January 10, 2005: 01</revised>
<bug>74480</bug>
<access>remote</access>
<affected>
<package name="app-text/unrtf" auto="yes" arch="*">
<unaffected range="ge">0.19.3-r1</unaffected>
<vulnerable range="lt">0.19.3-r1</vulnerable>
</package>
</affected>
<background>
<p>
UnRTF is a utility to convert files in the Rich Text Format into
other formats.
</p>
</background>
<description>
<p>
An unchecked strcat() in unrtf may overflow the bounds of a static
buffer.
</p>
</description>
<impact type="normal">
<p>
Using a specially crafted file, possibly delivered by e-mail or
over the web, an attacker may execute arbitrary code with the
permissions of the user running UnRTF.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All unrtf users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-text/unrtf-0.19.3-r1"</code>
</resolution>
<references>
<uri link="http://tigger.uic.edu/~jlongs2/holes/unrtf.txt">Original Announcement</uri>
</references>
<metadata tag="requester" timestamp="Sat, 8 Jan 2005 19:54:59 +0000">
vorlon078
</metadata>
<metadata tag="bugReady" timestamp="Sat, 8 Jan 2005 19:55:37 +0000">
vorlon078
</metadata>
<metadata tag="submitter" timestamp="Sun, 9 Jan 2005 05:15:13 +0000">
dmargoli
</metadata>
</glsa>
|