๐Ÿ” CVE Alert

CVE-2026-11573

UNKNOWN 0.0

Uncontrolled recursion in QDomDocument/QDomNode serialization causes stack exhaustion (QtXml)

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Uncontrolled recursion (CWE-674) in the QDomDocument/QDomNode serialization path of the Qt XML module (QtXml, qtbase). QDomElementPrivate::save() and QDomNodePrivate::save() recurse mutually, consuming one stack frame per level of element nesting with no depth limit, no configurable bound and no error return. A document with deeply nested elements parses successfully but exhausts the call stack and terminates the process when serialized. Reachable via QDomDocument::toByteArray() (Qt 4.0 and later), QDomDocument::toString(), QDomDocument::toCString(), QDomNode::save(), and operator<<(QTextStream&, const QDomNode&). Denial of service only โ€” no code execution and no memory disclosure.

CWE CWE-674
Vendor qt
Product qt
Published Sep 8, 2026
Last Updated Sep 11, 2026
Stay Ahead of the Next One

Get instant alerts for qt qt

Be the first to know when new unknown vulnerabilities affecting qt qt are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

qt / qt
2.2.0 < 6.8.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
codereview.qt-project.org: https://codereview.qt-project.org/c/qt/qtbase/+/606899