A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-21673

CVE-2026-21673: iccDEV Buffer Overflow Vulnerability

CVE-2026-21673 is a buffer overflow vulnerability in the iccDEV library affecting ICC color profile processing. This flaw can compromise systems handling color management profiles. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2026-21673 Overview

CVE-2026-21673 is an integer overflow and underflow vulnerability affecting the iccDEV library, a set of libraries and tools for working with ICC color management profiles. The vulnerability exists in the CIccXmlArrayType::ParseTextCountNum() function in versions 2.3.1 and below. Users who process ICC color profiles using the iccDEV library are affected by this security flaw.

Critical Impact

Successful exploitation of this integer overflow/underflow vulnerability could allow attackers to execute arbitrary code, corrupt memory, or crash applications processing maliciously crafted ICC color profiles.

Affected Products

  • iccDEV library version 2.3.1 and earlier
  • Applications using iccDEV for ICC color profile processing
  • Software dependent on IccLibXML component

Discovery Timeline

  • January 6, 2026 - CVE-2026-21673 published to NVD
  • January 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-21673

Vulnerability Analysis

This vulnerability is classified as CWE-190 (Integer Overflow or Wraparound). The flaw resides in the CIccXmlArrayType::ParseTextCountNum() function within the IccLibXML component. When parsing XML-based ICC color profile data, the function fails to properly validate numeric boundaries, leading to integer overflow and underflow conditions. The local attack vector requires user interaction, typically through opening a maliciously crafted ICC profile file. If exploited, an attacker could achieve high impact on confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause stems from improper bounds checking when handling numeric values during XML parsing operations. The ParseTextCountNum() function processes text input and converts it to numeric values without adequate validation against integer limits, allowing values to wrap around when they exceed the maximum or minimum bounds of the integer type.

Attack Vector

The attack requires local access and user interaction. An attacker would craft a malicious ICC color profile containing specially formatted XML data designed to trigger the overflow/underflow condition. When a user opens or processes this file with an application using the vulnerable iccDEV library, the vulnerability is triggered. This could lead to undefined behavior, memory corruption, or potentially arbitrary code execution depending on how the resulting values are used.

cpp
// Security patch adding limits header for bounds checking
// Source: https://github.com/InternationalColorConsortium/iccDEV/commit/32740802ee14418bd14c429d7e2f142d92cd5c4f

 #endif
 #include <cstring> /* C strings strcpy, memcpy ... */
 #include <math.h>  /* nanf */
+#include <limits>


Source: GitHub Commit Details

The patch introduces the <limits> header to enable proper bounds checking using std::numeric_limits, ensuring that numeric values are validated against integer boundaries before processing.

Detection Methods for CVE-2026-21673

Indicators of Compromise

  • Unusual application crashes when processing ICC color profile files
  • Memory access violations in applications utilizing the iccDEV library
  • Unexpected behavior when opening images with embedded ICC profiles
  • Stack traces referencing CIccXmlArrayType::ParseTextCountNum() function

Detection Strategies

  • Monitor for abnormal process behavior when handling ICC profile files
  • Implement file integrity monitoring for ICC profiles in critical directories
  • Deploy endpoint detection to identify exploitation attempts targeting color management libraries
  • Analyze application logs for repeated crashes related to color profile processing

Monitoring Recommendations

  • Enable verbose logging for applications that process ICC color profiles
  • Set up alerts for applications using iccDEV library that experience unexpected terminations
  • Monitor network traffic for suspicious ICC profile file transfers
  • Implement file scanning for malformed ICC profiles before processing

How to Mitigate CVE-2026-21673

Immediate Actions Required

  • Update iccDEV library to version 2.3.1.1 or later immediately
  • Audit all applications using the iccDEV library and schedule updates
  • Restrict processing of ICC profiles from untrusted sources
  • Implement input validation for ICC profile files before processing

Patch Information

The vulnerability has been fixed in iccDEV version 2.3.1.1. The patch adds proper bounds checking using the C++ <limits> header to prevent integer overflow and underflow conditions in the CIccXmlArrayType::ParseTextCountNum() function. For detailed patch information, refer to the GitHub Security Advisory GHSA-g66g-f82c-vgm6 and GitHub Issue #243.

Workarounds

  • Disable automatic ICC profile processing in applications where possible until patching
  • Implement application-level sandboxing when processing untrusted ICC profiles
  • Use file type validation to ensure only legitimate ICC profiles are processed
  • Consider using alternative color management libraries temporarily if immediate patching is not feasible
bash
# Configuration example - Update iccDEV library
# Check current version
grep -r "ICCDEV_VERSION" /path/to/iccDEV/include/

# Clone and build the patched version
git clone https://github.com/InternationalColorConsortium/iccDEV.git
cd iccDEV
git checkout 32740802ee14418bd14c429d7e2f142d92cd5c4f
mkdir build && cd build
cmake ..
make && sudo make install

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-190
  • Technical References
  • GitHub Commit Details

  • GitHub Issue #243

  • GitHub Security Advisory GHSA-g66g-f82c-vgm6
  • 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 Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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