blob: 70b7e483c47a259e3d91bc2a55806c20037d5672 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200510-07">
<title>RealPlayer, Helix Player: Format string vulnerability</title>
<synopsis>
RealPlayer and Helix Player are vulnerable to a format string vulnerability
resulting in the execution of arbitrary code.
</synopsis>
<product type="ebuild">realplayer helixplayer</product>
<announced>2005-10-07</announced>
<revised count="02">2005-11-22</revised>
<bug>107309</bug>
<access>remote</access>
<affected>
<package name="media-video/realplayer" auto="yes" arch="*">
<unaffected range="ge">10.0.6</unaffected>
<vulnerable range="lt">10.0.6</vulnerable>
</package>
<package name="media-video/helixplayer" auto="yes" arch="*">
<vulnerable range="lt">1.0.6</vulnerable>
</package>
</affected>
<background>
<p>
RealPlayer is a multimedia player capable of handling multiple
multimedia file formats. Helix Player is an open source media player
for Linux.
</p>
</background>
<description>
<p>
"c0ntex" reported that RealPlayer and Helix Player suffer from a heap
overflow.
</p>
</description>
<impact type="normal">
<p>
By enticing a user to play a specially crafted realpix (.rp) or
realtext (.rt) file, an attacker could execute arbitrary code with the
permissions of the user running the application.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All RealPlayer users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=media-video/realplayer-10.0.6"</code>
<p>
Note to Helix Player users: There is currently no stable secure Helix
Player package. Affected users should remove the package until an
updated Helix Player package is released.
</p>
</resolution>
<references>
<uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2710">CAN-2005-2710</uri>
</references>
<metadata tag="requester" timestamp="2005-10-01T10:35:35Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-10-04T19:39:34Z">
adir
</metadata>
<metadata tag="bugReady" timestamp="2005-10-07T14:20:23Z">
koon
</metadata>
</glsa>
|