summaryrefslogtreecommitdiff
blob: b46e45f7fae460a6345d43e86dcb45427e16ab9f (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">

<glsa id="200410-31">
  <title>Archive::Zip: Virus detection evasion</title>
  <synopsis>
    Email virus scanning software relying on Archive::Zip can be fooled into
    thinking a ZIP attachment is empty while it contains a virus, allowing
    detection evasion.
  </synopsis>
  <product type="ebuild">Archive::Zip</product>
  <announced>October 29, 2004</announced>
  <revised>May 22, 2006: 02</revised>
  <bug>68616</bug>
  <access>remote</access>
  <affected>
    <package name="dev-perl/Archive-Zip" auto="yes" arch="*">
      <unaffected range="ge">1.14</unaffected>
      <vulnerable range="lt">1.14</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Archive::Zip is a Perl module containing functions to handle ZIP
    archives.
    </p>
  </background>
  <description>
    <p>
    Archive::Zip can be used by email scanning software (like amavisd-new)
    to uncompress attachments before virus scanning. By modifying the
    uncompressed size of archived files in the global header of the ZIP
    file, it is possible to fool Archive::Zip into thinking some files
    inside the archive have zero length.
    </p>
  </description>
  <impact type="low">
    <p>
    An attacker could send a carefully crafted ZIP archive containing a
    virus file and evade detection on some email virus-scanning software
    relying on Archive::Zip for decompression.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Archive::Zip users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose &quot;&gt;=dev-perl/Archive-Zip-1.14&quot;</code>
  </resolution>
  <references>
    <uri link="http://www.idefense.com/application/poi/display?id=153">iDEFENSE Security Advisory 10.18.04</uri>
    <uri link="http://rt.cpan.org/NoAuth/Bug.html?id=8077">rt.cpan.org bug #8077</uri>
    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1096">CVE-2004-1096</uri>
  </references>
  <metadata tag="requester" timestamp="Wed, 27 Oct 2004 12:10:39 +0000">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="Wed, 27 Oct 2004 12:10:53 +0000">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="Fri, 29 Oct 2004 12:32:54 +0000">
    koon
  </metadata>
</glsa>