Cyber Resilience

CVE-2026-21687

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-21687 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-21687 is an Undefined Behavior vulnerability in the `CIccTagCurve::CIccTagCurve()` constructor 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 iccDEV versions prior to 2.3.1.2 and impacts users of the library who process ICC color profiles.

The vulnerability carries 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), associated with CWE-20 (Improper Input Validation) and CWE-758 (Reliance on Undefined, Unspecified, or Implementation-Defined Behavior). Remote attackers require no privileges and can exploit it over the network with low complexity, but user interaction is needed, such as opening or processing a specially crafted ICC profile. Exploitation can result in low integrity impact and high availability impact, such as denial-of-service via crashes.

Mitigation is provided in iccDEV version 2.3.1.2, which contains a patch for the issue. No known workarounds are available. Further details are documented in the GitHub security advisory at GHSA-prmm-g479-4fv7, issue tracker #180, and pull request #221.

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 `CIccTagCurve::CIccTagCurve()`. 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.
Why these techniques?

Crafted ICC profile file processed by user triggers UB/crash in library (UI:R, file-based trigger).

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

CVEs Like This One

CVE-2026-21684Same product: Color Iccdev
CVE-2026-21686Same product: Color Iccdev
CVE-2026-21685Same product: Color Iccdev
CVE-2026-21501Same product: Color Iccdev
CVE-2026-21679Same product: Color Iccdev
CVE-2026-22255Same product: Color Iccdev
CVE-2026-21490Same product: Color Iccdev
CVE-2026-24411Same product: Color Iccdev
CVE-2026-25583Same product: Color Iccdev
CVE-2026-21489Same 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 the CIccTagCurve constructor, eliminating the malformed data that triggers CWE-20 and CWE-758 undefined behavior.

prevent

Mandates timely application of the vendor patch in version 2.3.1.2 that removes the undefined behavior from the constructor.

prevent

Requires the library to handle malformed ICC profile data gracefully instead of allowing undefined behavior that produces crashes.

References