summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/glsa/glsa-200508-13.xml')
-rw-r--r--metadata/glsa/glsa-200508-13.xml77
1 files changed, 77 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200508-13.xml b/metadata/glsa/glsa-200508-13.xml
new file mode 100644
index 000000000000..74787d637b1c
--- /dev/null
+++ b/metadata/glsa/glsa-200508-13.xml
@@ -0,0 +1,77 @@
+<?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>