blob: d654cf9f5b2f4b43b518f3dd5e843ded9a35ebc4 (
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="200508-21">
<title>phpWebSite: Arbitrary command execution through XML-RPC and SQL injection</title>
<synopsis>
phpWebSite is vulnerable to multiple issues which result in the execution
of arbitrary code and SQL injection.
</synopsis>
<product type="ebuild">phpwebsite</product>
<announced>2005-08-31</announced>
<revised>2005-08-31: 01</revised>
<bug>102785</bug>
<access>remote</access>
<affected>
<package name="www-apps/phpwebsite" auto="yes" arch="*">
<unaffected range="ge">0.10.2_rc2</unaffected>
<vulnerable range="lt">0.10.2_rc2</vulnerable>
</package>
</affected>
<background>
<p>
phpWebSite is a web site content management system.
</p>
</background>
<description>
<p>
phpWebSite uses an XML-RPC library that improperly handles XML-RPC
requests and responses with malformed nested tags. Furthermore,
"matrix_killer" reported that phpWebSite is vulnerable to an SQL
injection attack.
</p>
</description>
<impact type="high">
<p>
A malicious remote user could exploit this vulnerability to inject
arbitrary PHP script code into eval() statements by sending a specially
crafted XML document, and also inject SQL commands to access the
underlying database directly.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All phpWebSite users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-apps/phpwebsite-0.10.2_rc2"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2498">CAN-2005-2498</uri>
<uri link="http://archives.neohapsis.com/archives/fulldisclosure/2005-08/0497.html">Original Advisory</uri>
</references>
<metadata tag="requester" timestamp="2005-08-25T18:35:22Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2005-08-29T11:14:08Z">
adir
</metadata>
<metadata tag="bugReady" timestamp="2005-08-31T02:40:59Z">
DerCorny
</metadata>
</glsa>
|