blob: a32d5ff7261dc51371834e8e8a320287ae8dc8b6 (
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
74
75
76
77
78
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200409-30">
<title>xine-lib: Multiple vulnerabilities</title>
<synopsis>
xine-lib contains several vulnerabilities potentially allowing the
execution of arbitrary code.
</synopsis>
<product type="ebuild">xine-lib</product>
<announced>2004-09-22</announced>
<revised count="02">2006-05-22</revised>
<bug>64348</bug>
<access>remote</access>
<affected>
<package name="media-libs/xine-lib" auto="yes" arch="*">
<unaffected range="ge">1_rc6</unaffected>
<vulnerable range="le">1_rc5-r3</vulnerable>
</package>
</affected>
<background>
<p>
xine-lib is a multimedia library which can be utilized to create
multimedia frontends.
</p>
</background>
<description>
<p>
xine-lib contains two stack-based overflows and one heap-based
overflow. In the code reading VCD disc labels, the ISO disc label is
copied into an unprotected stack buffer of fixed size. Also, there is a
buffer overflow in the code that parses subtitles and prepares them for
display (XSA-2004-4). Finally, xine-lib contains a heap-based overflow
in the DVD sub-picture decoder (XSA-2004-5).
</p>
<p>
(Please note that the VCD MRL issue mentioned in XSA-2004-4 was fixed
with GLSA 200408-18.)
</p>
</description>
<impact type="normal">
<p>
With carefully-crafted VCDs, DVDs, MPEGs or subtitles, an attacker may
cause xine-lib to execute arbitrary code with the permissions of the
user.
</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 -pv ">=media-libs/xine-lib-1_rc6"
# emerge ">=media-libs/xine-lib-1_rc6"</code>
</resolution>
<references>
<uri link="http://www.securityfocus.com/archive/1/375485/2004-09-02/2004-09-08/0">BugTraq Announcement (XSA-2004-4)</uri>
<uri link="http://www.securityfocus.com/archive/1/375482/2004-09-02/2004-09-08/0">BugTraq Announcement (XSA-2004-5)</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1379">CVE-2004-1379</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1475">CVE-2004-1475</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1476">CVE-2004-1476</uri>
</references>
<metadata tag="requester" timestamp="2004-09-20T06:34:44Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2004-09-21T20:55:54Z">
jaervosz
</metadata>
<metadata tag="bugReady" timestamp="2004-09-22T11:19:16Z">
koon
</metadata>
</glsa>
|