The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-31795

CVE-2026-31795: iccDEV Buffer Overflow Vulnerability

CVE-2026-31795 is a stack buffer overflow in iccDEV that corrupts memory or causes crashes in CIccXform3DLut::Apply(). This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 13, 2026

CVE-2026-31795 Overview

CVE-2026-31795 is a stack buffer overflow vulnerability in iccDEV, a library and toolset for working with ICC color management profiles. Prior to version 2.3.1.5, a stack buffer overflow write exists in the CIccXform3DLut::Apply() function, which can corrupt stack memory or cause application crashes. This vulnerability has been addressed in version 2.3.1.5.

Critical Impact

Successful exploitation could allow an attacker to corrupt stack memory, potentially leading to code execution or denial of service through application crashes when processing maliciously crafted ICC color profiles.

Affected Products

  • iccDEV versions prior to 2.3.1.5
  • Applications and systems utilizing the iccDEV library for ICC color profile processing

Discovery Timeline

  • 2026-03-10 - CVE-2026-31795 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-31795

Vulnerability Analysis

This vulnerability is classified as CWE-120 (Buffer Copy without Checking Size of Input), commonly known as a classic buffer overflow. The flaw resides in the CIccXform3DLut::Apply() function within the iccDEV library, which handles 3D lookup table transformations for color management operations.

When the function processes certain input data, it fails to properly validate the size of data being written to a stack-allocated buffer. This oversight allows data to overflow beyond the intended buffer boundaries, corrupting adjacent stack memory. The local attack vector requires user interaction, meaning an attacker would need to convince a user to open or process a maliciously crafted ICC color profile file.

Root Cause

The root cause is insufficient bounds checking in the CIccXform3DLut::Apply() function when copying or processing data into a fixed-size stack buffer. The function does not adequately verify that the input data size fits within the allocated buffer space before performing the copy operation, allowing an overflow condition to occur.

Attack Vector

The attack requires local access and user interaction. An attacker could craft a malicious ICC color profile file that, when processed by an application using the vulnerable iccDEV library, triggers the buffer overflow in CIccXform3DLut::Apply(). This could be achieved by:

  1. Creating a specially crafted ICC profile with oversized or malformed 3D LUT data
  2. Distributing the malicious file through social engineering (email attachments, file sharing, etc.)
  3. When a victim opens or processes the file with vulnerable software, the overflow corrupts stack memory
  4. Depending on the corrupted data, this may result in application crashes or potentially arbitrary code execution

The vulnerability manifests during the color transformation process when applying 3D lookup tables. For detailed technical information about the specific implementation flaw and the fix, refer to the GitHub Issue Discussion and GitHub Pull Request.

Detection Methods for CVE-2026-31795

Indicators of Compromise

  • Unexpected crashes in applications using iccDEV library during ICC profile processing
  • Stack corruption errors or segmentation faults when handling color profile files
  • Unusual ICC profile files with abnormally large 3D LUT data sections
  • Memory access violations in processes utilizing color management functions

Detection Strategies

  • Monitor for applications loading iccDEV library versions prior to 2.3.1.5
  • Implement file integrity monitoring for incoming ICC profile files (.icc, .icm extensions)
  • Deploy endpoint detection solutions capable of identifying stack buffer overflow exploitation attempts
  • Use application whitelisting to control which applications can process ICC color profiles

Monitoring Recommendations

  • Enable crash dump collection and analysis for applications using color management libraries
  • Implement logging for ICC profile processing operations in critical applications
  • Monitor for unusual memory allocation patterns in color management processes
  • Set up alerts for repeated application crashes related to color profile handling

How to Mitigate CVE-2026-31795

Immediate Actions Required

  • Upgrade iccDEV to version 2.3.1.5 or later immediately
  • Identify all applications and systems that depend on the iccDEV library
  • Temporarily disable or restrict ICC profile processing in untrusted contexts until patching is complete
  • Implement input validation for ICC profile files before processing

Patch Information

The vulnerability has been fixed in iccDEV version 2.3.1.5. The patch addresses the buffer overflow by implementing proper bounds checking in the CIccXform3DLut::Apply() function. Organizations should update to this version or later to remediate the vulnerability.

For complete patch details, refer to:

  • GitHub Security Advisory GHSA-wh5x-j6pq-pr3c
  • GitHub Release Version 2.3.1.5

Workarounds

  • Restrict processing of ICC profiles to only trusted sources until the patch can be applied
  • Implement application-level sandboxing for color management operations
  • Use operating system-level protections such as ASLR and stack canaries to reduce exploitation impact
  • Consider implementing file validation to reject malformed or suspicious ICC profile files before processing
bash
# Verify iccDEV version after upgrade
# Check library version to confirm patch installation
iccDumpProfile --version
# Expected output should show version 2.3.1.5 or later

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechIccdev

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-120
  • Technical References
  • GitHub Issue Discussion

  • GitHub Pull Request

  • GitHub Release Version 2.3.1.5

  • GitHub Security Advisory GHSA-wh5x-j6pq-pr3c
  • Related CVEs
  • CVE-2026-34556: iccDEV Buffer Overflow Vulnerability

  • CVE-2026-34537: iccDEV Buffer Overflow Vulnerability

  • CVE-2026-34536: iccDEV Buffer Overflow Vulnerability

  • CVE-2026-34542: iccDEV Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English