blob: d95e3099d933db0778faf1772e75f8ca63255dad (
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"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200603-05">
<title>zoo: Stack-based buffer overflow</title>
<synopsis>
A stack-based buffer overflow in zoo may be exploited to execute arbitrary
code through malicious ZOO archives.
</synopsis>
<product type="ebuild">zoo</product>
<announced>2006-03-06</announced>
<revised count="01">2006-03-06</revised>
<bug>123782</bug>
<access>remote</access>
<affected>
<package name="app-arch/zoo" auto="yes" arch="*">
<unaffected range="ge">2.10-r1</unaffected>
<vulnerable range="lt">2.10-r1</vulnerable>
</package>
</affected>
<background>
<p>
zoo is a file archiving utility for maintaining collections of
files, written by Rahul Dhesi.
</p>
</background>
<description>
<p>
Jean-Sebastien Guay-Leroux discovered a boundary error in the
fullpath() function in misc.c when processing overly long file and
directory names in ZOO archives.
</p>
</description>
<impact type="normal">
<p>
An attacker could craft a malicious ZOO archive and entice someone
to open it using zoo. This would trigger a stack-based buffer overflow
and potentially allow execution of arbitrary code with the rights of
the victim user.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All zoo users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-arch/zoo-2.10-r1"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0855">CVE-2006-0855</uri>
<uri link="http://www.guay-leroux.com/projects/zoo-advisory.txt">Original Advisory</uri>
</references>
<metadata tag="requester" timestamp="2006-02-26T17:26:29Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2006-03-03T17:54:01Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2006-03-04T16:06:52Z">
koon
</metadata>
</glsa>
|