CVE-2024-27348 Proof of concept Exploit RCE in Apache HugeGraph Server
Unauthenticated users can execute OS commands via Groovy injection in Apache HugeGraph Server.
Exploit multiple targets ☣️
python3 CVE-2024-27348.py -f targets.txt -c "command to execute"
Exploit single target 🗡
python3 CVE-2024-27348.py -t http://target.tld:8080 -c "command to execute"
Parameter | Description | Type |
---|---|---|
-c/--comand | Command to execute on target | String |
-t/--target | URL, Single target | String |
-f/--file | Multiple targets | File |