CVE-2026-34555 PUBLISHED

iccDEV: SBO in CIccTagFixedNum::GetValues()

Assigner: GitHub_M
Reserved: 30.03.2026 Published: 31.03.2026 Updated: 01.04.2026

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 stack-buffer-overflow (SBO) in CIccTagFixedNum<>::GetValues() and a related bug chain. The primary crash is an AddressSanitizer-reported WRITE of size 4 that overflows a 4-byte stack variable (rv) via the call chain CIccTagFixedNum::GetValues() -> CIccTagStruct::GetElemNumberValue(). This issue has been patched in version 2.3.1.6.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 6.2

Product Status

Vendor InternationalColorConsortium
Product iccDEV
Versions
  • Version < 2.3.1.6 is affected

References

Problem Types

  • CWE-121: Stack-based Buffer Overflow CWE