blob: 7f371087cdb93ad43311b6c7794e3999a7e8d4ab (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200601-07">
<title>ClamAV: Remote execution of arbitrary code</title>
<synopsis>
ClamAV is vulnerable to a buffer overflow which may lead to remote
execution of arbitrary code.
</synopsis>
<product type="ebuild">clamav</product>
<announced>2006-01-13</announced>
<revised>2006-01-13: 01</revised>
<bug>118459</bug>
<access>remote</access>
<affected>
<package name="app-antivirus/clamav" auto="yes" arch="*">
<unaffected range="ge">0.88</unaffected>
<vulnerable range="lt">0.88</vulnerable>
</package>
</affected>
<background>
<p>
ClamAV is a GPL virus scanner.
</p>
</background>
<description>
<p>
Zero Day Initiative (ZDI) reported a heap buffer overflow
vulnerability. The vulnerability is due to an incorrect boundary check
of the user-supplied data prior to copying it to an insufficiently
sized memory buffer. The flaw occurs when the application attempts to
handle compressed UPX files.
</p>
</description>
<impact type="high">
<p>
For example by sending a maliciously crafted UPX file into a mail
server that is integrated with ClamAV, a remote attacker's supplied
code could be executed with escalated privileges.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All ClamAV users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-antivirus/clamav-0.88"</code>
</resolution>
<references>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0162">CVE-2006-0162</uri>
</references>
<metadata tag="requester" timestamp="2006-01-09T23:12:07Z">
DerCorny
</metadata>
<metadata tag="submitter" timestamp="2006-01-11T01:55:27Z">
adir
</metadata>
<metadata tag="bugReady" timestamp="2006-01-12T21:27:50Z">
DerCorny
</metadata>
</glsa>
|