CVE-2026-91765

Summary

cleanup_xml_node() in the SOAP XML parser recurses once per XML nesting level with no depth limit. An unauthenticated attacker can post a SOAP request containing tens of thousands of nested elements to any SoapServer endpoint, exhaust the stack and crash the process. The same unbounded recursion exists in the SOAP value decoder and in the WSDL node search helper.

Affected Software

VendorProductVersion RangeStatus
PHP GroupPHP8.2.* < 8.2.34affected
PHP GroupPHP8.3.* < 8.3.35affected
PHP GroupPHP8.4.* < 8.4.26affected
PHP GroupPHP8.5.* < 8.5.11affected

Weaknesses

  • CWE-674: CWE-674

References