qt: denial of service
High7.1CVE-2026-11573 · Published Sep 8, 2026 · updated Sep 11, 2026
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.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| qt Product | >= 2.2.0, < 6.8.2 | 6.8.2 |
Details and references
- CVSS 4.0
- CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
- Severity from
- the vendor (its own CVE record or advisory)
- Weakness
- CWE-674
More Qt Group Plc advisories
All Qt Group Plc| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Sep 24 | qt: authentication bypass | Medium4.5 | 6.8.9+1 more |
| Sep 23 | qt: denial of service | Low2.3 | No fix yet |
| Sep 23 | qt: out-of-bounds read | Low0.6 | No fix yet |
| Sep 16 | qt: out-of-bounds read | Medium4.6 | 6.8.9+1 more |
| Sep 16 | qt: denial of service | High7.1 | No fix yet |
| Sep 11 | qt: out-of-bounds read | Medium6.9 | 6.8.9+1 more |