summaryrefslogtreecommitdiff
blob: 37c88d8b6e1b07a82c8f6bd653048ea05bdc657c (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
76
77
78
79
80
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200506-01">
  <title>Binutils, elfutils: Buffer overflow</title>
  <synopsis>
    Various utilities from the GNU Binutils and elfutils packages are
    vulnerable to a heap based buffer overflow, potentially resulting in the
    execution of arbitrary code.
  </synopsis>
  <product type="ebuild">binutils</product>
  <announced>2005-06-01</announced>
  <revised count="02">2006-05-22</revised>
  <bug>91398</bug>
  <bug>91817</bug>
  <access>remote</access>
  <affected>
    <package name="dev-libs/elfutils" auto="yes" arch="*">
      <unaffected range="ge">0.108</unaffected>
      <vulnerable range="lt">0.108</vulnerable>
    </package>
    <package name="sys-devel/binutils" auto="yes" arch="*">
      <unaffected range="rge">2.14.90.0.8-r3</unaffected>
      <unaffected range="rge">2.15.90.0.1.1-r5</unaffected>
      <unaffected range="rge">2.15.90.0.3-r5</unaffected>
      <unaffected range="rge">2.15.91.0.2-r2</unaffected>
      <unaffected range="rge">2.15.92.0.2-r10</unaffected>
      <unaffected range="ge">2.16-r1</unaffected>
      <vulnerable range="lt">2.16-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The GNU Binutils are a collection of tools to create, modify and
    analyse binary files. Many of the files use BFD, the Binary File
    Descriptor library, to do low-level manipulation. Elfutils provides a
    library and utilities to access, modify and analyse ELF objects.
    </p>
  </background>
  <description>
    <p>
    Tavis Ormandy and Ned Ludd of the Gentoo Linux Security Audit Team
    discovered an integer overflow in the BFD library and elfutils,
    resulting in a heap based buffer overflow.
    </p>
  </description>
  <impact type="normal">
    <p>
    Successful exploitation would require a user to access a specially
    crafted binary file, resulting in the execution of arbitrary code.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All GNU Binutils users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose sys-devel/binutils</code>
    <p>
    All elfutils users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=dev-libs/elfutils-0.108"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1704">CVE-2005-1704</uri>
  </references>
  <metadata tag="submitter" timestamp="2005-05-12T20:12:23Z">
    taviso
  </metadata>
  <metadata tag="bugReady" timestamp="2005-06-01T15:04:54Z">
    koon
  </metadata>
</glsa>