
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-21677 is a high-severity undefined behavior vulnerability in the CIccCLUT::Init() function of iccDEV, a library and toolset for working with ICC color management profiles maintained by the International Color Consortium. The flaw affects iccDEV versions 2.3.1 and below, and was disclosed on January 3–6, 2026. It carries a CVSS v3.1 base score of 8.8 (High) (GitHub Advisory, Feedly).
The root cause is improper input validation (CWE-20) combined with reliance on undefined, unspecified, or implementation-defined behavior (CWE-758) in the CIccCLUT::Init() function within IccProfLib/IccTagLut.cpp. The function failed to validate that the number of input and output channels was at least 1 before initializing Color Lookup Table (CLUT) data, allowing a crafted ICC color profile to trigger undefined behavior — including potential memory corruption — when parsed by the library. The fix, committed as 201125f, adds explicit checks (if (m_nInput < 1 || m_nOutput < 1) return false;) in CIccCLUT::Init() and multiple Read() functions across IccTagLut8, IccTagLut16, and IccTagLutAtoB (GitHub Commit, GitHub Issue). The attack vector is network-based and requires user interaction (e.g., opening a malicious ICC profile file), with no privileges required.
Successful exploitation could result in arbitrary code execution with the privileges of the user running the iccDEV-based application, potentially leading to full system compromise with high confidentiality, integrity, and availability impacts (GitHub Advisory). Any application or pipeline that processes ICC color profiles using the affected library versions is at risk, including image editing tools, print workflows, and color management systems. The scope is limited to the affected component, but code execution could enable lateral movement or data exfiltration depending on the deployment context (Feedly).
A GitHub issue (#181) was filed as a known defect report with UndefinedBehaviorSanitizer (UBSan) runtime error output, serving as a proof-of-concept reference, though no weaponized exploit code has been confirmed (GitHub Issue). There is no evidence of in-the-wild exploitation at this time, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.057%, indicating a low probability of near-term exploitation (Feedly). Exploitation requires user interaction, which reduces the likelihood of mass exploitation.
m_nInput = 0 or m_nOutput = 0), which bypasses the missing validation in vulnerable versions of CIccCLUT::Init()..icc file on a web server or distribute it via email/file sharing, then socially engineer the target user into opening or importing it with an application that uses the vulnerable iccDEV library.CIccCLUT::Init() (or the Read() functions in IccTagLut8, IccTagLut16, or IccTagLutAtoB) is called without validating channel counts, triggering undefined behavior in IccProfLib/IccTagLut.cpp..icc color profile files in user download directories, temp folders, or application data paths; newly created or modified files in directories writable by the application process following ICC profile parsing.IccProfLib or IccTagLut.cpp stack traces.IccProfLib/IccTagLut.cpp or IccUtil.cpp; application crash logs indicating memory access violations during ICC profile loading.Upgrade iccDEV to version 2.3.1.1 or later (the advisory references patched version 2.3.1.2), which adds input/output channel count validation before CLUT initialization (GitHub Advisory). No official workarounds are provided by the vendor. As interim mitigations, restrict processing of ICC color profiles from untrusted or unknown sources, and educate users to avoid opening suspicious ICC profile files. Organizations should audit applications that embed or depend on the iccDEV library and prioritize patching those exposed to externally supplied color profiles.
The vulnerability received coverage from The Hacker Wire and was noted in the CISA vulnerability bulletin for the week of January 5, 2026 (CISA Bulletin, The Hacker Wire). Social media posts on Bluesky and Mastodon/InfoSec.Exchange flagged the CVE shortly after disclosure. Community reaction has been relatively muted given the niche nature of the ICC color management library and the requirement for user interaction to exploit.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."