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-2025-49569

CVE-2025-49569: Adobe Substance 3D Viewer RCE Vulnerability

CVE-2025-49569 is an out-of-bounds write RCE flaw in Adobe Substance 3D Viewer that enables arbitrary code execution. Exploitation requires opening a malicious file. This article covers technical details, impact, and fixes.

Published: June 2, 2026

CVE-2025-49569 Overview

CVE-2025-49569 is an out-of-bounds write vulnerability [CWE-787] affecting Adobe Substance 3D Viewer versions 0.25 and earlier. Successful exploitation allows arbitrary code execution in the context of the current user. The flaw requires local access and user interaction, with a victim needing to open a malicious file crafted by an attacker.

Adobe addressed the issue in security advisory APSB25-72. The vulnerability carries a CVSS 3.1 base score of 7.8 and impacts confidentiality, integrity, and availability. No public proof-of-concept exploit is currently available, and CISA has not listed the CVE in the Known Exploited Vulnerabilities catalog.

Critical Impact

An attacker can achieve arbitrary code execution on a workstation after convincing a user to open a malicious Substance 3D Viewer file.

Affected Products

  • Adobe Substance 3D Viewer version 0.25
  • Adobe Substance 3D Viewer versions prior to 0.25
  • Windows and macOS installations running the vulnerable Substance 3D Viewer build

Discovery Timeline

  • 2025-08-12 - CVE-2025-49569 published to the National Vulnerability Database
  • 2025-08-14 - Last updated in NVD database

Technical Details for CVE-2025-49569

Vulnerability Analysis

The vulnerability is an out-of-bounds write in Adobe Substance 3D Viewer, a 3D asset visualization tool used by designers and content creators. Out-of-bounds writes occur when an application writes data past the end, or before the beginning, of an allocated memory buffer. The condition typically arises from missing or incorrect bounds checks while parsing externally supplied data.

In this case, the unsafe write happens while processing a malicious file opened by the user. An attacker who controls the structure or content of that file can overwrite adjacent memory used by the application. Depending on the memory layout, this can corrupt function pointers, virtual table entries, or heap metadata.

Exploitation produces arbitrary code execution under the privileges of the user running Substance 3D Viewer. This typically translates to interactive user rights on the host, providing a foothold for credential theft, lateral movement, or staging of additional payloads.

Root Cause

The root cause is improper validation of input bounds during file parsing inside Substance 3D Viewer version 0.25 and earlier. A specially crafted asset file causes the application to write attacker-controlled bytes beyond the intended buffer, corrupting program memory.

Attack Vector

The attack vector is local and requires user interaction. An attacker delivers a malicious 3D asset, project, or scene file through email, chat, web download, or removable media. When the victim opens the file in Substance 3D Viewer, the parser triggers the out-of-bounds write and the attacker gains code execution.

The vulnerability mechanism is described in prose only. No public exploit, technical proof-of-concept, or sanitized code sample is available. Refer to the Adobe Security Advisory APSB25-72 for vendor-supplied technical context.

Detection Methods for CVE-2025-49569

Indicators of Compromise

  • Unexpected child processes spawned by the Substance 3D Viewer executable, such as command shells, scripting hosts, or rundll32.exe.
  • Substance 3D Viewer crashes or abnormal termination immediately after opening a 3D asset file received from an external source.
  • Untrusted 3D model, scene, or texture files arriving by email, messaging platforms, or web download directories before viewer activity.
  • New persistence entries, scheduled tasks, or outbound network connections established shortly after Substance 3D Viewer is launched.

Detection Strategies

  • Hunt for process-lineage anomalies where Substance 3D Viewer becomes the parent of interpreters or living-off-the-land binaries.
  • Correlate viewer process crashes with the file path of the document most recently opened to identify candidate malicious assets.
  • Inspect endpoint detection and response (EDR) telemetry for memory protection violations and Data Execution Prevention (DEP) events originating from the viewer process.

Monitoring Recommendations

  • Enable command-line and process-creation auditing on workstations where Substance 3D Viewer is installed.
  • Forward viewer crash dumps and Windows Error Reporting events to a centralized log platform for triage.
  • Monitor outbound network connections from creative workstations to flag post-exploitation command-and-control traffic.

How to Mitigate CVE-2025-49569

Immediate Actions Required

  • Inventory all endpoints running Adobe Substance 3D Viewer and identify systems on version 0.25 or earlier.
  • Apply the Adobe-released update referenced in advisory APSB25-72 to every affected installation.
  • Restrict opening of Substance 3D asset files received from untrusted sources until patching is complete.
  • Communicate the user-interaction risk to creative and design teams, who are the primary targets for this file-format attack.

Patch Information

Adobe published security advisory APSB25-72 with a fixed release of Substance 3D Viewer that resolves the out-of-bounds write. Administrators should deploy the updated version on all Windows and macOS endpoints. Full vendor guidance is available in the Adobe Security Advisory APSB25-72.

Workarounds

  • Block delivery of untrusted Substance 3D file formats at the email gateway and web proxy where the application is not required.
  • Run Substance 3D Viewer under a standard user account rather than an administrative account to limit post-exploitation impact.
  • Apply application allowlisting to prevent the viewer from spawning interpreters or unsigned binaries.
bash
# Configuration example: enumerate Substance 3D Viewer versions on Windows endpoints
Get-ItemProperty "HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*" |
  Where-Object { $_.DisplayName -like "*Substance 3D Viewer*" } |
  Select-Object DisplayName, DisplayVersion, InstallLocation

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAdobe Substance 3d Viewer

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.04%

  • 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-787
  • Vendor Resources
  • Adobe Security Advisory APSB25-72
  • Related CVEs
  • CVE-2025-54243: Adobe Substance 3D Viewer RCE 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