Cyber Resilience

CVE-2026-21507

DoS in Color Iccdev ≤ 2.3.1.1

Public PoCDoS
Published
06 January 2026
Modified
12 January 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0038 31th percentile
Risk Priority 57 floored blend · peak EPSS

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 31th 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 map to SA-11 (Developer Testing and Evaluation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

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 Data

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 Techniques

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.
T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.003 Application Exhaustion Flood Impact
Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-21674Same product: Color Iccdev
CVE-2026-21680Same product: Color Iccdev
CVE-2026-34541Same product: Color Iccdev
CVE-2026-31792Same product: Color Iccdev
CVE-2026-34551Same product: Color Iccdev
CVE-2026-34552Same product: Color Iccdev
CVE-2026-34546Same product: Color Iccdev
CVE-2026-34536Same product: Color Iccdev
CVE-2026-31793Same product: Color Iccdev
CVE-2026-21493Same product: Color Iccdev

Affected Assets

color
iccdev
≤ 2.3.1.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover unreachable loop exit conditions through static analysis, fuzzing, or execution tracing.

Flaw remediation processes identify and correct infinite-loop defects reported from testing or operations.

Requiring documented development processes and secure coding standards reduces introduction of loops whose termination conditions are unreachable.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices (reviews, testing, static analysis) directly prevent introduction of infinite-loop defects.

ID.RA-01 partial match
prevents

Static analysis and vuln scanning during asset assessment can detect unreachable loop exits.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can uncover infinite-loop conditions before release.

prevents

Secure development life cycle mandates practices that can detect and prevent infinite-loop defects.

prevents

Application security requirements can specify loop-termination rules, indirectly reducing the weakness.

prevents

Secure coding standards directly address loop termination and prevent infinite loops.

none

Secure architecture principles encourage designs that avoid unreachable exit conditions.

none

Change management can require review of loop logic when code is modified.

References