CVE-2026-40998
Received
Received - Intake
XML External Entity Injection in Spring Web Services
Publication date: 2026-06-11
Last updated on: 2026-06-11
Assigner: VMware
Description
Description
Jaxp13XPathTemplate evaluated XPath expressions for StreamSource and SAXSource inputs using a code path that parsed attacker-controlled XML with the JDK's default DocumentBuilderFactory behavior instead of Spring's hardened parser configuration. Applications that evaluate XPath against untrusted XML payloads could therefore be exposed to XML External Entity (XXE) style attacks.
Affected versions:
Spring Web Services 5.0.0 through 5.0.1; 4.1.0 through 4.1.3; 4.0.0 through 4.0.18; 3.1.0 through 3.1.8.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vmware | spring_web_services | From 3.1.0 (inc) to 3.1.8 (inc) |
| vmware | spring_web_services | From 4.0.0 (inc) to 4.0.18 (inc) |
| vmware | spring_web_services | From 4.1.0 (inc) to 4.1.3 (inc) |
| vmware | spring_web_services | From 5.0.0 (inc) to 5.0.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-611 | The product processes an XML document that can contain XML entities with URIs that resolve to documents outside of the intended sphere of control, causing the product to embed incorrect documents into its output. |