CVE-2026-21501
Published: 07 January 2026
Summary
CVE-2026-21501 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 Malicious File (T1204.002); ranked at the 12.4th 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
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.
Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.
Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.
Directly implements checks on information inputs to reject invalid data before processing.
Out-of-bounds writes that corrupt control flow or inject shellcode are rendered non-executable by the same memory protections.
Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Crafted ICC profile file requires user interaction to trigger stack overflow/DoS in local parser.
NVD Description
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 is vulnerable to stack overflow in the calculator parser. This issue has been patched…
more
in version 2.3.1.2.
Deeper analysisAI
CVE-2026-21501 is a stack overflow vulnerability in the calculator parser of iccDEV, a set of libraries and tools for interacting with, manipulating, and applying ICC color management profiles. Versions of iccDEV prior to 2.3.1.2 are affected, with the flaw linked to CWE-20 (Improper Input Validation) and CWE-787 (Out-of-bounds Write). The vulnerability was published on 2026-01-07 and 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), indicating medium severity primarily due to its potential for availability disruption.
A local attacker with no privileges can exploit this vulnerability by tricking a user into processing a specially crafted ICC profile that triggers the stack overflow in the calculator parser. User interaction is required, such as opening or applying a malicious profile through iccDEV tools or dependent applications. Successful exploitation results in a denial-of-service condition, causing application crashes or instability, but does not allow confidentiality or integrity impacts.
The issue has been addressed in iccDEV version 2.3.1.2, as detailed in GitHub commits (e.g., 798be59011649a26a529600cc3cd56437634d3d0 and f3056ed99935d479091470127ad16f8be1912bb7), issue #365, and pull request #413. Security practitioners should recommend updating to the patched version and review the specific fix in IccProfLib/IccMpeCalc.cpp around line 4588 for integration guidance.
Details
- CWE(s)