blob: 15c976c91b6b7b4b97e02550ce934ceff1602363 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200509-09">
<title>Py2Play: Remote execution of arbitrary Python code</title>
<synopsis>
A design error in Py2Play allows attackers to execute arbitrary code.
</synopsis>
<product type="ebuild">py2play</product>
<announced>September 17, 2005</announced>
<revised>September 05, 2006: 02</revised>
<bug>103524</bug>
<access>remote</access>
<affected>
<package name="dev-python/py2play" auto="yes" arch="*">
<unaffected range="ge">0.1.8</unaffected>
<vulnerable range="le">0.1.7</vulnerable>
</package>
</affected>
<background>
<p>
Py2Play is a peer-to-peer network game engine written in Python.
Pickling is a Python feature allowing to serialize Python objects into
string representations (called pickles) that can be sent over the
network.
</p>
</background>
<description>
<p>
Arc Riley discovered that Py2Play uses Python pickles to send objects
over a peer-to-peer game network, and that clients accept without
restriction the objects and code sent by peers.
</p>
</description>
<impact type="high">
<p>
A remote attacker participating in a Py2Play-powered game can send
malicious Python pickles, resulting in the execution of arbitrary
Python code on the targeted game client.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All py2play users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-python/py2play-0.1.8"</code>
</resolution>
<references>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2875">CAN-2005-2875</uri>
</references>
<metadata tag="requester" timestamp="Tue, 13 Sep 2005 14:02:17 +0000">
koon
</metadata>
<metadata tag="bugReady" timestamp="Wed, 14 Sep 2005 11:59:59 +0000">
koon
</metadata>
<metadata tag="submitter" timestamp="Wed, 14 Sep 2005 20:47:34 +0000">
koon
</metadata>
</glsa>
|