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-54243

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

CVE-2025-54243 is a remote code execution vulnerability in Adobe Substance 3D Viewer caused by an out-of-bounds write flaw. Attackers can exploit this to execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: June 2, 2026

CVE-2025-54243 Overview

CVE-2025-54243 is an out-of-bounds write vulnerability [CWE-787] affecting Adobe Substance 3D Viewer versions 0.25.1 and earlier. The flaw allows arbitrary code execution in the context of the current user when a victim opens a malicious file. Adobe published a security bulletin tracking this issue as APSB25-89.

Exploitation requires user interaction. An attacker must convince a target to open a crafted file in Substance 3D Viewer. The attack vector is local, and no privileges are required prior to exploitation.

Critical Impact

Successful exploitation grants arbitrary code execution under the privileges of the user running Substance 3D Viewer, enabling full compromise of confidentiality, integrity, and availability on the affected workstation.

Affected Products

  • Adobe Substance 3D Viewer 0.25.1
  • Adobe Substance 3D Viewer versions prior to 0.25.1
  • Windows and macOS installations running vulnerable Substance 3D Viewer builds

Discovery Timeline

  • 2025-09-09 - CVE-2025-54243 published to the National Vulnerability Database
  • 2025-09-12 - Last updated in NVD database

Technical Details for CVE-2025-54243

Vulnerability Analysis

The vulnerability is an out-of-bounds write in Adobe Substance 3D Viewer's file parsing logic. When the application processes a malformed 3D asset or scene file, it writes data past the bounds of an allocated buffer. The resulting memory corruption can be steered by an attacker to overwrite adjacent objects, function pointers, or control-flow structures, leading to arbitrary code execution.

Because the vulnerable code path is reached through normal file-open functionality, the malicious payload can be embedded in any supported asset format. Refer to the Adobe Security Bulletin APSB25-89 for vendor-confirmed technical scope.

Root Cause

The root cause is missing or insufficient bounds validation when copying attacker-controlled data from a file into an in-memory buffer. The parser trusts size or offset fields supplied by the input file and uses them in a write operation without verifying that the destination buffer can accommodate the data.

Attack Vector

The attack requires local access in the form of file delivery and user interaction. A typical chain involves phishing, watering-hole download, or supply-chain delivery of a malicious 3D asset. When the victim opens the file in Substance 3D Viewer, the parser triggers the out-of-bounds write and executes the embedded payload in the user's session.

No verified proof-of-concept code or exploit module has been published. No public details on the specific corrupted structure are available beyond the vendor advisory.

Detection Methods for CVE-2025-54243

Indicators of Compromise

  • Unexpected child processes spawned by Adobe Substance 3D Viewer.exe or the macOS equivalent binary
  • Substance 3D Viewer process crashes or access violations correlated with opening externally sourced 3D asset files
  • New persistence artifacts (Run keys, scheduled tasks, LaunchAgents) created shortly after a user opens a Substance 3D asset
  • Outbound network connections from the Substance 3D Viewer process to non-Adobe infrastructure

Detection Strategies

  • Hunt for process-lineage anomalies where Substance 3D Viewer is the parent of cmd.exe, powershell.exe, bash, or scripting interpreters
  • Alert on Substance 3D Viewer loading unsigned or unexpected DLLs and dylibs from user-writable paths
  • Inspect email and download gateways for inbound 3D asset formats (such as .glb, .fbx, .obj, .sbsar) from untrusted senders

Monitoring Recommendations

  • Collect endpoint telemetry for module loads, file writes, and network connections originating from Substance 3D Viewer processes
  • Track installed Substance 3D Viewer versions across the fleet and flag any host running 0.25.1 or earlier
  • Forward crash telemetry from creative workstations to a central SIEM to surface exploitation attempts that fail before achieving code execution

How to Mitigate CVE-2025-54243

Immediate Actions Required

  • Upgrade Adobe Substance 3D Viewer to the fixed version listed in Adobe Security Bulletin APSB25-89
  • Inventory all workstations with Substance 3D Viewer installed and prioritize patching for creative, design, and marketing teams
  • Instruct users to open 3D assets only from trusted internal sources until patching is complete

Patch Information

Adobe has released an updated build of Substance 3D Viewer that remediates CVE-2025-54243. Administrators should consult Adobe Security Bulletin APSB25-89 for the fixed version number and download links, and deploy through Adobe Creative Cloud or the organization's software distribution platform.

Workarounds

  • Block inbound delivery of 3D asset file types from external senders at the email gateway until patches are deployed
  • Run Substance 3D Viewer under a standard (non-administrative) user account to limit post-exploitation impact
  • Apply application control policies that restrict Substance 3D Viewer from spawning shells or scripting interpreters
bash
# Example: enumerate Substance 3D Viewer versions on Windows endpoints via PowerShell
Get-ChildItem 'C:\Program Files\Adobe' -Recurse -Filter 'Adobe Substance 3D Viewer.exe' |
  ForEach-Object {
    [PSCustomObject]@{
      Path    = $_.FullName
      Version = (Get-Item $_.FullName).VersionInfo.ProductVersion
    }
  }

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 Bulletin APSB25-89
  • Related CVEs
  • CVE-2025-49569: 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