You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/metadata/glsa/glsa-200508-13.xml

78 lines
2.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200508-13">
<title>PEAR XML-RPC, phpxmlrpc: New PHP script injection vulnerability</title>
<synopsis>
The PEAR XML-RPC and phpxmlrpc libraries allow remote attackers to execute
arbitrary PHP script commands.
</synopsis>
<product type="ebuild">pear-xml_rpc phpxmlrpc</product>
<announced>2005-08-24</announced>
<revised count="01">2005-08-24</revised>
<bug>102378</bug>
<bug>102576</bug>
<access>remote</access>
<affected>
<package name="dev-php/PEAR-XML_RPC" auto="yes" arch="*">
<unaffected range="ge">1.4.0</unaffected>
<vulnerable range="lt">1.4.0</vulnerable>
</package>
<package name="dev-php/phpxmlrpc" auto="yes" arch="*">
<unaffected range="ge">1.2-r1</unaffected>
<vulnerable range="lt">1.2-r1</vulnerable>
</package>
</affected>
<background>
<p>
The PEAR XML-RPC and phpxmlrpc libraries are both PHP
implementations of the XML-RPC protocol.
</p>
</background>
<description>
<p>
Stefan Esser of the Hardened-PHP Project discovered that the PEAR
XML-RPC and phpxmlrpc libraries were improperly handling XMLRPC
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 web applications making use of these libraries.
</p>
</impact>
<workaround>
<p>
There are no known workarounds at this time.
</p>
</workaround>
<resolution>
<p>
All PEAR-XML_RPC users should upgrade to the latest available
version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-php/PEAR-XML_RPC-1.4.0"</code>
<p>
All phpxmlrpc users should upgrade to the latest available
version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-php/phpxmlrpc-1.2-r1"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2498">CAN-2005-2498</uri>
<uri link="https://www.hardened-php.net/advisory_142005.66.html">Hardened-PHP 14/2005 Advisory</uri>
<uri link="https://www.hardened-php.net/advisory_152005.67.html">Hardened-PHP 15/2005 Advisory</uri>
</references>
<metadata tag="submitter" timestamp="2005-08-23T08:36:20Z">
koon
</metadata>
<metadata tag="bugReady" timestamp="2005-08-23T20:48:36Z">
koon
</metadata>
</glsa>