
CVE-2024-27348 Exploitation Toolkit: exploit RCE completo per la vulnerabilità Apache Huge-Graph-Server.
📚 Corso: FC411 - Progettazione di Reti Sicure
👨🏫 Docente: Dr. Maira Sultan
🏫 Università: University of Prince Mugrin
📅 Anno: 2025
⚡ Un toolkit completo per sfruttare CVE-2024-27348 (Apache Huge-Graph-Server) sviluppato come parte dei requisiti del corso FC411. Questo progetto include sia l'exploit che una bind shell per scopi educativi.
Questo repository contiene due strumenti complementari per sfruttare CVE-2024-27348:
🔧 exploit.py - Sfrutta la vulnerabilità per distribuire una web shell PHP
🖥️ bind_shell.py - Fornisce un'interfaccia shell interattiva alla web shell distribuita
Insieme, questi strumenti forniscono una catena di sfruttamento completa per testare istanze vulnerabili di Apache Huge-Graph-Server.
Distribuisce una web shell PHP su un server Apache TinkerPop Gremlin vulnerabile (CVE-2024-27348).
✨ Caratteristiche:
/tmp/shell.phpInterfaccia a riga di comando interattiva per la web shell PHP distribuita.
✨ Caratteristiche:
exit o quit)git clone https://github.com/wqfh/MasterOfTheIndestry.git
cd MasterOfTheIndestry
📦 Installare le dipendenze richieste:
pip install -r requirements.txt
✅ Verificare l'installazione:
python3 exploit.py --help
python3 bind_shell.py --help
🔧 Passo 1: Distribuire la Shell
Usare exploit.py per distribuire la web shell PHP: bash
python3 exploit.py -u http://target:8182
🖥️ Passo 2: Connettersi alla Shell
Usare bind_shell.py per interagire:
python3 bind_shell.py -u http://target:4444
| Aspetto | Dettagli |
|---|---|
| CVE ID | CVE-2024-27348 |
| Gravità | 🔴 Critica (CVSS: 9.8) |
| Interessati | Apache Huge-Graph-Server ≤ 3.7.1 |
| Tipo | Esecuzione di codice in remoto |
| Vettore | Iniezione di query Gremlin |
/gremlin/tmp/shell.php⚠️ AVVISO LEGALE IMPORTANTE