blob: cb5fae42a29d0b00aa683a778e3a33e2e7716668 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200509-01">
<title>MPlayer: Heap overflow in ad_pcm.c</title>
<synopsis>
A heap overflow in MPlayer might lead to the execution of arbitrary code.
</synopsis>
<product type="ebuild">MPlayer</product>
<announced>2005-09-01</announced>
<revised count="01">2005-09-01</revised>
<bug>103555</bug>
<access>remote</access>
<affected>
<package name="media-video/mplayer" auto="yes" arch="*">
<unaffected range="ge">1.0_pre7-r1</unaffected>
<vulnerable range="lt">1.0_pre7-r1</vulnerable>
</package>
</affected>
<background>
<p>
MPlayer is a media player capable of handling multiple multimedia
file formats.
</p>
</background>
<description>
<p>
Sven Tantau discovered a heap overflow in the code handling the
strf chunk of PCM audio streams.
</p>
</description>
<impact type="normal">
<p>
An attacker could craft a malicious video or audio file which,
when opened using MPlayer, would end up executing arbitrary code on the
victim's computer with the permissions of the user running MPlayer.
</p>
</impact>
<workaround>
<p>
You can mitigate the issue by adding "ac=-pcm," to your MPlayer
configuration file (note that this will prevent you from playing
uncompressed audio).
</p>
</workaround>
<resolution>
<p>
All MPlayer users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-video/mplayer-1.0_pre7-r1"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2718">CAN-2005-2718</uri>
<uri link="http://www.sven-tantau.de/public_files/mplayer/mplayer_20050824.txt">Original Advisory</uri>
</references>
<metadata tag="submitter" timestamp="2005-08-28T16:55:40Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2005-09-01T08:08:19Z">
koon
</metadata>
</glsa>
|