CVE-2026-65432 PUBLISHED

Apache CXF: XXE via WSDL/XSD import parsing

Assigner: apache
Reserved: 22.07.2026 Published: 06.08.2026 Updated: 06.08.2026

Apache CXF reads a top-level WSDL through its hardened StaxUtils path, which disables XML DTDs and external entities. However, any <wsdl:import> or <xsd:import> referenced from that top-level WSDL is handed off to WSDL4J, which does not disable DOCTYPE declarations or external entities. As a result, the protections applied to the top-level document do not extend to imported documents, leaving imported WSDL/XSD content vulnerable to XML External Entity (XXE) attacks. Users are recommended to upgrade to versions 4.2.3 or 4.1.8 or 3.6.12, which fix this issue.

Product Status

Vendor Apache Software Foundation
Product Apache CXF
Versions Default: unaffected
  • affected from 4.2.0 to 4.2.3 (excl.)
  • affected from 4.0.0 to 4.1.8 (excl.)
  • affected from 0 to 3.6.12 (excl.)

Credits

  • Reported by n0mi1k finder

References

Problem Types

  • CWE-611 Improper Restriction of XML External Entity Reference CWE