blob: 79849df5b7ff0f1f14c4f77e6621e0d94df61cb4 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200501-07">
<title>xine-lib: Multiple overflows</title>
<synopsis>
xine-lib contains multiple overflows potentially allowing execution of
arbitrary code.
</synopsis>
<product type="ebuild">xine-lib</product>
<announced>2005-01-06</announced>
<revised count="01">2005-01-06</revised>
<bug>74475</bug>
<access>remote</access>
<affected>
<package name="media-libs/xine-lib" auto="yes" arch="*">
<unaffected range="ge">1_rc8-r1</unaffected>
<unaffected range="rge">1_rc6-r1</unaffected>
<vulnerable range="lt">1_rc8-r1</vulnerable>
</package>
</affected>
<background>
<p>
xine-lib is a multimedia library which can be utilized to create
multimedia frontends.
</p>
</background>
<description>
<p>
Ariel Berkman discovered that xine-lib reads specific input data
into an array without checking the input size in demux_aiff.c, making
it vulnerable to a buffer overflow (CAN-2004-1300) . iDefense
discovered that the PNA_TAG handling code in pnm_get_chunk() does not
check if the input size is larger than the buffer size (CAN-2004-1187).
iDefense also discovered that in this same function, a negative value
could be given to an unsigned variable that specifies the read length
of input data (CAN-2004-1188).
</p>
</description>
<impact type="normal">
<p>
A remote attacker could craft a malicious movie or convince a
targeted user to connect to a malicious PNM server, which could result
in the execution of arbitrary code with the rights of the user running
any xine-lib frontend.
</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-2004-1187">CAN-2004-1187</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1188">CAN-2004-1188</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1300">CAN-2004-1300</uri>
<uri link="http://www.idefense.com/application/poi/display?id=176&type=vulnerabilities">iDefense Advisory</uri>
<uri link="http://www.idefense.com/application/poi/display?id=177&type=vulnerabilities">iDefense Advisory</uri>
<uri link="http://tigger.uic.edu/~jlongs2/holes/xine-lib.txt">Ariel Berkman Advisory</uri>
</references>
<metadata tag="requester" timestamp="2004-12-21T14:06:44Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2004-12-21T16:57:50Z">
SeJo
</metadata>
<metadata tag="bugReady" timestamp="2005-01-06T08:50:09Z">
koon
</metadata>
</glsa>
|