Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-21302

CVE-2026-21302: Substance3D Modeler Information Disclosure

CVE-2026-21302 is an information disclosure vulnerability in Substance3D Modeler caused by an out-of-bounds read flaw. Attackers can exploit this to expose sensitive memory data when users open malicious files.

Updated: January 22, 2026

CVE-2026-21302 Overview

Adobe Substance3D Modeler versions 1.22.4 and earlier contain an Out-of-Bounds Read vulnerability (CWE-125) that could lead to sensitive memory exposure. This vulnerability allows an attacker to disclose sensitive information stored in memory by exploiting improper bounds checking during file processing operations. Successful exploitation requires user interaction, specifically opening a maliciously crafted file.

Critical Impact

Attackers can leverage this vulnerability to read sensitive memory contents, potentially exposing confidential data, credentials, or other information that could facilitate further attacks against affected systems.

Affected Products

  • Adobe Substance3D - Modeler version 1.22.4
  • Adobe Substance3D - Modeler versions prior to 1.22.4

Discovery Timeline

  • January 13, 2026 - CVE-2026-21302 published to NVD
  • January 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-21302

Vulnerability Analysis

This Out-of-Bounds Read vulnerability exists in Adobe Substance3D Modeler's file parsing functionality. When the application processes certain malformed input files, it fails to properly validate memory access boundaries before reading data. This allows memory reads beyond the intended buffer limits, exposing adjacent memory regions that may contain sensitive information.

The vulnerability requires local access to the target system, meaning an attacker must either have local access or convince a user to open a malicious file. The attack complexity is low once user interaction is achieved, and no privileges are required to execute the attack. The confidentiality impact is high as sensitive memory contents can be disclosed, though there is no impact on system integrity or availability.

Root Cause

The root cause of CVE-2026-21302 stems from insufficient bounds checking in the file parsing routines of Substance3D Modeler. When processing specially crafted 3D model files or project data, the application reads memory beyond the allocated buffer boundaries. This occurs because the software does not adequately validate the size or offset parameters specified in the input file against the actual allocated memory regions, allowing attackers to craft files that trigger out-of-bounds memory reads.

Attack Vector

The attack vector for this vulnerability is local, requiring user interaction. An attacker would need to craft a malicious Substance3D Modeler file and convince a victim to open it. This could be accomplished through:

  • Distributing malicious 3D model files via email attachments or file sharing platforms
  • Hosting malicious files on compromised or attacker-controlled websites
  • Social engineering campaigns targeting 3D artists and designers who regularly work with Substance3D Modeler

When a victim opens the malicious file, the out-of-bounds read occurs during the file parsing process. The disclosed memory contents could reveal sensitive information such as authentication tokens, encryption keys, or other data present in the application's memory space. This information could then be exfiltrated to the attacker through various means, potentially facilitating additional attacks.

Detection Methods for CVE-2026-21302

Indicators of Compromise

  • Unexpected crashes or abnormal behavior in Adobe Substance3D Modeler when opening project files
  • Suspicious network connections initiated by the Substance3D Modeler process after opening files from untrusted sources
  • Presence of unusual or unexpected 3D model files in download directories or email attachments
  • Memory access violations or exception logs related to the Substance3D Modeler.exe process

Detection Strategies

  • Monitor for unusual file access patterns involving Substance3D Modeler project files from untrusted locations
  • Implement endpoint detection rules to identify Out-of-Bounds Read exploitation attempts targeting Adobe applications
  • Deploy file integrity monitoring for known malicious file signatures associated with this vulnerability
  • Review email gateway logs for suspicious attachments with Substance3D Modeler file extensions

Monitoring Recommendations

  • Enable detailed application logging for Adobe Substance3D Modeler to capture file parsing operations
  • Configure SIEM rules to alert on memory access violations or exceptions from the Substance3D Modeler process
  • Monitor user download activity for files with 3D modeling extensions from untrusted sources
  • Implement behavioral analysis to detect unusual memory access patterns in creative applications

How to Mitigate CVE-2026-21302

Immediate Actions Required

  • Update Adobe Substance3D Modeler to the latest patched version as referenced in APSB26-08
  • Educate users about the risks of opening 3D model files from untrusted or unknown sources
  • Implement application whitelisting to control which files can be opened by Substance3D Modeler
  • Review and restrict inbound email attachments containing 3D modeling file formats

Patch Information

Adobe has released a security update addressing this vulnerability. Users should consult the Adobe Security Advisory APSB26-08 for detailed patch information and download the latest version of Substance3D Modeler. Organizations using this software should prioritize deployment of this update, particularly in environments where users regularly work with files from external sources.

Workarounds

  • Restrict Substance3D Modeler to opening files only from trusted and verified sources until the patch is applied
  • Implement network segmentation to isolate systems running vulnerable versions of the software
  • Configure email filters to quarantine attachments with Substance3D Modeler file extensions for manual review
  • Consider running the application in a sandboxed environment when working with files from external sources

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSubstance3d

  • SeverityMEDIUM

  • CVSS Score5.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-125
  • Technical References
  • Adobe Security Advisory APSB26-08
  • Related CVEs
  • CVE-2026-21303: Substance3D Modeler Information Disclosure

  • CVE-2026-21308: Substance3D Designer Information Disclosure

  • CVE-2026-21301: Substance3D Modeler DoS Vulnerability

  • CVE-2026-21300: Substance3D Modeler DoS 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