Cyber Posture

CVE-2026-21684

HighPublic PoC

Published: 07 January 2026

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

Summary

CVE-2026-21684 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

What attackers do: exploitation maps to Malicious File (T1204.002) and 1 other technique.
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.

addresses: CWE-20

Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.

addresses: CWE-20

Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.

addresses: CWE-20

Directly implements checks on information inputs to reject invalid data before processing.

addresses: CWE-20

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

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 enables DoS via crafted malicious ICC profile file requiring user interaction to open/process, directly mapping to malicious file execution and application exploitation for endpoint DoS.

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

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 `CIccTagSpectralViewingConditions()`. 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-21684 is an Undefined Behavior vulnerability in the `CIccTagSpectralViewingConditions()` function within the iccDEV library, a set of libraries and tools for interacting with, manipulating, and applying International Color Consortium (ICC) color management profiles. It affects versions of iccDEV prior to 2.3.1.2 and impacts any users or applications that process ICC color profiles using this library. The issue is linked to CWE-20 (Improper Input Validation) and CWE-758.

Remote attackers can exploit this vulnerability with low complexity and no privileges required, but it necessitates user interaction, such as tricking a user into opening or processing a malicious ICC color profile. Successful exploitation results in no confidentiality impact, low integrity impact, and high availability impact, with an overall CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H). This could lead to application crashes, denial of service, or other disruptions due to the undefined behavior triggered in the affected function.

The patch is available in iccDEV version 2.3.1.2, as detailed in the project's GitHub security advisory (GHSA-fg9m-j9x8-8279), issue tracker (#216), and pull request (#225). No known workarounds exist for vulnerable versions.

Details

CWE(s)

Affected Products

color
iccdev
≤ 2.3.1.1

CVEs Like This One

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

References