A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-2026-20950

CVE-2026-20950: Microsoft 365 Apps Use-After-Free Flaw

CVE-2026-20950 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.

Updated: May 14, 2026

CVE-2026-20950 Overview

CVE-2026-20950 is a use-after-free vulnerability [CWE-416] in Microsoft Office Excel that enables local code execution. An attacker who crafts a malicious spreadsheet can trigger memory corruption when a victim opens the file in a vulnerable Excel version. Successful exploitation runs arbitrary code in the context of the current user.

The flaw affects Microsoft 365 Apps, Microsoft Excel 2016, Microsoft Office 2019, Microsoft Office Long Term Servicing Channel (LTSC) 2021 and 2024, and Microsoft Office Online Server. Exploitation requires user interaction but no authentication.

Critical Impact

A specially crafted Excel document can grant attackers full code execution with the victim's privileges, enabling credential theft, lateral movement, and ransomware staging.

Affected Products

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

Discovery Timeline

  • 2026-01-13 - CVE-2026-20950 published to the National Vulnerability Database (NVD)
  • 2026-01-14 - Last updated in NVD database

Technical Details for CVE-2026-20950

Vulnerability Analysis

The vulnerability is a use-after-free condition [CWE-416] in Microsoft Excel's document parsing logic. Excel frees a memory object during spreadsheet processing but retains a dangling reference that the application later dereferences. When the freed memory is reallocated with attacker-controlled data, the stale reference leads to corruption of program state.

Attackers leverage this primitive to overwrite function pointers, virtual table entries, or other control-flow data structures. The result is arbitrary code execution under the privileges of the user opening the document. The local attack vector and required user interaction align with the typical Office document exploitation chain delivered through phishing.

Root Cause

The root cause is improper object lifetime management within Excel's parsing routines. A heap object is released while a pointer referencing it remains active. Subsequent operations on the freed object allow an attacker to influence heap layout and corrupt memory in a controllable manner.

Attack Vector

Exploitation requires delivering a malicious .xlsx, .xls, or related Office file to a target. Common delivery channels include phishing emails with attachments, links to cloud-hosted documents, and compromised file shares. The victim must open the file in a vulnerable Excel build to trigger the use-after-free. No verified public proof-of-concept code is available at the time of publication.

For authoritative technical details, refer to the Microsoft Security Update Guide for CVE-2026-20950.

Detection Methods for CVE-2026-20950

Indicators of Compromise

  • Excel processes (EXCEL.EXE) spawning unusual child processes such as cmd.exe, powershell.exe, wscript.exe, or rundll32.exe
  • Unexpected outbound network connections initiated by Office processes shortly after opening an attachment
  • Office applications writing executables, scripts, or scheduled task artifacts to disk under user profile paths
  • Crash events for EXCEL.EXE referencing access violations during document load

Detection Strategies

  • Hunt for parent-child relationships where EXCEL.EXE launches script interpreters or living-off-the-land binaries
  • Inspect inbound email attachments and SharePoint uploads for spreadsheets containing anomalous embedded objects or external references
  • Correlate Office crash telemetry (Windows Error Reporting, Application event log) with subsequent process or network activity

Monitoring Recommendations

  • Enable Microsoft Defender Attack Surface Reduction rules that block Office applications from creating child processes
  • Forward Sysmon process creation, image load, and network connection events to a centralized SIEM for correlation
  • Track Office version inventory across endpoints to confirm patch deployment status and flag outliers

How to Mitigate CVE-2026-20950

Immediate Actions Required

  • Apply the Microsoft security update referenced in the MSRC advisory for CVE-2026-20950 across all affected Office channels
  • Prioritize patching endpoints used by high-risk users such as finance, executives, and IT administrators
  • Enable Protected View and Block Macros from the Internet through Group Policy for Office applications

Patch Information

Microsoft has released security updates for Microsoft 365 Apps, Excel 2016, Office 2019, Office LTSC 2021, Office LTSC 2024, and Office Online Server. Administrators should deploy patches through Microsoft Update, Windows Server Update Services (WSUS), Microsoft Intune, or Configuration Manager. Validate update installation by checking the Office build number against the version listed in the MSRC advisory.

Workarounds

  • Configure Attack Surface Reduction rule D4F940AB-401B-4EFC-AADC-AD5F3C50688A to block Office applications from creating child processes
  • Open untrusted spreadsheets only in Protected View or Office for the web until patches are deployed
  • Restrict execution of Office macros from untrusted sources using Group Policy
bash
# Enable ASR rule: Block Office applications from creating child processes
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
  • TypeUse After Free

  • Vendor/TechMicrosoft 365 Apps

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.02%

  • 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 Update CVE-2026-20950
  • 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