CVE-2025-5455: Possible denial of service when passing malformed data in a URL to qDecodeDataUrl
An issue was found in the private API function qDecodeDataUrl() in QtCore, which is used in QTextDocument and QNetworkReply, and, potentially, in user code.
If the function was called with malformed data, for example, an URL that
contained a "charset" parameter that lacked a value (such as
"data:charset,"), and Qt was built with assertions enabled, then it would hit an assertion, resulting in a denial of service
(abort).
This impacts Qt up to 5.15.18, 6.0.0->6.5.8, 6.6.0->6.8.3 and 6.9.0. This has been fixed in 5.15.19, 6.5.9, 6.8.4 and 6.9.1.
Security readout for executives and security teams
Plain-English summary
A malformed data URL can crash affected Qt applications built with assertions enabled. The issue creates a denial-of-service risk when an application processes attacker-influenced content through affected Qt functionality. The supplied evidence describes an abort, not code execution or data theft.
Executive priority
Prioritize internet-facing or user-content-processing applications that combine affected Qt versions with assertions enabled. Remediate promptly where crashes could interrupt critical services. Lower urgency may be appropriate only after confirming malformed data URLs cannot reach affected processing paths.
Technical view
The private QtCore function qDecodeDataUrl(), used by QTextDocument, QNetworkReply, and potentially application code, can assert on malformed data URL parameters lacking values. Affected assertion-enabled builds may abort. Reported affected releases are through 5.15.18, 6.5.8, 6.8.3, and 6.9.0 across their respective branches.
Likely exposure
Exposure is most likely where assertion-enabled Qt applications process untrusted or attacker-influenced data URLs through QTextDocument, QNetworkReply, or direct use of related functionality. Production builds without assertions may not experience the described abort; the supplied sources do not establish their behavior conclusively.
Exploitation context
The malformed input may arrive remotely, but the CVSS vector indicates user interaction is required. The source bundle does not report active exploitation, and the CVE is not listed as KEV in the supplied data. No exploit prevalence or affected deployment count is established.
Researcher notes
CWE-20 applies because malformed input is not handled safely before an assertion. The supplied description supports denial of service through process abort only. Although the CVSS vector includes integrity impacts, the bundle provides no technical explanation for data modification, so that consequence should not be asserted without additional evidence.
Mitigation direction
Upgrade Qt 5.15 deployments to 5.15.19 or later within that supported branch.
Upgrade Qt 6.5, 6.8, and 6.9 deployments to 6.5.9, 6.8.4, and 6.9.1 respectively.
Restrict or reject untrusted data URLs until affected Qt components are upgraded.
Check Qt vendor guidance for branch-specific backports and supported remediation options.
Validation and detection
Inventory Qt versions and determine whether deployed binaries were built with assertions enabled.
Identify paths where QTextDocument, QNetworkReply, or application code processes untrusted data URLs.
Confirm deployed versions meet the fixed release for their respective Qt branch.
Use controlled regression tests with malformed inputs; avoid testing against production systems.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-20: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-20 · source CWE mapping
Improper Input Validation
Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.