summaryrefslogtreecommitdiff
blob: fd7efb7f0b4cbd7fdf976a27a05d02d897398d34 (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="200708-03">
  <title>libarchive (formerly named as bsdtar): Multiple PaX Extension Header Vulnerabilities</title>
  <synopsis>
    Multiple vulnerabilities were found in libarchive (formerly named as
    app-archive/bsdtar), possibly allowing for the execution of arbitrary code
    or a Denial of Service.
  </synopsis>
  <product type="ebuild">libarchive</product>
  <announced>2007-08-08</announced>
  <revised count="02">2007-08-08</revised>
  <bug>184984</bug>
  <access>remote</access>
  <affected>
    <package name="app-arch/libarchive" auto="yes" arch="*">
      <unaffected range="ge">2.2.4</unaffected>
      <vulnerable range="lt">2.2.4</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    libarchive is a library for manipulating different streaming archive
    formats, including certain tar variants, several cpio formats, and both
    BSD and GNU ar variants.
    </p>
  </background>
  <description>
    <p>
    CPNI, CERT-FI, Tim Kientzle, and Colin Percival reported a buffer
    overflow (CVE-2007-3641), an infinite loop (CVE-2007-3644), and a NULL
    pointer dereference (CVE-2007-3645) within the processing of archives
    having corrupted PaX extension headers.
    </p>
  </description>
  <impact type="normal">
    <p>
    An attacker can trick a user or automated system to process an archive
    with malformed PaX extension headers into execute arbitrary code, crash
    an application using the library, or cause a high CPU load.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All libarchive or bsdtar users should upgrade to the latest libarchive
    version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=app-arch/libarchive-2.2.4"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3641">CVE-2007-3641</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3644">CVE-2007-3644</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3645">CVE-2007-3645</uri>
  </references>
  <metadata tag="requester" timestamp="2007-07-15T10:30:41Z">
    jaervosz
  </metadata>
  <metadata tag="submitter" timestamp="2007-07-15T19:19:38Z">
    DerCorny
  </metadata>
  <metadata tag="bugReady" timestamp="2007-07-17T17:56:39Z">
    jaervosz
  </metadata>
</glsa>