CVE-2026-34556: CWE-125: Out-of-bounds Read in InternationalColorConsortium iccDEV
iccDEV provides a set of libraries and tools for working with ICC color management profiles. Prior to version 2.3.1.6, there is a heap-buffer-overflow (HBO) in icAnsiToUtf8() in the XML conversion path. The issue is triggered by a crafted ICC profile which causes icAnsiToUtf8(std::string&, char const*) to treat an input buffer as a C-string and call operations that rely on strlen()/null-termination. AddressSanitizer reports an out-of-bounds READ of size 115 past a 114-byte heap allocation, with the failure observed while running the iccToXml tool. This issue has been patched in version 2.3.1.6.
AI Analysis
Technical Summary
CVE-2026-34556 is a heap-buffer-overflow vulnerability identified in the icAnsiToUtf8() function within the iccDEV library, which is widely used for handling International Color Consortium (ICC) color management profiles. The vulnerability stems from the function treating an input buffer as a null-terminated C-string without proper bounds checking, relying on strlen() operations that read beyond the allocated heap buffer. Specifically, when processing a crafted ICC profile through the iccToXml tool, an out-of-bounds read of 115 bytes past a 114-byte heap allocation occurs, as detected by AddressSanitizer. This flaw can lead to application crashes or denial of service due to heap corruption or invalid memory access. The vulnerability affects all iccDEV versions prior to 2.3.1.6, where the issue has been patched. Exploitation requires local access to process a malicious ICC profile, with no user interaction or privileges needed. There is no evidence of confidentiality or integrity compromise, and no known exploits have been reported in the wild. The vulnerability is classified under CWE-125 (Out-of-bounds Read) and has a CVSS v3.1 base score of 6.2, indicating medium severity with a high impact on availability. The flaw is particularly relevant to environments that utilize iccDEV for color profile conversion and management, such as graphic design, printing, and imaging software.
Potential Impact
The primary impact of CVE-2026-34556 is on the availability of applications using the vulnerable iccDEV library, as the heap-buffer-overflow can cause crashes or denial of service when processing maliciously crafted ICC profiles. While there is no direct impact on confidentiality or integrity, the disruption of color profile processing workflows can affect organizations relying on accurate color management, such as printing companies, graphic design firms, and digital imaging services. In automated pipelines or batch processing environments, this vulnerability could be leveraged to disrupt operations or cause system instability. Since exploitation requires local access to supply a crafted ICC profile, remote exploitation is unlikely unless combined with other vulnerabilities or social engineering. The absence of known exploits in the wild reduces immediate risk, but unpatched systems remain vulnerable to potential future attacks. Organizations that integrate iccDEV into their software stacks or use tools like iccToXml should consider the operational impact of potential service interruptions and the risk to business continuity.
Mitigation Recommendations
To mitigate CVE-2026-34556, organizations should promptly upgrade iccDEV to version 2.3.1.6 or later, where the vulnerability has been patched. Additionally, implement strict validation and sanitization of ICC profiles before processing to detect and reject malformed or suspicious profiles. Restrict access to tools and libraries that process ICC profiles to trusted users and environments to minimize the risk of malicious input. Employ runtime protections such as AddressSanitizer or similar memory error detection tools during development and testing to identify potential memory safety issues. Monitor application logs and crash reports for anomalies related to ICC profile processing to detect exploitation attempts. Where possible, isolate ICC profile processing in sandboxed or containerized environments to limit the impact of crashes or memory corruption. Finally, maintain an inventory of software components using iccDEV to ensure comprehensive patch management and vulnerability tracking.
Affected Countries
United States, Germany, Japan, South Korea, France, United Kingdom, China, Canada, Australia, Netherlands
CVE-2026-34556: CWE-125: Out-of-bounds Read in InternationalColorConsortium iccDEV
Description
iccDEV provides a set of libraries and tools for working with ICC color management profiles. Prior to version 2.3.1.6, there is a heap-buffer-overflow (HBO) in icAnsiToUtf8() in the XML conversion path. The issue is triggered by a crafted ICC profile which causes icAnsiToUtf8(std::string&, char const*) to treat an input buffer as a C-string and call operations that rely on strlen()/null-termination. AddressSanitizer reports an out-of-bounds READ of size 115 past a 114-byte heap allocation, with the failure observed while running the iccToXml tool. This issue has been patched in version 2.3.1.6.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-34556 is a heap-buffer-overflow vulnerability identified in the icAnsiToUtf8() function within the iccDEV library, which is widely used for handling International Color Consortium (ICC) color management profiles. The vulnerability stems from the function treating an input buffer as a null-terminated C-string without proper bounds checking, relying on strlen() operations that read beyond the allocated heap buffer. Specifically, when processing a crafted ICC profile through the iccToXml tool, an out-of-bounds read of 115 bytes past a 114-byte heap allocation occurs, as detected by AddressSanitizer. This flaw can lead to application crashes or denial of service due to heap corruption or invalid memory access. The vulnerability affects all iccDEV versions prior to 2.3.1.6, where the issue has been patched. Exploitation requires local access to process a malicious ICC profile, with no user interaction or privileges needed. There is no evidence of confidentiality or integrity compromise, and no known exploits have been reported in the wild. The vulnerability is classified under CWE-125 (Out-of-bounds Read) and has a CVSS v3.1 base score of 6.2, indicating medium severity with a high impact on availability. The flaw is particularly relevant to environments that utilize iccDEV for color profile conversion and management, such as graphic design, printing, and imaging software.
Potential Impact
The primary impact of CVE-2026-34556 is on the availability of applications using the vulnerable iccDEV library, as the heap-buffer-overflow can cause crashes or denial of service when processing maliciously crafted ICC profiles. While there is no direct impact on confidentiality or integrity, the disruption of color profile processing workflows can affect organizations relying on accurate color management, such as printing companies, graphic design firms, and digital imaging services. In automated pipelines or batch processing environments, this vulnerability could be leveraged to disrupt operations or cause system instability. Since exploitation requires local access to supply a crafted ICC profile, remote exploitation is unlikely unless combined with other vulnerabilities or social engineering. The absence of known exploits in the wild reduces immediate risk, but unpatched systems remain vulnerable to potential future attacks. Organizations that integrate iccDEV into their software stacks or use tools like iccToXml should consider the operational impact of potential service interruptions and the risk to business continuity.
Mitigation Recommendations
To mitigate CVE-2026-34556, organizations should promptly upgrade iccDEV to version 2.3.1.6 or later, where the vulnerability has been patched. Additionally, implement strict validation and sanitization of ICC profiles before processing to detect and reject malformed or suspicious profiles. Restrict access to tools and libraries that process ICC profiles to trusted users and environments to minimize the risk of malicious input. Employ runtime protections such as AddressSanitizer or similar memory error detection tools during development and testing to identify potential memory safety issues. Monitor application logs and crash reports for anomalies related to ICC profile processing to detect exploitation attempts. Where possible, isolate ICC profile processing in sandboxed or containerized environments to limit the impact of crashes or memory corruption. Finally, maintain an inventory of software components using iccDEV to ensure comprehensive patch management and vulnerability tracking.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-30T16:31:39.265Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69cd74cfe6bfc5ba1df01073
Added to database: 4/1/2026, 7:41:03 PM
Last enriched: 4/2/2026, 12:11:07 PM
Last updated: 5/17/2026, 3:56:16 AM
Views: 36
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.