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

CVE-2025-54896: Microsoft 365 Apps Use-After-Free Flaw

CVE-2025-54896 is a use-after-free vulnerability in Microsoft Office Excel that enables unauthorized attackers to execute arbitrary code locally. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2025-54896 Overview

CVE-2025-54896 is a use-after-free vulnerability [CWE-416] in Microsoft Office Excel. An unauthorized attacker can exploit it to execute arbitrary code locally on a vulnerable system. The flaw affects multiple Microsoft Office product lines, including Microsoft 365 Apps, Excel 2016, Office 2019, Office Long Term Servicing Channel (LTSC) 2021 and 2024, and Office Online Server. Exploitation requires user interaction, typically by opening a crafted Excel document. Successful exploitation yields code execution in the context of the current user.

Critical Impact

Opening a malicious Excel file allows attackers to execute arbitrary code with the privileges of the logged-on user, enabling persistence, credential theft, or lateral movement.

Affected Products

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

Discovery Timeline

  • 2025-09-09 - CVE-2025-54896 published to NVD
  • 2025-09-12 - Last updated in NVD database

Technical Details for CVE-2025-54896

Vulnerability Analysis

The vulnerability is a use-after-free condition within Microsoft Office Excel. A use-after-free occurs when an application continues to reference a memory object after it has been freed. When Excel parses a malformed spreadsheet, the affected code path releases an internal object but retains a dangling pointer. Subsequent operations dereference that pointer, which an attacker can groom to point at attacker-controlled memory. The result is hijacked control flow inside the Excel process.

Because the attack vector is local and requires user interaction, an attacker must deliver the crafted file and convince the target to open it. Common delivery channels include phishing email attachments, malicious cloud document links, and drive-by downloads. The Preview Pane can also act as an exploitation surface for Office formats.

Root Cause

The defect resides in Excel's object lifetime management for specific spreadsheet structures. The component frees an object during processing but does not clear or invalidate all references to it. The freed memory can then be reallocated and populated with attacker-controlled data, allowing the dangling reference to be reused as an arbitrary read or write primitive.

Attack Vector

An attacker crafts an Excel file containing the malformed structure that triggers the dangling reference. Delivery commonly relies on social engineering. When the victim opens the file, Excel parses the content, frees the vulnerable object, and reuses the stale pointer. The attacker chains this primitive with heap grooming and an ASLR bypass to achieve arbitrary code execution in the user's security context.

No public proof-of-concept or in-the-wild exploitation has been reported. See the Microsoft Security Advisory CVE-2025-54896 for vendor technical context.

Detection Methods for CVE-2025-54896

Indicators of Compromise

  • Unexpected child processes spawned by excel.exe, such as cmd.exe, powershell.exe, wscript.exe, mshta.exe, or rundll32.exe.
  • Excel writing executable content (.exe, .dll, .scr) or scripts to user-writable paths such as %TEMP%, %APPDATA%, or %LOCALAPPDATA%.
  • Excel process crashes or Watson dumps referencing access violations during file open, particularly with malformed .xls or .xlsx content.
  • Outbound network connections initiated by excel.exe to uncategorized or newly registered domains shortly after document open.

Detection Strategies

  • Hunt for Microsoft Office binaries spawning interpreters or LOLBins using EDR process telemetry mapped to MITRE ATT&CK T1566.001 and T1204.002.
  • Inspect inbound email attachments for Excel files arriving from external senders, especially those containing macros, embedded OLE objects, or unusual binary streams.
  • Correlate Excel crash events from Windows Error Reporting with subsequent suspicious process or file activity on the same host.

Monitoring Recommendations

  • Enable and forward Microsoft Defender or equivalent EDR telemetry, including process creation, image load, and file write events for Office processes.
  • Deploy Singularity Endpoint to apply behavioral AI against Office process lineage and identify post-exploitation activity such as code injection or credential access.
  • Ingest endpoint, email gateway, and proxy logs into Singularity Data Lake to correlate document delivery with downstream exploitation indicators.

How to Mitigate CVE-2025-54896

Immediate Actions Required

  • Apply the September 2025 Microsoft Office security updates referenced in the Microsoft Security Advisory CVE-2025-54896 to all affected Office installations.
  • Inventory endpoints running Microsoft 365 Apps, Excel 2016, Office 2019, and Office LTSC 2021/2024 to confirm patch coverage on Windows and macOS hosts.
  • Block or quarantine Excel attachments from external senders at the email gateway pending patch deployment.

Patch Information

Microsoft has released security updates for all affected SKUs. Administrators should deploy the latest cumulative updates through Microsoft Update, Microsoft 365 Apps Click-to-Run channels, WSUS, or Intune. Office Online Server requires the corresponding server-side update. Confirm patch level using the build numbers documented in the vendor advisory.

Workarounds

  • Disable the Outlook Preview Pane and Windows Explorer Preview Pane for Office formats to reduce passive exploitation surface.
  • Open untrusted Excel documents in Protected View and block macros from running in files originating from the internet via Group Policy.
  • Enable Microsoft Defender Attack Surface Reduction rules that block Office applications from creating child processes and from injecting code into other processes.
bash
# Enforce ASR rules that limit Office child process and code injection abuse
Set-MpPreference -AttackSurfaceReductionRules_Ids `
  D4F940AB-401B-4EFC-AADC-AD5F3C50688A `
  -AttackSurfaceReductionRules_Actions Enabled

Set-MpPreference -AttackSurfaceReductionRules_Ids `
  75668C1F-73B5-4CF0-BB93-3ECF5CB7CC84 `
  -AttackSurfaceReductionRules_Actions Enabled

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

  • Vulnerability Details
  • TypeUse After Free

  • 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-416
  • Vendor Resources
  • Microsoft Security Advisory CVE-2025-54896
  • Related CVEs
  • CVE-2025-62199: Microsoft 365 Apps Use After Free Vulnerability

  • CVE-2026-32198: Microsoft 365 Apps Use-After-Free Flaw

  • CVE-2026-32197: Microsoft 365 Apps Use After Free Flaw

  • CVE-2026-26107: Microsoft 365 Apps Use After Free Flaw
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