diff options
Diffstat (limited to 'metadata/glsa/glsa-200508-18.xml')
-rw-r--r-- | metadata/glsa/glsa-200508-18.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200508-18.xml b/metadata/glsa/glsa-200508-18.xml new file mode 100644 index 000000000000..020f7a4e5eff --- /dev/null +++ b/metadata/glsa/glsa-200508-18.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200508-18"> + <title>PhpWiki: Arbitrary command execution through XML-RPC</title> + <synopsis> + PhpWiki includes PHP XML-RPC code which is vulnerable to arbitrary command + execution. + </synopsis> + <product type="ebuild">phpwiki</product> + <announced>2005-08-26</announced> + <revised count="01">2005-08-26</revised> + <bug>102380</bug> + <access>remote</access> + <affected> + <package name="www-apps/phpwiki" auto="yes" arch="*"> + <unaffected range="ge">1.3.10-r2</unaffected> + <vulnerable range="lt">1.3.10-r2</vulnerable> + </package> + </affected> + <background> + <p> + PhpWiki is an application that creates a web site where anyone can + edit the pages through HTML forms. + </p> + </background> + <description> + <p> + Earlier versions of PhpWiki contain an XML-RPC library that + improperly handles XML-RPC requests and responses with malformed nested + tags. + </p> + </description> + <impact type="high"> + <p> + A remote attacker could exploit this vulnerability to inject + arbitrary PHP script code into eval() statements by sending a specially + crafted XML document to PhpWiki. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All PhpWiki users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/phpwiki-1.3.10-r2"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2498">CAN-2005-2498</uri> + </references> + <metadata tag="requester" timestamp="2005-08-25T08:45:11Z"> + koon + </metadata> + <metadata tag="submitter" timestamp="2005-08-25T11:46:47Z"> + adir + </metadata> + <metadata tag="bugReady" timestamp="2005-08-25T20:44:22Z"> + koon + </metadata> +</glsa> |