Description
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.
Published: 2026-08-06
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Apache CXF employs a hardened XML parsing approach for top‑level WSDL files, disabling DTDs and external entities. However, when a WSDL references additional WSDL or XSD files via <wsdl:import> or <xsd:import>, the imported documents are processed by WSDL4J, which does not disable DOCTYPE declarations or external entities. As a result, XML External Entity payloads in these imported files can resolve, allowing an attacker to read sensitive files or execute arbitrary code on the host, thereby exposing confidential data and enabling remote code execution.

Affected Systems

Apache CXF deployments running any version older than the patched releases are vulnerable. The fix is implemented in Apache CXF 4.2.3, 4.1.8, and 3.6.12, so all earlier releases should be considered at risk.

Risk and Exploitability

The vulnerability is triggered remotely through a crafted WSDL or XSD import request. No CVSS or EPSS scores are currently available, and the issue is not listed in the CISA KEV catalog. Nevertheless, the lack of input validation for imported XML documents makes exploitation likely on unpatched systems, exposing the application to data disclosure or code execution risks.

Generated by OpenCVE AI on August 6, 2026 at 12:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache CXF to version 4.2.3, 4.1.8, or 3.6.12 (or any later release that includes the fix).
  • Review and restrict any WSDL or XSD imports in your services to trusted internal sources; if the functionality is not required, disable WSDL import features to prevent the vulnerability from being exercised.
  • If a patch cannot be applied immediately, configure your server or network firewall to reject or block DOCTYPE declarations and external entity references in incoming WSDL/XSD documents as a temporary mitigation.

Generated by OpenCVE AI on August 6, 2026 at 12:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 06 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Apache CXF: XXE via WSDL/XSD import parsing
Weaknesses CWE-611
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-06T15:14:47.337Z

Reserved: 2026-07-22T08:24:54.659Z

Link: CVE-2026-65432

cve-icon Vulnrichment

Updated: 2026-08-06T15:14:43.429Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T12:30:03Z

Weaknesses
  • CWE-611

    Improper Restriction of XML External Entity Reference