summaryrefslogtreecommitdiff
blob: 794deeb0a8b0a57343dd6b3564c764ea360a080d (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
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200507-01">
  <title>PEAR XML-RPC, phpxmlrpc: 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-07-03</announced>
  <revised count="01">2005-07-03</revised>
  <bug>97399</bug>
  <bug>97629</bug>
  <access>remote</access>
  <affected>
    <package name="dev-php/PEAR-XML_RPC" auto="yes" arch="*">
      <unaffected range="ge">1.3.1</unaffected>
      <vulnerable range="lt">1.3.1</vulnerable>
    </package>
    <package name="dev-php/phpxmlrpc" auto="yes" arch="*">
      <unaffected range="ge">1.1.1</unaffected>
      <vulnerable range="lt">1.1.1</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>
    James Bercegay of GulfTech Security Research discovered that the
    PEAR XML-RPC and phpxmlrpc libraries fail to sanatize input sent using
    the "POST" method.
    </p>
  </description>
  <impact type="high">
    <p>
    A remote attacker could exploit this vulnerability to execute
    arbitrary PHP script code 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.3.1"</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.1.1"</code>
  </resolution>
  <references>
    <uri link="https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1921">CAN-2005-1921</uri>
    <uri link="http://www.gulftech.org/?node=research&amp;article_id=00088-07022005">GulfTech Advisory</uri>
  </references>
  <metadata tag="requester" timestamp="2005-07-01T16:53:39Z">
    koon
  </metadata>
  <metadata tag="bugReady" timestamp="2005-07-02T09:41:01Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2005-07-02T09:55:08Z">
    DerCorny
  </metadata>
</glsa>