CVE-2026-21685
Published: 07 January 2026
Summary
CVE-2026-21685 is a high-severity Improper Input Validation (CWE-20) vulnerability in Color Iccdev. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious File (T1204.002); ranked at the 39.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.
Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.
Directly implements checks on information inputs to reject invalid data before processing.
Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Vulnerability in ICC profile parser enables crafted malicious file delivery requiring user execution (T1204.002) to trigger application crash/DoS via exploitation (T1499.004).
NVD Description
iccDEV provides a set of libraries and tools that allow for the interaction, manipulation, and application of International Color Consortium (ICC) color management profiles. Versions prior to 2.3.1.2 have Undefined Behavior in `CIccTagLut16::Read()`. This vulnerability affects users of the iccDEV…
more
library who process ICC color profiles. Version 2.3.1.2 contains a patch. No known workarounds are available.
Deeper analysisAI
CVE-2026-21685 is an Undefined Behavior vulnerability in the `CIccTagLut16::Read()` function within the iccDEV library, a set of libraries and tools for interacting with, manipulating, and applying International Color Consortium (ICC) color management profiles. This issue affects iccDEV versions prior to 2.3.1.2 and impacts any users or applications that process ICC color profiles using the library. The vulnerability is associated with CWE-20 (Improper Input Validation) and CWE-758 (Reliance on Undefined, Unspecified, or Implementation-Defined Behavior), earning a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H).
Attackers can exploit this vulnerability over the network with low complexity and no required privileges, but it necessitates user interaction, such as tricking a victim into opening or processing a specially crafted ICC color profile. Successful exploitation results in low integrity impact (e.g., potential data modification) and high availability impact (e.g., application crashes or denial of service), with no confidentiality impact and unchanged scope.
The official mitigation is to upgrade to iccDEV version 2.3.1.2, which includes a patch for the vulnerability. No workarounds are available. Relevant advisories and fixes are detailed in the GitHub security advisory (GHSA-c3xr-6687-5c8p), issue tracker (#213), and pull request (#223) from the InternationalColorConsortium/iccDEV repository.
Details
- CWE(s)