Cyber Resilience

CVE-2026-21505

MediumPublic PoC

Published: 07 January 2026

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

Summary

CVE-2026-21505 is a medium-severity Improper Input Validation (CWE-20) vulnerability in Color Iccdev. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 6.5th 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-21505 is an undefined behavior vulnerability in iccDEV, a set of libraries and tools designed for interacting with, manipulating, and applying ICC color management profiles. Versions prior to 2.3.1.2 are affected due to handling an invalid enum value, which aligns with CWE-20 (Improper Input Validation) and CWE-843 (Type Confusion).

The vulnerability carries a CVSS v3.1 base score of 5.5 (AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H). A local attacker with no privileges required can exploit it through low-complexity attacks that necessitate user interaction, such as processing a specially crafted input. Successful exploitation results in high-impact denial of service, such as application crashes, with no effects on confidentiality or integrity.

Mitigation is available via an update to iccDEV version 2.3.1.2, where the issue was patched. Official advisories and fixes are detailed in the project's GitHub security advisory (GHSA-j577-8285-qrf9), issue #361, pull request #419, and related commits (3bbe2088b2796cf0aa4f7fa19f7ccd9ad1c7aba5 and b1bb72fc3e9442ee1355aabae7314bb7d3fc9d41).

EU & UK References

Vulnerability details

iccDEV provides a set of libraries and tools that allow for the interaction, manipulation, and application of ICC color management profiles. Prior to version 2.3.1.2, iccDEV has undefined behavior due to an invalid enum value. This issue has been patched…

more

in version 2.3.1.2.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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 local DoS via crafted input triggering application crash (type confusion), directly matching application exploitation for endpoint denial of service.

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

CVEs Like This One

CVE-2026-21683Same product: Color Iccdev
CVE-2026-21507Same product: Color Iccdev
CVE-2026-21681Same product: Color Iccdev
CVE-2026-21684Same product: Color Iccdev
CVE-2026-21686Same product: Color Iccdev
CVE-2026-25503Same product: Color Iccdev
CVE-2026-21685Same product: Color Iccdev
CVE-2026-24404Same product: Color Iccdev
CVE-2026-24409Same product: Color Iccdev
CVE-2026-21500Same product: Color Iccdev

Affected Assets

color
iccdev
≤ 2.3.1.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of all input data (including enum values in ICC profiles) before processing, eliminating the root cause of the invalid-enum undefined behavior.

prevent

Requires timely application of the vendor patch (v2.3.1.2) that removes the undefined-behavior path, directly closing the reported flaw.

detect

Verifies integrity of the iccDEV libraries and executables after patching, detecting any subsequent tampering that could re-introduce the vulnerable code path.

References