summaryrefslogtreecommitdiff
blob: 1ea49e530d7d7f739fd3c32011aa58dfbf450158 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200711-15">
  <title>FLAC: Buffer overflow</title>
  <synopsis>
    Multiple integer overflow vulnerabilities were found in FLAC possibly
    allowing for the execution of arbitrary code.
  </synopsis>
  <product type="ebuild">flac</product>
  <announced>2007-11-12</announced>
  <revised>2007-11-12: 01</revised>
  <bug>195700</bug>
  <access>remote</access>
  <affected>
    <package name="media-libs/flac" auto="yes" arch="*">
      <unaffected range="ge">1.2.1-r1</unaffected>
      <vulnerable range="lt">1.2.1-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The Xiph.org Free Lossless Audio Codec (FLAC) library is the reference
    implementation of the FLAC audio file format. It contains encoders and
    decoders in library and executable form.
    </p>
  </background>
  <description>
    <p>
    Sean de Regge reported multiple integer overflows when processing FLAC
    media files that could lead to improper memory allocations resulting in
    heap-based buffer overflows.
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could entice a user to open a specially crafted FLAC
    file or network stream with an application using FLAC. This might lead
    to the execution of arbitrary code with privileges of the user playing
    the file.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All FLAC users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=media-libs/flac-1.2.1-r1"</code>
    <p>
    You should also run revdep-rebuild to rebuild any packages that depend
    on older versions of FLAC:
    </p>
    <code>
    # revdep-rebuild --library=libFLAC.*</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4619">CVE-2007-4619</uri>
  </references>
  <metadata tag="requester" timestamp="2007-11-01T19:12:08Z">
    rbu
  </metadata>
  <metadata tag="submitter" timestamp="2007-11-02T03:25:37Z">
    rbu
  </metadata>
  <metadata tag="bugReady" timestamp="2007-11-03T23:19:45Z">
    rbu
  </metadata>
</glsa>