CVE-2026-30984
Heap Out-of-Bounds Read in iccDEV Causes Application Crash
Publication date: 2026-03-10
Last updated on: 2026-03-13
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| color | iccdev | to 2.3.1.5 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
| CWE-129 | The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in iccDEV, a set of libraries and tools for working with ICC color management profiles. Specifically, prior to version 2.3.1.5, there is a heap out-of-bounds read in the function CIccCalculatorFunc::ApplySequence(). This means that the program reads memory outside the allocated heap buffer, which can cause the application to crash.
How can this vulnerability impact me? :
The primary impact of this vulnerability is that it can cause an application crash due to the heap out-of-bounds read. According to the CVSS score, the impact on availability is high (A:H), meaning the application may become unavailable or unstable. The confidentiality impact is low (C:L), and there is no impact on integrity (I:N).
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update iccDEV to version 2.3.1.5 or later, where the heap out-of-bounds read issue in CIccCalculatorFunc::ApplySequence() is fixed.