summaryrefslogtreecommitdiff
blob: e8920ad83ef64f03a9cacb7692a70bb322c74407 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201206-16">
  <title>TagLib: Multiple vulnerabilities</title>
  <synopsis>Multiple vulnerabilities have been found in TagLib, possibly
    resulting in Denial of Service.
  </synopsis>
  <product type="ebuild">TagLib</product>
  <announced>2012-06-22</announced>
  <revised count="1">2012-06-22</revised>
  <bug>407673</bug>
  <bug>410953</bug>
  <access>remote</access>
  <affected>
    <package name="media-libs/taglib" auto="yes" arch="*">
      <unaffected range="ge">1.7.1</unaffected>
      <vulnerable range="lt">1.7.1</vulnerable>
    </package>
  </affected>
  <background>
    <p>TagLib is a library for reading and editing audio meta data.</p>
  </background>
  <description>
    <p>Multiple vulnerabilities have been found in TagLib:</p>
    
    <ul>
      <li>The "analyzeCurrent()" function in ape/apeproperties.cpp contains a
        division by zero error (CVE-2012-1107).
      </li>
      <li>The "parse()" function in inogg/xiphcomment.cpp contains an error
        when processing the "vendorLength" field (CVE-2012-1108).
      </li>
      <li>The "mid()" function in toolkit/tbytevector.cpp contains an integer
        overflow error (CVE-2012-1584).
      </li>
    </ul>
  </description>
  <impact type="normal">
    <p>A remote attacker could entice a user or automated system to open a
      specially crafted OGG file with an application using TagLib, possibly
      resulting in a Denial of Service condition.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All TagLib users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=media-libs/taglib-1.7.1"
    </code>
    
    <p>Packages which depend on this library may need to be recompiled. Tools
      such as  revdep-rebuild may assist in identifying  some of these
      packages.
    </p>
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-1107">CVE-2012-1107</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-1108">CVE-2012-1108</uri>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-1584">CVE-2012-1584</uri>
  </references>
  <metadata timestamp="2012-04-06T15:50:48Z" tag="requester">ackle</metadata>
  <metadata timestamp="2012-06-22T16:29:31Z" tag="submitter">ackle</metadata>
</glsa>