blob: d8117247c8f953e73af7ede6541d968e3ff11835 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200507-07">
<title>phpWebSite: Multiple vulnerabilities</title>
<synopsis>
phpWebSite is vulnerable to the remote execution of arbitrary PHP script
code and to other, yet undisclosed, vulnerabilities.
</synopsis>
<product type="ebuild">phpwebsite</product>
<announced>July 10, 2005</announced>
<revised>July 10, 2005: 01</revised>
<bug>97461</bug>
<access>remote</access>
<affected>
<package name="www-apps/phpwebsite" auto="yes" arch="*">
<unaffected range="ge">0.10.1-r1</unaffected>
<vulnerable range="lt">0.10.1-r1</vulnerable>
</package>
</affected>
<background>
<p>
phpWebSite is a content management system written in PHP.
</p>
</background>
<description>
<p>
phpWebSite fails to sanitize input sent to the XML-RPC server
using the "POST" method. Other unspecified vulnerabilities have been
discovered by Diabolic Crab of Hackers Center.
</p>
</description>
<impact type="high">
<p>
A remote attacker could exploit the XML-RPC vulnerability to
execute arbitrary PHP script code by sending specially crafted XML data
to phpWebSite. The undisclosed vulnerabilities do have an unknown
impact.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All phpWebSite users should upgrade to the latest available
version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-app/phpwebsite-0.10.1-r1"</code>
</resolution>
<references>
<uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1921">CAN-2005-1921</uri>
<uri link="http://phpwebsite.appstate.edu/index.php?module=announce&ANN_user_op=view&ANN_id=989">phpWebSite announcement</uri>
</references>
<metadata tag="requester" timestamp="Wed, 06 Jul 2005 12:51:16 +0000">
koon
</metadata>
<metadata tag="submitter" timestamp="Wed, 06 Jul 2005 14:39:13 +0000">
DerCorny
</metadata>
<metadata tag="bugReady" timestamp="Sat, 09 Jul 2005 22:50:54 +0000">
DerCorny
</metadata>
</glsa>
|