Cyber Resilience

CVE-2026-21685

HighPublic PoC

Published: 07 January 2026

Published
07 January 2026
Modified
12 January 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H
EPSS Score 0.0010 27.2th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

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 27.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

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.

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
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).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-21684Same product: Color Iccdev
CVE-2026-21686Same product: Color Iccdev
CVE-2026-21687Same product: Color Iccdev
CVE-2026-21681Same product: Color Iccdev
CVE-2026-21500Same product: Color Iccdev
CVE-2026-21680Same product: Color Iccdev
CVE-2026-21491Same product: Color Iccdev
CVE-2026-27692Same product: Color Iccdev
CVE-2026-21677Same product: Color Iccdev
CVE-2026-24852Same product: Color Iccdev

Affected Assets

color
iccdev
≤ 2.3.1.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of ICC profile inputs to CIccTagLut16::Read() to eliminate the improper input validation that triggers undefined behavior.

prevent

Mandates prompt application of the vendor patch (v2.3.1.2) that removes the undefined behavior in the Read() function.

detect

Enables integrity verification of the iccDEV library and processed profiles to detect tampering or corruption that could trigger the flaw.

References