Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

debian логотип

CVE-2026-11573

Опубликовано: 08 сент. 2026
Источник: debian

Описание

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.

Пакеты

ПакетСтатусВерсия исправленияРелизТип
qtbase-opensource-srcunfixedpackage
qt6-basefixed6.8.2+dfsg-5package

Примечания

  • https://codereview.qt-project.org/c/qt/qtbase/+/606899

  • https://github.com/qt/qtbase/commit/387633a6069a5e0e9b976971691b1b82725b6132 (v6.9.0-beta1)

  • https://github.com/qt/qtbase/commit/948599e7b71f59fd9c9c0f7f3d1987ec93a23490 (v6.8.2)

  • Only exploitable on Windows

Связанные уязвимости

ubuntu
3 дня назад

(Uncontrolled recursion (CWE-674) in the QDomDocument/QDomNode serializ ...)

CVSS3: 7.5
redhat
16 дней назад

Uncontrolled recursion in Qt's QDomDocument serialization (QtXml) lets deeply nested untrusted XML crash the app via stack exhaustion (DoS only).

nvd
16 дней назад

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.

msrc
11 дней назад

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

github
15 дней назад

Uncontrolled recursion in Qt's QDomDocument serialization (QtXml) lets deeply nested untrusted XML crash the app via stack exhaustion (DoS only).