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-2023-24953

CVE-2023-24953: Microsoft Excel RCE Vulnerability

CVE-2023-24953 is a remote code execution vulnerability in Microsoft Excel that enables attackers to execute arbitrary code. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 4, 2026

CVE-2023-24953 Overview

CVE-2023-24953 is a remote code execution vulnerability affecting Microsoft Excel and related Microsoft Office products. This Use After Free (CWE-416) vulnerability enables attackers to execute arbitrary code on affected systems when a user opens a specially crafted Excel file. The attack requires local access and user interaction, making it a prime candidate for social engineering campaigns targeting enterprise environments.

Critical Impact

Successful exploitation allows attackers to execute arbitrary code with the privileges of the current user, potentially leading to complete system compromise, data theft, and lateral movement within enterprise networks.

Affected Products

  • Microsoft 365 Apps for Enterprise
  • Microsoft Excel 2013 SP1 (including RT edition)
  • Microsoft Excel 2016
  • Microsoft Office 2019 (Windows and macOS)
  • Microsoft Office LTSC 2021 (Windows and macOS)
  • Microsoft Office Online Server

Discovery Timeline

  • 2023-05-09 - CVE-2023-24953 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-24953

Vulnerability Analysis

This vulnerability stems from a Use After Free (UAF) memory corruption issue within Microsoft Excel's document parsing functionality. When Excel processes a maliciously crafted spreadsheet file, the application may reference memory that has already been freed, leading to undefined behavior that attackers can leverage for code execution.

The exploitation path requires an attacker to convince a user to open a specially crafted Excel file, either through email attachments, malicious downloads, or compromised file shares. Once the file is opened, the vulnerability triggers during the parsing process, allowing the attacker's code to execute within the context of the Excel application.

The impact is significant as successful exploitation grants the attacker the same privileges as the logged-in user. In enterprise environments where users often have elevated permissions or access to sensitive data, this vulnerability poses substantial risk for data exfiltration, ransomware deployment, and establishment of persistent access.

Root Cause

The root cause is a Use After Free (CWE-416) condition in Microsoft Excel's memory management routines. When processing certain document elements, Excel frees a memory object but fails to properly invalidate references to that memory location. Subsequent operations that access this dangling pointer can result in arbitrary memory manipulation, which attackers can exploit to redirect execution flow or inject malicious code.

Attack Vector

The attack vector is local with required user interaction. An attacker must craft a malicious Excel file (.xlsx, .xlsm, .xlsb, or legacy formats) containing elements designed to trigger the Use After Free condition. The attacker then delivers this file to the target through various methods:

  1. Email phishing - Sending the malicious file as an attachment with a convincing pretext
  2. Watering hole attacks - Hosting the file on compromised websites frequented by targets
  3. File share compromise - Placing the malicious file on network shares accessed by the victim
  4. Supply chain attacks - Embedding the exploit in seemingly legitimate business documents

When the victim opens the file in a vulnerable version of Excel, the code execution occurs automatically during document parsing without requiring additional actions such as enabling macros.

Detection Methods for CVE-2023-24953

Indicators of Compromise

  • Unusual Excel process behavior including unexpected child processes spawned by EXCEL.EXE
  • Excel crashes or unexpected termination events when opening specific documents
  • Network connections initiated from Excel processes to unknown external IP addresses
  • Presence of suspicious .xlsx, .xlsm, or .xlsb files in email attachments or download folders
  • Windows Event Log entries indicating application crashes with memory access violations in Excel

Detection Strategies

  • Deploy endpoint detection rules to monitor for anomalous behavior from EXCEL.EXE, including shell spawning, PowerShell execution, or network activity
  • Implement email gateway scanning for suspicious Excel file attachments with anomalous file structures
  • Configure SIEM rules to correlate Excel application crashes with subsequent suspicious process creation
  • Enable Microsoft Defender Application Guard for Office to isolate potentially malicious documents

Monitoring Recommendations

  • Monitor Windows Event Logs for Application Error events (Event ID 1000) involving EXCEL.EXE with exception codes indicating memory corruption
  • Track file creation events for Excel documents in common delivery locations such as Downloads, Temp, and email cache folders
  • Implement behavioral analysis to detect post-exploitation activities following Excel document access
  • Enable Microsoft 365 audit logging to track document access patterns and identify potential delivery attempts

How to Mitigate CVE-2023-24953

Immediate Actions Required

  • Apply the latest Microsoft security updates for all affected Office products immediately
  • Enable Protected View and block files originating from the internet from opening outside of Protected View
  • Configure Attack Surface Reduction (ASR) rules in Microsoft Defender to block Office applications from creating executable content
  • Educate users about the risks of opening unsolicited Excel attachments from unknown sources

Patch Information

Microsoft has released security updates to address this vulnerability as part of their May 2023 Patch Tuesday release cycle. Organizations should apply the appropriate updates for their installed Office versions. Detailed patch information and download links are available in the Microsoft Security Update Guide.

The following products require patching:

  • Microsoft 365 Apps for Enterprise - Update via Windows Update or Microsoft Update
  • Microsoft Office 2019 - Security update KB5002390 or later
  • Microsoft Office LTSC 2021 - Security update KB5002389 or later
  • Microsoft Excel 2013 SP1 - Security update available via Microsoft Update Catalog
  • Microsoft Excel 2016 - Security update available via Microsoft Update Catalog
  • Microsoft Office Online Server - Apply the latest cumulative update

Workarounds

  • Enable Protected View for all Excel files to prevent automatic code execution when opening documents
  • Configure Office to open files from the internet in Application Guard (available with Microsoft 365 E5 or Windows 10/11 Enterprise)
  • Block Excel file types at the email gateway for messages originating from untrusted external sources
  • Disable automatic document preview in email clients and file explorers to prevent inadvertent triggering
bash
# PowerShell: Enable Protected View for files from the Internet
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Excel\Security\ProtectedView" -Name "DisableInternetFilesInPV" -Value 0 -Type DWord

# PowerShell: Enable Protected View for Outlook attachments
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Excel\Security\ProtectedView" -Name "DisableAttachmentsInPV" -Value 0 -Type DWord

# PowerShell: Block files from unsafe locations
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Excel\Security\ProtectedView" -Name "DisableUnsafeLocationsInPV" -Value 0 -Type DWord

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 Probability1.07%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2023-24953
  • Related CVEs
  • CVE-2020-16918: Microsoft 365 Apps RCE Vulnerability

  • CVE-2024-21413: Microsoft Outlook RCE Vulnerability

  • CVE-2024-38189: Microsoft Project RCE Vulnerability

  • CVE-2025-21354: Microsoft Excel RCE 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