summaryrefslogtreecommitdiff
blob: 2a523fb9cd6447c11fb30bbc3bea1072d33f3396 (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
71
72
73
74
75
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200405-03">
  <title>ClamAV VirusEvent parameter vulnerability</title>
  <synopsis>
    With a specific configuration (using %f in the VirusEvent parameter), Clam
    AntiVirus is vulnerable to an attack allowing execution of arbitrary
    commands.
  </synopsis>
  <product type="ebuild">ClamAV</product>
  <announced>2004-05-11</announced>
  <revised count="02">2006-05-22</revised>
  <bug>46264</bug>
  <access>remote</access>
  <affected>
    <package name="app-antivirus/clamav" auto="yes" arch="*">
      <unaffected range="ge">0.70</unaffected>
      <vulnerable range="lt">0.70</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    From <uri link="http://www.clamav.net/">http://www.clamav.net/</uri> :
    </p>
    <p>
    "Clam AntiVirus is a GPL anti-virus toolkit for UNIX. The main purpose
    of this software is the integration with mail servers (attachment
    scanning). The package provides a flexible and scalable multi-threaded
    daemon, a command line scanner, and a tool for automatic updating via
    Internet. The programs are based on a shared library distributed with
    the Clam AntiVirus package, which you can use with your own software.
    Most importantly, the virus database is kept up to date."
    </p>
  </background>
  <description>
    <p>
    The VirusEvent parameter in the clamav.conf configuration file allows
    to specify a system command to run whenever a virus is found. This
    system command can make use of the "%f" parameter which is replaced by
    the name of the file infected. The name of the file scanned is under
    control of the attacker and is not sufficiently checked. Version 0.70
    of clamav disables the use of the "%f" parameter.
    </p>
  </description>
  <impact type="high">
    <p>
    Sending a virus with a malicious file name can result in execution of
    arbirary system commands with the rights of the antivirus process.
    Since clamav is often associated to mail servers for email scanning,
    this attack can be used remotely.
    </p>
  </impact>
  <workaround>
    <p>
    You should not use the "%f" parameter in your VirusEvent configuration.
    </p>
  </workaround>
  <resolution>
    <p>
    All users of Clam AntiVirus should upgrade to the latest stable
    version:
    </p>
    <code>
    # emerge sync
    
    # emerge -pv "&gt;=app-antivirus/clamav-0.70"
    # emerge "&gt;=app-antivirus/clamav-0.70"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1876">CVE-2004-1876</uri>
  </references>
  <metadata tag="submitter">
    koon
  </metadata>
</glsa>