Cyber Posture

CVE-2026-21507

HighPublic PoC

Published: 06 January 2026

Published
06 January 2026
Modified
12 January 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0009 25.7th 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 25.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 Application or System Exploitation (T1499.004).
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-835

Enables transfer to alternate site if an infinite loop at the primary renders processing unavailable.

addresses: CWE-835

Detects and mitigates infinite loops that produce sustained resource consumption.

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

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

color
iccdev
≤ 2.3.1.1

CVEs Like This One

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

References