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

CVE-2025-62564: Microsoft 365 Apps RCE Vulnerability

CVE-2025-62564 is a remote code execution vulnerability in Microsoft 365 Apps caused by an out-of-bounds read in Excel. Attackers can exploit this flaw to execute arbitrary code. This article covers technical details, impact, and mitigation.

Published: June 2, 2026

CVE-2025-62564 Overview

CVE-2025-62564 is an out-of-bounds read vulnerability [CWE-125] in Microsoft Office Excel. An unauthorized attacker can leverage the flaw to execute code locally after a user opens a crafted Excel file. The vulnerability affects multiple Microsoft Office product lines including Microsoft 365 Apps, Excel 2016, Office 2019, the Office Long Term Servicing Channel (2021 and 2024), and Office Online Server. Microsoft published the advisory on December 9, 2025.

Critical Impact

Successful exploitation results in arbitrary code execution in the context of the current user, with high impact to confidentiality, integrity, and availability. Exploitation requires user interaction with a malicious Excel document.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2025-62564

Vulnerability Analysis

The flaw is an out-of-bounds read condition in the Excel parsing code path. Excel reads beyond the bounds of an allocated buffer when processing a malformed spreadsheet structure. The read primitive leaks adjacent memory contents and can be combined with controlled object layout to redirect execution flow.

Microsoft classifies the issue as enabling local code execution. The attack vector is local because the attacker must deliver a malicious file to the victim and the victim must open it in a vulnerable Excel build. Once executed, the attacker runs code with the privileges of the signed-in user.

The vulnerability impacts both Windows and macOS variants of the Office LTSC builds, along with the server-side Office Online Server rendering component. EPSS data lists the exploitation probability at a low value as of the assessment date, and no public proof-of-concept or in-the-wild exploitation has been reported.

Root Cause

The root cause is improper validation of length or offset fields inside an Excel document record. When the parser uses an attacker-supplied value to index into a buffer without verifying it against the allocation size, the read extends past the buffer boundary, satisfying the [CWE-125] pattern.

Attack Vector

An attacker crafts a malicious .xlsx, .xls, or related Excel file and delivers it through email, a shared drive, or a web download. When the user opens the file, the malformed record triggers the out-of-bounds read and the chained code execution primitive. Preview pane and Protected View behaviors should be considered when assessing exposure, as documented in the Microsoft advisory.

No verified exploit code is publicly available. See the Microsoft CVE-2025-62564 Advisory for vendor technical details.

Detection Methods for CVE-2025-62564

Indicators of Compromise

  • Unexpected child processes spawned by EXCEL.EXE, such as cmd.exe, powershell.exe, rundll32.exe, or mshta.exe.
  • Excel processes writing executable content to user-writable paths including %TEMP%, %APPDATA%, or %PUBLIC%.
  • Outbound network connections initiated from EXCEL.EXE to untrusted hosts shortly after a document is opened.

Detection Strategies

  • Hunt for Excel files arriving from external senders that contain anomalous record structures or oversized binary streams.
  • Correlate document open events with subsequent process creation, script interpreter launches, and file write activity.
  • Inspect endpoint telemetry for crashes or exception events in EXCEL.EXE that may indicate exploitation attempts.

Monitoring Recommendations

  • Enable Microsoft Defender Attack Surface Reduction rules that block Office applications from creating child processes.
  • Forward Office process and file activity logs to a centralized analytics platform for retention and correlation.
  • Monitor for delivery of Excel attachments through email gateways and flag files with unusual macros, embedded objects, or binary record anomalies.

How to Mitigate CVE-2025-62564

Immediate Actions Required

  • Apply the Microsoft security updates referenced in the Microsoft CVE-2025-62564 Advisory to all affected Office and Microsoft 365 Apps installations.
  • Inventory endpoints and servers running Excel 2016, Office 2019, Office LTSC 2021 or 2024, and Office Online Server, and prioritize patching internet-exposed and high-privilege users.
  • Restrict opening of Excel files originating from outside the organization until patching is complete.

Patch Information

Microsoft has released updates addressing CVE-2025-62564 across the affected product channels. Microsoft 365 Apps users should ensure the Click-to-Run service has pulled the latest December 2025 build. Volume-licensed Office 2016, 2019, and LTSC 2021/2024 customers must deploy the corresponding MSP packages, and Office Online Server administrators must update the server farm. Refer to the vendor advisory for build numbers.

Workarounds

  • Enforce Protected View and Office Application Guard for documents originating from the internet or email attachments.
  • Disable preview-pane rendering of Excel files in Outlook and Windows Explorer until patches are deployed.
  • Block macro execution from internet-sourced Office documents using existing Microsoft Group Policy settings.
bash
# Group Policy registry example: block macros in files from the internet for Excel
reg add "HKCU\Software\Microsoft\Office\16.0\Excel\Security" /v BlockContentExecutionFromInternet /t REG_DWORD /d 1 /f

# Disable Outlook preview pane for attachments
reg add "HKCU\Software\Microsoft\Office\16.0\Outlook\Options" /v DisableReadingPaneAutoPreview /t REG_DWORD /d 1 /f

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.06%

  • 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-125
  • Vendor Resources
  • Microsoft CVE-2025-62564 Advisory
  • 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-59233: 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