CVE-2025-5992
BaseFortify
Publication date: 2025-07-11
Last updated on: 2025-07-15
Assigner: TQtC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| qt | qt | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs when values outside the expected range are passed to the function QColorTransferGenericFunction, which can cause a denial of service. Specifically, this can happen when a specially crafted ICC profile is passed to QColorSpace::fromICCProfile. It affects certain versions of Qt from 6.6.0 through 6.8.3 and 6.9.0 through 6.9.1, and has been fixed in versions 6.8.4 and 6.9.2.
How can this vulnerability impact me? :
The vulnerability can lead to a denial of service condition, meaning that an attacker could cause the affected application or system to crash or become unavailable by providing a specially crafted ICC profile.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update Qt to version 6.8.4 or later, or 6.9.2 or later, where the issue is fixed.