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

CVE-2025-59233: Microsoft 365 Apps RCE Vulnerability

CVE-2025-59233 is a type confusion RCE vulnerability in Microsoft Office Excel that enables unauthorized attackers to execute arbitrary code. This article covers the technical details, affected versions, and mitigation strategies.

Published: June 2, 2026

CVE-2025-59233 Overview

CVE-2025-59233 is a type confusion vulnerability in Microsoft Office Excel that allows an unauthorized attacker to execute code locally. The flaw is classified under [CWE-843] (Access of Resource Using Incompatible Type). Exploitation requires user interaction, typically by opening a crafted Excel document. Successful exploitation grants the attacker code execution with the privileges of the current user, impacting confidentiality, integrity, and availability.

Critical Impact

A specially crafted Excel file can trigger type confusion in the document parser, leading to arbitrary code execution in the context of the user opening the file.

Affected Products

  • Microsoft 365 Apps (Enterprise, x64 and x86)
  • Microsoft Excel 2016 and Microsoft Office 2019
  • Microsoft Office Long Term Servicing Channel 2021 and 2024 (Windows and macOS), Microsoft Office Online Server

Discovery Timeline

  • 2025-10-14 - CVE-2025-59233 published to NVD
  • 2025-10-28 - Last updated in NVD database

Technical Details for CVE-2025-59233

Vulnerability Analysis

The vulnerability is a type confusion issue [CWE-843] inside Microsoft Excel's document parsing logic. Excel accesses a memory resource using an incompatible type assumption, which violates the underlying object's true layout. When an attacker controls the structure of the spreadsheet, the mismatched type interpretation can be used to read or write outside the expected object boundary. This primitive can be combined with object layout grooming to redirect control flow into attacker-supplied data.

Because the bug resides in the Excel client code path, exploitation does not require network access or elevated privileges. The attacker must convince a user to open a malicious workbook, after which code runs in the user's session.

Root Cause

The root cause is improper validation of object types during deserialization or processing of structured spreadsheet data. Excel treats a record or embedded object as one type while the underlying memory holds a different layout. The resulting incompatible access enables corruption of pointers or function tables used during rendering or evaluation.

Attack Vector

The attack vector is local with required user interaction. An attacker delivers a malicious .xlsx, .xls, or .xlsm file through email, a shared drive, a phishing link, or a removable device. When the victim opens the file in a vulnerable version of Excel, the parser reaches the flawed code path and triggers type confusion. The Office Online Server entry in the affected list indicates that server-side rendering paths share the vulnerable code.

No verified proof-of-concept code is publicly available. Refer to the Microsoft Security Update CVE-2025-59233 advisory for vendor technical details.

Detection Methods for CVE-2025-59233

Indicators of Compromise

  • Excel processes (EXCEL.EXE) spawning unexpected child processes such as cmd.exe, powershell.exe, rundll32.exe, or regsvr32.exe.
  • Unsigned or unusual DLLs loaded into the Excel process address space shortly after a workbook is opened.
  • Outbound network connections initiated by EXCEL.EXE to unfamiliar domains or IP addresses immediately after file open.
  • Office files arriving from external senders with macro-free but structurally malformed content.

Detection Strategies

  • Hunt for process lineage where Office applications launch script interpreters or LOLBins, which is a strong signal of Office exploitation.
  • Inspect Excel telemetry for crashes or exception events (AppCrash, WER reports) correlated with opening attachments.
  • Apply YARA and content-inspection rules at the mail gateway to identify malformed Excel records associated with type confusion exploitation.

Monitoring Recommendations

  • Forward Sysmon Process Create (Event ID 1) and Image Load (Event ID 7) data for Office binaries into your SIEM for correlation.
  • Monitor Microsoft Defender ASR rule events, specifically the rule that blocks Office applications from creating child processes.
  • Track endpoint patch state for Microsoft 365 Apps and standalone Office installations to identify systems still exposed to CVE-2025-59233.

How to Mitigate CVE-2025-59233

Immediate Actions Required

  • Apply the Microsoft security updates referenced in the Microsoft Security Update CVE-2025-59233 advisory to all affected Office and Microsoft 365 Apps installations.
  • Prioritize patching of Office Online Server instances and shared workstations where untrusted documents are routinely opened.
  • Enforce Protected View and Office Application Guard for documents originating from the internet or email.

Patch Information

Microsoft has released security updates that address CVE-2025-59233 across Microsoft 365 Apps, Excel 2016, Office 2019, Office LTSC 2021, Office LTSC 2024 (Windows and macOS), and Office Online Server. Administrators should consult the Microsoft Security Update CVE-2025-59233 guide for build numbers and deployment instructions.

Workarounds

  • Enable Microsoft Defender Attack Surface Reduction rules that block Office applications from creating child processes and injecting into other processes.
  • Block inbound Excel attachments from external senders at the mail gateway when business requirements permit.
  • Configure Group Policy to enforce Protected View for files from the internet, Outlook attachments, and unsafe locations.
bash
# Configuration example: Enable ASR rule to block Office child process creation
Set-MpPreference -AttackSurfaceReductionRules_Ids D4F940AB-401B-4EFC-AADC-AD5F3C50688A `
                 -AttackSurfaceReductionRules_Actions Enabled

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft 365 Apps

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.11%

  • 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-843
  • Vendor Resources
  • Microsoft Security Update CVE-2025-59233
  • Related CVEs
  • CVE-2020-16918: Microsoft 365 Apps RCE Vulnerability

  • CVE-2025-47176: Microsoft 365 Apps RCE Vulnerability

  • CVE-2025-62556: Microsoft 365 Apps RCE Vulnerability

  • CVE-2025-62564: Microsoft 365 Apps 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