blob: f95d99393fa0369fcfa4b7a4b05799dd2f2de477 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200611-16">
<title>Texinfo: Buffer overflow</title>
<synopsis>
Texinfo is vulnerable to a buffer overflow that could lead to the execution
of arbitrary code.
</synopsis>
<product type="ebuild">texinfo</product>
<announced>November 21, 2006</announced>
<revised>November 21, 2006: 01</revised>
<bug>154316</bug>
<access>remote</access>
<affected>
<package name="sys-apps/texinfo" auto="yes" arch="*">
<unaffected range="ge">4.8-r5</unaffected>
<vulnerable range="lt">4.8-r5</vulnerable>
</package>
</affected>
<background>
<p>
Texinfo is the official documentation system of the GNU project.
</p>
</background>
<description>
<p>
Miloslav Trmac from Red Hat discovered a buffer overflow in the
"readline()" function of texindex.c. The "readline()" function is
called by the texi2dvi and texindex commands.
</p>
</description>
<impact type="normal">
<p>
By enticing a user to open a specially crafted Texinfo file, an
attacker could execute arbitrary code with the rights of the user
running Texinfo.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Texinfo users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-apps/texinfo-4.8-r5"</code>
</resolution>
<references>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4810">CVE-2006-4810</uri>
</references>
<metadata tag="requester" timestamp="Wed, 15 Nov 2006 21:23:53 +0000">
vorlon
</metadata>
<metadata tag="bugReady" timestamp="Wed, 15 Nov 2006 21:39:27 +0000">
vorlon
</metadata>
<metadata tag="submitter" timestamp="Thu, 16 Nov 2006 14:40:00 +0000">
jaervosz
</metadata>
</glsa>
|