CVE-2026-24404
BaseFortify
Publication date: 2026-01-24
Last updated on: 2026-01-30
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| color | iccdev | to 2.3.1.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-758 | The product uses an API function, data structure, or other entity in a way that relies on properties that are not always guaranteed to hold for that entity. |
| 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. |
| CWE-690 | The product does not check for an error after calling a function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference. |
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-24404 is a vulnerability in the iccDEV library, which handles ICC color management profiles. The issue arises from unsafe incorporation of user-controllable input into ICC profile data or other structured binary blobs, leading to a Null Pointer Dereference and Undefined Behavior. This can cause crashes or unpredictable behavior when parsing ICC profiles. The vulnerability involves improper input validation and unsafe handling of XML node pointers, which can be exploited by specially crafted ICC profiles. [1, 3]
How can this vulnerability impact me? :
Exploitation of this vulnerability can allow an attacker to cause a denial of service (DoS) by crashing the application processing ICC profiles. Additionally, it may enable manipulation of data, bypassing of application logic, and potentially arbitrary code execution when vulnerable native libraries process malformed ICC profiles. This can compromise the integrity and availability of systems using affected versions of iccDEV. [3]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by analyzing the processing of ICC profiles, especially by running tools like iccDumpProfile with verbose output on suspicious or specially crafted ICC profile files. The runtime error manifests as invalid value loads and type confusion during ICC profile parsing, which can be triggered by malformed profiles. Monitoring for crashes or abnormal behavior in applications processing ICC profiles may also indicate exploitation attempts. Specific commands include running iccDumpProfile with verbose flags on ICC profile files to detect runtime errors related to this vulnerability. [2]
What immediate steps should I take to mitigate this vulnerability?
The immediate mitigation step is to upgrade the iccDEV package to version 2.3.1.2 or later, where the vulnerability has been fixed. The fix includes adding null pointer checks to prevent dereferencing and addressing type confusion issues. Since no workarounds are provided, updating to the patched version is essential to prevent exploitation. [3, 1]