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

exploitDog

github логотип

GHSA-m72v-p257-4w4p

Опубликовано: 08 сент. 2026
Источник: github
Github: Не прошло ревью
CVSS4: 7.1

Описание

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

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

EPSS

Процентиль: 33%
0.00387
Низкий

7.1 High

CVSS4

Дефекты

CWE-674

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

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)

debian
16 дней назад

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

EPSS

Процентиль: 33%
0.00387
Низкий

7.1 High

CVSS4

Дефекты

CWE-674