Uncontrolled Recursion in PUPnP - CVE-2026-55862
Published: June 18, 2026
PUPnP
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled recursion in ixml recursive DOM tree traversal functions when processing deeply nested XML in SOAP requests. A remote attacker can send a specially crafted SOAP request containing deeply nested XML to cause a denial of service.
The XML parser itself processes the document iteratively, but subsequent internal SOAP processing can invoke recursive DOM functions such as ixmlPrintNode().