summaryrefslogtreecommitdiff
blob: 551985836d71a918744ff2faf66c5038f3006d59 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200710-03">
  <title>libvorbis: Multiple vulnerabilities</title>
  <synopsis>
    A buffer overflow vulnerability and several memory corruptions have been
    discovered in libvorbis.
  </synopsis>
  <product type="ebuild">libvorbis</product>
  <announced>2007-10-07</announced>
  <revised count="01">2007-10-07</revised>
  <bug>186716</bug>
  <access>remote</access>
  <affected>
    <package name="media-libs/libvorbis" auto="yes" arch="*">
      <unaffected range="ge">1.2.0</unaffected>
      <vulnerable range="lt">1.2.0</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    libvorbis is the reference implementation of the Xiph.org Ogg Vorbis
    audio file format. It is used by many applications for playback of Ogg
    Vorbis files.
    </p>
  </background>
  <description>
    <p>
    David Thiel of iSEC Partners discovered a heap-based buffer overflow in
    the _01inverse() function in res0.c and a boundary checking error in
    the vorbis_info_clear() function in info.c (CVE-2007-3106 and
    CVE-2007-4029). libvorbis is also prone to several Denial of Service
    vulnerabilities in form of infinite loops and invalid memory access
    with unknown impact (CVE-2007-4065 and CVE-2007-4066).
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could exploit these vulnerabilities by enticing a
    user to open a specially crafted Ogg Vorbis file or network stream with
    an application using libvorbis. This might lead to the execution of
    arbitrary code with privileges of the user playing the file or a Denial
    of Service by a crash or CPU consumption.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All libvorbis users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=media-libs/libvorbis-1.2.0"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3106">CVE-2007-3106</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4029">CVE-2007-4029</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4065">CVE-2007-4065</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4066">CVE-2007-4066</uri>
  </references>
  <metadata tag="requester" timestamp="2007-09-04T23:57:53Z">
    aetius
  </metadata>
  <metadata tag="bugReady" timestamp="2007-09-08T16:21:39Z">
    p-y
  </metadata>
  <metadata tag="submitter" timestamp="2007-10-02T15:39:27Z">
    rbu
  </metadata>
</glsa>