CVE-2026-34536: CWE-674: Uncontrolled Recursion in InternationalColorConsortium iccDEV
CVE-2026-34536 is a medium severity vulnerability in iccDEV, a library for handling ICC color profiles. Versions prior to 2. 3. 1. 6 contain an uncontrolled recursion flaw in the SIccCalcOp::ArgsUsed() function, which can be triggered by a crafted ICC profile. This leads to a stack overflow during argument usage computation in iccApplyProfiles, causing a denial of service. The vulnerability requires local access to process malicious profiles and does not impact confidentiality or integrity. No user interaction or privileges are needed, but the attacker must have the ability to supply or influence ICC profiles. The issue has been patched in version 2. 3.
AI Analysis
Technical Summary
The vulnerability identified as CVE-2026-34536 affects iccDEV, a set of libraries and tools developed by the International Color Consortium for managing ICC color profiles. Specifically, the flaw lies in versions prior to 2.3.1.6 within the SIccCalcOp::ArgsUsed() function, which is responsible for calculating argument usage during the processing of ICC profiles. A specially crafted ICC profile can trigger uncontrolled recursion in this function, leading to a stack overflow condition. This overflow occurs during underflow/overflow checks in the calculator component of iccApplyProfiles, the function that applies ICC profiles to image data. The stack overflow results in a crash, causing a denial of service (DoS) condition. The vulnerability does not expose confidentiality or integrity risks but impacts availability by crashing the application processing the profile. The flaw is detectable using AddressSanitizer tools, which report the stack overflow during testing. Exploitation requires the attacker to supply or influence the ICC profile being processed, which typically implies local or controlled input scenarios. No authentication or user interaction is required, but the attack vector is limited to environments where malicious profiles can be introduced. The issue has been addressed and patched in iccDEV version 2.3.1.6, eliminating the uncontrolled recursion and preventing the stack overflow.
Potential Impact
The primary impact of CVE-2026-34536 is a denial of service through application crashes when processing malicious ICC profiles. Organizations relying on iccDEV for color management in image processing pipelines, printing workflows, or graphic design tools may experience service interruptions or application instability if vulnerable versions are used. Although the vulnerability does not lead to data leakage or unauthorized modification, the availability impact could disrupt automated workflows, batch processing, or user-facing applications that handle ICC profiles. In environments where ICC profiles are received from untrusted sources or user uploads, the risk is higher. The limited attack vector requiring profile injection or manipulation reduces the likelihood of widespread exploitation but does not eliminate risk in targeted scenarios. No known exploits exist currently, but the presence of a stack overflow vulnerability warrants timely patching to prevent potential future exploitation or chaining with other vulnerabilities.
Mitigation Recommendations
To mitigate CVE-2026-34536, organizations should upgrade iccDEV to version 2.3.1.6 or later, where the uncontrolled recursion flaw has been fixed. Additionally, implement strict validation and sanitization of ICC profiles before processing, especially if profiles originate from untrusted or external sources. Employ sandboxing or process isolation for applications handling ICC profiles to contain potential crashes and prevent broader system impact. Use memory safety tools such as AddressSanitizer during development and testing to detect similar issues proactively. Monitor application logs for crashes related to ICC profile processing to identify potential exploitation attempts. Limit the ability of untrusted users to upload or influence ICC profiles in workflows. Finally, maintain up-to-date software inventories and vulnerability management processes to ensure timely application of patches.
Affected Countries
United States, Germany, Japan, South Korea, France, United Kingdom, China, Canada, Australia, Netherlands
CVE-2026-34536: CWE-674: Uncontrolled Recursion in InternationalColorConsortium iccDEV
Description
CVE-2026-34536 is a medium severity vulnerability in iccDEV, a library for handling ICC color profiles. Versions prior to 2. 3. 1. 6 contain an uncontrolled recursion flaw in the SIccCalcOp::ArgsUsed() function, which can be triggered by a crafted ICC profile. This leads to a stack overflow during argument usage computation in iccApplyProfiles, causing a denial of service. The vulnerability requires local access to process malicious profiles and does not impact confidentiality or integrity. No user interaction or privileges are needed, but the attacker must have the ability to supply or influence ICC profiles. The issue has been patched in version 2. 3.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability identified as CVE-2026-34536 affects iccDEV, a set of libraries and tools developed by the International Color Consortium for managing ICC color profiles. Specifically, the flaw lies in versions prior to 2.3.1.6 within the SIccCalcOp::ArgsUsed() function, which is responsible for calculating argument usage during the processing of ICC profiles. A specially crafted ICC profile can trigger uncontrolled recursion in this function, leading to a stack overflow condition. This overflow occurs during underflow/overflow checks in the calculator component of iccApplyProfiles, the function that applies ICC profiles to image data. The stack overflow results in a crash, causing a denial of service (DoS) condition. The vulnerability does not expose confidentiality or integrity risks but impacts availability by crashing the application processing the profile. The flaw is detectable using AddressSanitizer tools, which report the stack overflow during testing. Exploitation requires the attacker to supply or influence the ICC profile being processed, which typically implies local or controlled input scenarios. No authentication or user interaction is required, but the attack vector is limited to environments where malicious profiles can be introduced. The issue has been addressed and patched in iccDEV version 2.3.1.6, eliminating the uncontrolled recursion and preventing the stack overflow.
Potential Impact
The primary impact of CVE-2026-34536 is a denial of service through application crashes when processing malicious ICC profiles. Organizations relying on iccDEV for color management in image processing pipelines, printing workflows, or graphic design tools may experience service interruptions or application instability if vulnerable versions are used. Although the vulnerability does not lead to data leakage or unauthorized modification, the availability impact could disrupt automated workflows, batch processing, or user-facing applications that handle ICC profiles. In environments where ICC profiles are received from untrusted sources or user uploads, the risk is higher. The limited attack vector requiring profile injection or manipulation reduces the likelihood of widespread exploitation but does not eliminate risk in targeted scenarios. No known exploits exist currently, but the presence of a stack overflow vulnerability warrants timely patching to prevent potential future exploitation or chaining with other vulnerabilities.
Mitigation Recommendations
To mitigate CVE-2026-34536, organizations should upgrade iccDEV to version 2.3.1.6 or later, where the uncontrolled recursion flaw has been fixed. Additionally, implement strict validation and sanitization of ICC profiles before processing, especially if profiles originate from untrusted or external sources. Employ sandboxing or process isolation for applications handling ICC profiles to contain potential crashes and prevent broader system impact. Use memory safety tools such as AddressSanitizer during development and testing to detect similar issues proactively. Monitor application logs for crashes related to ICC profile processing to identify potential exploitation attempts. Limit the ability of untrusted users to upload or influence ICC profiles in workflows. Finally, maintain up-to-date software inventories and vulnerability management processes to ensure timely application of patches.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-30T16:03:31.048Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69cc45d1e6bfc5ba1d47e0cb
Added to database: 3/31/2026, 10:08:17 PM
Last enriched: 3/31/2026, 10:24:30 PM
Last updated: 3/31/2026, 11:19:21 PM
Views: 2
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.