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
    • 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-2023-36739

CVE-2023-36739: Microsoft 3D Viewer RCE Vulnerability

CVE-2023-36739 is a remote code execution vulnerability in Microsoft 3D Viewer that allows attackers to execute arbitrary code. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: May 15, 2026

CVE-2023-36739 Overview

CVE-2023-36739 is a remote code execution vulnerability in Microsoft 3D Viewer. The flaw is classified under [CWE-122] as a heap-based buffer overflow. Exploitation requires a local attack vector and user interaction, typically by opening a crafted 3D model file. Successful exploitation grants the attacker the ability to execute arbitrary code in the context of the current user, with high impact to confidentiality, integrity, and availability.

Microsoft published the advisory on September 12, 2023. No public proof-of-concept or in-the-wild exploitation has been reported. The vulnerability is tracked under Microsoft's update guide for CVE-2023-36739.

Critical Impact

Attackers can achieve arbitrary code execution on Windows endpoints by tricking a user into opening a malicious 3D model file in Microsoft 3D Viewer.

Affected Products

  • Microsoft 3D Viewer (Windows Store application)
  • Windows endpoints with 3D Viewer installed
  • Common Platform Enumeration: cpe:2.3:a:microsoft:3d_viewer:*:*:*:*:*:*:*:*

Discovery Timeline

  • 2023-09-12 - CVE-2023-36739 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-36739

Vulnerability Analysis

The vulnerability resides in Microsoft 3D Viewer, an application used to render and inspect 3D model files such as .fbx, .glb, .obj, and .stl. The flaw is a heap-based buffer overflow [CWE-122] triggered while parsing untrusted 3D model content. When the application processes a malformed model, it writes beyond the bounds of a heap buffer, corrupting adjacent memory.

An attacker controls the contents of the overflow by crafting specific fields inside the model file. Successful manipulation of heap metadata or function pointers leads to arbitrary code execution under the user's account. Because 3D Viewer is associated by default with several 3D file types on Windows, a double-click on a malicious file is sufficient to invoke the vulnerable code path.

Root Cause

The root cause is insufficient validation of size fields and structural data inside 3D model containers before allocating or writing into heap buffers. The parser trusts attacker-controlled length values, producing an out-of-bounds write on the heap during deserialization of model geometry or metadata.

Attack Vector

Exploitation requires user interaction. An attacker delivers a malicious 3D model file by email, web download, removable media, or shared storage. When the victim opens the file with Microsoft 3D Viewer, the parser processes the malicious structure and triggers the heap overflow. The attack vector is local and does not require elevated privileges, but the attacker gains the privilege level of the user opening the file.

No verified proof-of-concept code is available for CVE-2023-36739. See the Microsoft Security Response Center advisory for vendor-supplied technical details.

Detection Methods for CVE-2023-36739

Indicators of Compromise

  • Unexpected crashes or Watson error reports involving 3DViewer.exe or Microsoft.Microsoft3DViewer
  • Child processes spawned by 3D Viewer such as cmd.exe, powershell.exe, or rundll32.exe
  • Inbound 3D model files (.fbx, .glb, .obj, .stl, .3mf) from untrusted email or web sources
  • Outbound network connections initiated by the 3D Viewer process after opening a model file

Detection Strategies

  • Monitor process creation events where the parent is Microsoft.Microsoft3DViewer and the child is an interpreter or shell binary.
  • Alert on memory access violations and exception events generated by the 3D Viewer process.
  • Inspect mail and web gateways for 3D model file types delivered from external senders.

Monitoring Recommendations

  • Enable Windows Defender Exploit Guard and ASR rules covering office and store applications spawning child processes.
  • Forward Sysmon Event IDs 1, 7, and 11 from endpoints running 3D Viewer to a centralized SIEM for correlation.
  • Track installation status of the 3D Viewer Store app across managed endpoints to scope exposure.

How to Mitigate CVE-2023-36739

Immediate Actions Required

  • Apply the Microsoft 3D Viewer update distributed through the Microsoft Store as referenced in the MSRC advisory for CVE-2023-36739.
  • Verify that the Microsoft Store auto-update mechanism is enabled on managed endpoints.
  • Uninstall Microsoft 3D Viewer where it is not required for business workflows.

Patch Information

Microsoft released a fixed version of 3D Viewer through the Microsoft Store. Refer to the Microsoft CVE-2023-36739 Vulnerability Update for version details and deployment guidance. Confirm the installed package version using Get-AppxPackage Microsoft.Microsoft3DViewer in PowerShell.

Workarounds

  • Remove 3D Viewer with Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage where the application is not needed.
  • Change default file associations for .fbx, .glb, .obj, .stl, and .3mf so untrusted models do not open in 3D Viewer.
  • Block delivery of 3D model file extensions at email and web proxies for users who do not require them.
bash
# Configuration example
# Verify installed version of Microsoft 3D Viewer
Get-AppxPackage -Name Microsoft.Microsoft3DViewer | Select-Object Name, Version

# Remove Microsoft 3D Viewer from the current user profile
Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage

# Remove for all users (requires administrative privileges)
Get-AppxPackage -AllUsers Microsoft.Microsoft3DViewer | Remove-AppxPackage -AllUsers

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft 3d Viewer

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.27%

  • 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-122

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2023-36739 Vulnerability Update
  • Related CVEs
  • CVE-2023-36760: Microsoft 3D Viewer RCE Vulnerability

  • CVE-2021-43209: Microsoft 3D Viewer RCE Vulnerability

  • CVE-2021-43208: Microsoft 3D Viewer RCE Vulnerability

  • CVE-2021-31944: Microsoft 3D Viewer Info Disclosure Flaw
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