blob: bdb954f17bb4f3876084f08edacdc08abb69d105 (
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
|
<?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>2007-09-15</announced>
<revised>2007-09-15: 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 ">=media-libs/id3lib-3.8.3-r6"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4460">CVE-2007-4460</uri>
</references>
<metadata tag="submitter" timestamp="2007-09-13T20:50:09Z">
mfleming
</metadata>
<metadata tag="bugReady" timestamp="2007-09-14T08:35:20Z">
falco
</metadata>
</glsa>
|