cve/2021/CVE-2021-28302.md
2025-09-29 21:09:30 +02:00

706 B

CVE-2021-28302

Description

A stack overflow in pupnp before version 1.14.5 can cause the denial of service through the Parser_parseDocument() function. ixmlNode_free() will release a child node recursively, which will consume stack space and lead to a crash.

POC

Reference

Github

No PoCs found on GitHub currently.