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

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

CVE-2025-62216 is a use after free vulnerability in Microsoft 365 Apps that enables attackers to execute arbitrary code locally. This article covers technical details, affected versions, security impact, and mitigation.

Published: June 2, 2026

CVE-2025-62216 Overview

CVE-2025-62216 is a use-after-free vulnerability [CWE-416] in Microsoft Office that enables local code execution. An attacker can craft a malicious Office document that, when opened by a user, triggers memory corruption and runs arbitrary code in the context of the current user. The flaw affects Microsoft 365 Apps and Microsoft Office Long Term Servicing Channel (LTSC) 2021 and 2024 across x86 and x64 architectures. Exploitation requires user interaction but no prior authentication. Microsoft published the advisory on November 11, 2025.

Critical Impact

Successful exploitation allows arbitrary local code execution with the privileges of the targeted user, leading to full compromise of confidentiality, integrity, and availability on the affected host.

Affected Products

  • Microsoft 365 Apps (Enterprise, x86 and x64)
  • Microsoft Office LTSC 2021 (x86 and x64)
  • Microsoft Office LTSC 2024 (x86 and x64)

Discovery Timeline

  • 2025-11-11 - CVE-2025-62216 published to NVD and Microsoft Security Response Center advisory released
  • 2025-11-17 - Last updated in NVD database

Technical Details for CVE-2025-62216

Vulnerability Analysis

The vulnerability is a use-after-free condition within Microsoft Office. Office code releases a heap object but retains and later dereferences a pointer to that freed memory. When the attacker controls the contents of the reclaimed allocation, the dangling reference is dereferenced as if it were the original object. This allows the attacker to redirect execution flow into attacker-controlled data.

The attack vector is local and requires the victim to open a crafted Office document. The vulnerability does not require elevated privileges to trigger. Code executes with the same rights as the user running Office, which on most workstations is a standard interactive user but may include administrative tokens on developer or admin endpoints.

Root Cause

The root cause is improper object lifetime management in Office document parsing routines. A reference to a heap-allocated object is used after the object has been freed. Microsoft has not published implementation-level details. Refer to the Microsoft Security Advisory for vendor guidance.

Attack Vector

An attacker delivers a weaponized document through phishing email, a malicious file share, a removable drive, or a drive-by download. The user must open the file in a vulnerable version of Office. Preview Pane interaction may also be sufficient for some Office file formats. Once the use-after-free triggers, the attacker can chain it with heap grooming and leak primitives to achieve reliable arbitrary code execution.

No public proof-of-concept exploit is currently available, and the vulnerability is not listed on the CISA Known Exploited Vulnerabilities catalog at the time of writing.

Detection Methods for CVE-2025-62216

Indicators of Compromise

  • Office processes (WINWORD.EXE, EXCEL.EXE, POWERPNT.EXE) spawning unexpected child processes such as cmd.exe, powershell.exe, rundll32.exe, or mshta.exe
  • Office applications writing executable content (.exe, .dll, .scr) to user-writable paths like %TEMP%, %APPDATA%, or %PUBLIC%
  • Crash events in the Application event log naming an Office binary with access violation faulting modules
  • Outbound network connections initiated directly by an Office process to uncategorized or newly registered domains

Detection Strategies

  • Monitor parent-child process relationships where Office binaries spawn scripting or LOLBin processes
  • Hunt for in-memory injection patterns originating from Office process address space, including VirtualAlloc followed by CreateRemoteThread
  • Inspect inbound email attachments for malformed Office file structures using sandbox detonation
  • Correlate document open events with subsequent file write and network activity within a short time window

Monitoring Recommendations

  • Enable and forward Microsoft Defender Attack Surface Reduction (ASR) audit and block events to a central log store
  • Stream Sysmon event IDs 1, 7, 10, and 11 from endpoints running Office
  • Track Office crash telemetry via Windows Error Reporting to surface exploitation attempts that fail mid-chain
  • Alert on Office macro execution events from documents originating outside the corporate trust zone

How to Mitigate CVE-2025-62216

Immediate Actions Required

  • Apply the November 2025 Microsoft security updates for Microsoft 365 Apps and Office LTSC 2021 and 2024 from the Microsoft Security Advisory
  • Confirm Click-to-Run Office installations are receiving updates and force update channels where deployment has lagged
  • Block inbound Office documents from untrusted external senders at the email gateway until patching is verified
  • Enable Microsoft Defender ASR rules that block Office applications from creating child processes and executable content

Patch Information

Microsoft released fixes through the November 2025 Patch Tuesday cycle. Administrators should consult the Microsoft Security Advisory for the specific build numbers that remediate CVE-2025-62216 in each affected channel and architecture.

Workarounds

  • Open untrusted documents only in Protected View and prevent users from disabling it via Group Policy
  • Disable the Outlook Preview Pane to reduce automatic rendering of attached Office files
  • Restrict Office macro execution to digitally signed macros from trusted publishers
  • Run Office under standard user accounts to limit the impact of successful exploitation
bash
# Example: enforce 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
  • TypeUse After Free

  • 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-416
  • Vendor Resources
  • Microsoft Security Advisory
  • 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