blob: 939e64a2d1c1d0f3b10d71d39bd22af16d6ad503 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200510-08">
<title>xine-lib: Format string vulnerability</title>
<synopsis>
xine-lib contains a format string error in CDDB response handling that may
be exploited to execute arbitrary code.
</synopsis>
<product type="ebuild">xine-lib</product>
<announced>2005-10-08</announced>
<revised count="01">2005-10-08</revised>
<bug>107854</bug>
<access>remote</access>
<affected>
<package name="media-libs/xine-lib" auto="yes" arch="*">
<unaffected range="ge">1.1.0-r5</unaffected>
<unaffected range="rge">1.0.1-r4</unaffected>
<unaffected range="rge">1_rc8-r2</unaffected>
<vulnerable range="lt">1.1.0-r5</vulnerable>
</package>
</affected>
<background>
<p>
xine-lib is a multimedia library which can be utilized to create
multimedia frontends. It includes functions to retrieve information
about audio CD contents from public CDDB servers.
</p>
</background>
<description>
<p>
Ulf Harnhammar discovered a format string bug in the routines
handling CDDB server response contents.
</p>
</description>
<impact type="normal">
<p>
An attacker could submit malicious information about an audio CD
to a public CDDB server (or impersonate a public CDDB server). When the
victim plays this CD on a multimedia frontend relying on xine-lib, it
could end up executing arbitrary code.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All xine-lib users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose media-libs/xine-lib</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2967">CAN-2005-2967</uri>
</references>
<metadata tag="submitter" timestamp="2005-10-07T11:30:51Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2005-10-08T16:01:28Z">
jaervosz
</metadata>
</glsa>
|