summaryrefslogtreecommitdiff
blob: 430cacc1ac19f8447b0d3e4831701746095decb5 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">

<glsa id="200709-08">
  <title>id3lib: Insecure temporary file creation</title>
  <synopsis>
    A vulnerability has been discovered in id3lib allowing local users to
    overwrite arbitrary files via a symlink attack.
  </synopsis>
  <product type="ebuild">id3lib</product>
  <announced>September 15, 2007</announced>
  <revised>September 15, 2007: 01</revised>
  <bug>189610</bug>
  <access>local</access>
  <affected>
    <package name="media-libs/id3lib" auto="yes" arch="*">
      <unaffected range="ge">3.8.3-r6</unaffected>
      <vulnerable range="lt">3.8.3-r6</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    id3lib is an open-source, cross-platform software development library
    for reading, writing, and manipulating ID3v1 and ID3v2 tags.
    </p>
  </background>
  <description>
    <p>
    Nikolaus Schulz discovered that the function RenderV2ToFile() in file
    src/tag_file.cpp creates temporary files in an insecure manner.
    </p>
  </description>
  <impact type="normal">
    <p>
    A local attacker could exploit this vulnerability via a symlink attack
    to overwrite arbitrary files.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All id3lib users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose &quot;&gt;=media-libs/id3lib-3.8.3-r6&quot;</code>
  </resolution>
  <references>
    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4460">CVE-2007-4460</uri>
  </references>
  <metadata tag="submitter" timestamp="Thu, 13 Sep 2007 20:50:09 +0000">
    mfleming
  </metadata>
  <metadata tag="bugReady" timestamp="Fri, 14 Sep 2007 08:35:20 +0000">
    falco
  </metadata>
</glsa>