Cyber Resilience

CVE-2026-21683

High

Published: 07 January 2026

Published
07 January 2026
Modified
12 January 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0027 18.1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-21683 is a high-severity Improper Input Validation (CWE-20) vulnerability in Color Iccdev. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 18.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

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

Deeper analysis

CVE-2026-21683 is a Type Confusion vulnerability in the iccDEV library, which provides tools and libraries for interacting with, manipulating, and applying International Color Consortium (ICC) color management profiles. The flaw resides in the `icStatusCMM::CIccEvalCompare::EvaluateProfile()` function and affects all versions prior to 2.3.1.2. It impacts any applications or users of the iccDEV library that process ICC color profiles.

Remote attackers can exploit this vulnerability by tricking users into processing a specially crafted ICC profile, as indicated by the CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H). No privileges are required, and the attack has low complexity but necessitates user interaction. Successful exploitation can result in high impacts to confidentiality, integrity, and availability, potentially allowing arbitrary code execution due to the type confusion (CWE-843) and improper input validation (CWE-20).

The patch is available in iccDEV version 2.3.1.2, as detailed in the project's GitHub security advisory (GHSA-f2wp-j3fr-938w), issue tracker (#183), and pull request (#228). No known workarounds exist for affected versions.

OWASP Top 10 for Web (2025)

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 a Type Confusion vulnerability in `icStatusCMM::CIccEvalCompare::EvaluateProfile()`. This vulnerability affects users of…

more

the iccDEV 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

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Type confusion in client-side ICC profile processing library enables arbitrary code execution via crafted malicious file requiring user interaction.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-22046Same product: Color Iccdev
CVE-2026-24856Same product: Color Iccdev
CVE-2026-21678Same product: Color Iccdev
CVE-2026-24411Same product: Color Iccdev
CVE-2026-21693Same product: Color Iccdev
CVE-2026-25582Same product: Color Iccdev
CVE-2026-21676Same product: Color Iccdev
CVE-2026-25584Same product: Color Iccdev
CVE-2026-30987Same product: Color Iccdev
CVE-2026-22861Same product: Color Iccdev

Affected Assets

color
iccdev
≤ 2.3.1.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

preventrecover

Directly mitigates CVE-2026-21683 by requiring timely patching of the iccDEV library to version 2.3.1.2 or later.

prevent

Addresses the improper input validation (CWE-20) aspect of the type confusion vulnerability by enforcing validation of ICC profiles before processing in the EvaluateProfile function.

prevent

Mitigates potential exploitation of the type confusion (CWE-843) through memory protection mechanisms like ASLR and DEP that limit arbitrary code execution.

References