summaryrefslogtreecommitdiff
blob: 7bca1ae33ab640f1d91b7739bf83d756d9cf52ad (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="200611-24">
  <title>LHa: Multiple vulnerabilities</title>
  <synopsis>
    LHa is affected by several vulnerabilities including the remote execution
    of arbitrary code.
  </synopsis>
  <product type="ebuild">lha</product>
  <announced>2006-11-28</announced>
  <revised count="01">2006-11-28</revised>
  <bug>151252</bug>
  <access>remote</access>
  <affected>
    <package name="app-arch/lha" auto="yes" arch="*">
      <unaffected range="ge">114i-r6</unaffected>
      <vulnerable range="lt">114i-r6</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    LHa is a console-based program for packing and unpacking LHarc
    archives.
    </p>
  </background>
  <description>
    <p>
    Tavis Ormandy of the Google Security Team discovered several
    vulnerabilities in the LZH decompression component used by LHa. The
    make_table function of unlzh.c contains an array index error and a
    buffer overflow vulnerability. The build_tree function of unpack.c
    contains a buffer underflow vulnerability. Additionally, unlzh.c
    contains a code that could run in an infinite loop.
    </p>
  </description>
  <impact type="normal">
    <p>
    By enticing a user to uncompress a specially crafted archive, a remote
    attacker could cause a Denial of Service by CPU consumption or execute
    arbitrary code with the rights of the user running the application.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All LHa users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=app-arch/lha-114i-r6"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4335">CVE-2006-4335</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4336">CVE-2006-4336</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4337">CVE-2006-4337</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4338">CVE-2006-4338</uri>
  </references>
  <metadata tag="requester" timestamp="2006-11-24T21:52:23Z">
    falco
  </metadata>
  <metadata tag="submitter" timestamp="2006-11-27T17:02:28Z">
    falco
  </metadata>
  <metadata tag="bugReady" timestamp="2006-11-27T17:07:24Z">
    falco
  </metadata>
</glsa>