LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 8.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
3

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-5455 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.4 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H/R:U/RE:M/U:Clear

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
8.4CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H/R:U/RE:M/U:ClearTQtC

Vulnerability scoring details

Base CVSS 4.0 score

8.4High
CVSS 4.0 vector shape for CVE-2025-5455Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H/R:U/RE:M/U:Clear

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
QtQt0, 6.0.0, 6.5.9, 6.6.0, 6.8.4, 6.9.0, 6.9.1unaffected
Weakness

CWE details

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.