Cyber Resilience

CVE-2026-21507

HighPublic PoCDDoS

Published: 06 January 2026

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

Summary

CVE-2026-21507 is a high-severity Infinite Loop (CWE-835) vulnerability in Color Iccdev. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 7.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-21507 affects iccDEV, a set of libraries and tools for working with ICC color management profiles. Versions 2.3.1 and prior contain an infinite loop vulnerability in the CalcProfileID function within IccProfile.cpp, classified under CWE-835 (Loop with Unreachable Exit Condition). The issue received a CVSS v3.1 base score of 7.5, reflecting high severity due to its potential for denial-of-service impact.

A remote, unauthenticated attacker with network access can exploit this vulnerability with low complexity and no user interaction required. By providing a specially crafted ICC profile that triggers the infinite loop during profile ID calculation, the attacker can cause the affected iccDEV component to hang or consume excessive resources, resulting in high availability disruption (A:H) with no impact on confidentiality or integrity.

Mitigation is available via an official patch in iccDEV version 2.3.1.1, as detailed in the project's GitHub security advisory (GHSA-hgp5-r8m9-8qpj), issue tracker (#244), and the fixing commit (3f3ce789d0d2b608c194ed172fa38943519dc198). Security practitioners should prioritize updating to the patched version and validate ICC profiles processed by iccDEV in affected environments.

EU & UK References

Vulnerability details

iccDEV provides a set of libraries and tools for working with ICC color management profiles. Versions 2.3.1 and below have an infinite loop in the IccProfile.cpp function, CalcProfileID. This issue is fixed in version 2.3.1.1.

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?

Infinite loop in profile processing directly enables application-layer DoS via crafted input (T1499.004).

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

CVEs Like This One

CVE-2026-21505Same product: Color Iccdev
CVE-2026-24404Same product: Color Iccdev
CVE-2026-21686Same product: Color Iccdev
CVE-2026-21491Same product: Color Iccdev
CVE-2026-30978Same product: Color Iccdev
CVE-2026-31792Same product: Color Iccdev
CVE-2026-21681Same product: Color Iccdev
CVE-2026-21680Same product: Color Iccdev
CVE-2026-21500Same product: Color Iccdev
CVE-2026-21684Same product: Color Iccdev

Affected Assets

color
iccdev
≤ 2.3.1.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mandates timely remediation of the infinite loop flaw in iccDEV's CalcProfileID function by applying the patch in version 2.3.1.1.

prevent

Requires validation of ICC profile inputs to block specially crafted profiles that trigger the unreachable exit condition in CalcProfileID.

prevent

Provides denial-of-service protections to mitigate resource exhaustion from the infinite loop triggered by malformed ICC profiles.

References