blob: 8811f90d62e1bc57d8a8228521cdbe33bf80f114 (
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="200702-11">
<title>MPlayer: Buffer overflow</title>
<synopsis>
A buffer overflow was found in MPlayer's RTSP plugin that could lead to a
Denial of Service or arbitrary code execution.
</synopsis>
<product type="ebuild">MPlayer</product>
<announced>2007-02-27</announced>
<revised count="01">2007-02-27</revised>
<bug>159727</bug>
<access>remote</access>
<affected>
<package name="media-video/mplayer" auto="yes" arch="*">
<unaffected range="ge">1.0_rc1-r2</unaffected>
<vulnerable range="lt">1.0_rc1-r2</vulnerable>
</package>
</affected>
<background>
<p>
MPlayer is a media player capable of playing multiple media formats.
</p>
</background>
<description>
<p>
When checking for matching asm rules in the asmrp.c code, the results
are stored in a fixed-size array without boundary checks which may
allow a buffer overflow.
</p>
</description>
<impact type="normal">
<p>
An attacker can entice a user to connect to a manipulated RTSP server
resulting in a Denial of Service and possibly execution of arbitrary
code.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</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_rc1-r2"</code>
</resolution>
<references>
<uri link="http://www.mplayerhq.hu/design7/news.html#vuln14">Original Advisory</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6172">CVE-2006-6172</uri>
</references>
<metadata tag="requester" timestamp="2007-02-12T12:10:45Z">
falco
</metadata>
<metadata tag="submitter" timestamp="2007-02-13T11:54:03Z">
daxomatic
</metadata>
<metadata tag="bugReady" timestamp="2007-02-13T12:06:52Z">
falco
</metadata>
</glsa>
|