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

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

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

Published: May 26, 2026

CVE-2025-59238 Overview

CVE-2025-59238 is a use-after-free vulnerability [CWE-416] in Microsoft Office PowerPoint that allows an unauthorized attacker to execute code locally. The flaw affects multiple Microsoft Office distributions, including Microsoft 365 Apps, Office 2019, Office Long Term Servicing Channel 2021 and 2024, and PowerPoint 2016. Exploitation requires the targeted user to open a crafted PowerPoint file, making weaponized documents delivered through phishing or shared file repositories the most likely delivery method. Microsoft published the advisory on October 14, 2025.

Critical Impact

Successful exploitation allows an attacker to execute arbitrary code in the context of the current user, resulting in full compromise of confidentiality, integrity, and availability on the affected host.

Affected Products

  • Microsoft 365 Apps (Enterprise, x86 and x64)
  • Microsoft Office 2019 (x86 and x64)
  • Microsoft Office Long Term Servicing Channel 2021 and 2024 (x86 and x64)
  • Microsoft PowerPoint 2016

Discovery Timeline

  • 2025-10-14 - CVE-2025-59238 published to NVD
  • 2025-10-14 - Microsoft releases security advisory and patch
  • 2025-10-16 - Last updated in NVD database

Technical Details for CVE-2025-59238

Vulnerability Analysis

The vulnerability is a use-after-free condition within Microsoft Office PowerPoint's document processing logic. A use-after-free occurs when application code continues to reference a memory region after it has been released back to the allocator. When PowerPoint parses a crafted presentation file, the application frees an internal object but retains a dangling pointer that is later dereferenced during further processing.

An attacker who controls the contents of the freed memory region can place a counterfeit object at that address. When PowerPoint subsequently uses the dangling pointer, control flow can be redirected to attacker-supplied data. This typically leads to arbitrary code execution in the security context of the user running PowerPoint.

The attack vector is local and requires user interaction. A victim must open a malicious .ppt, .pptx, or related Office file. Protected View provides a partial barrier, but users who click "Enable Editing" on attacker-controlled documents remain exposed.

Root Cause

The root cause is improper lifetime management of an internal PowerPoint object [CWE-416]. The application releases the object during document parsing without invalidating all references, leaving a stale pointer accessible to later code paths. Manipulating object reuse via crafted file structures enables deterministic exploitation.

Attack Vector

Exploitation is local and user-assisted. An attacker delivers a malicious PowerPoint file through email attachments, instant messaging, web downloads, or shared cloud storage. When the victim opens the file in a vulnerable Office build, the parser triggers the use-after-free during deserialization of the embedded content. No elevated privileges are required to launch the attack, and the attacker inherits the privileges of the targeted user. The EPSS probability is 0.063% as of the latest scoring, but the broad install base of Office raises practical risk significantly.

No public proof-of-concept code is currently available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to the Microsoft CVE-2025-59238 Advisory for full technical details.

Detection Methods for CVE-2025-59238

Indicators of Compromise

  • Unexpected child processes spawned by POWERPNT.EXE, such as cmd.exe, powershell.exe, wscript.exe, cscript.exe, rundll32.exe, or regsvr32.exe.
  • Office application crashes or repeated faulting events referencing PowerPoint modules in the Windows Application event log.
  • Outbound network connections initiated by POWERPNT.EXE to previously unseen domains or IP addresses immediately after a document opens.
  • New files written to %APPDATA%, %TEMP%, or startup folders by PowerPoint shortly after document parsing.

Detection Strategies

  • Hunt for PowerPoint process trees that deviate from baseline behavior, particularly executions of scripting interpreters or LOLBins as descendants of POWERPNT.EXE.
  • Apply YARA and content rules against inbound email attachments and file shares to flag PowerPoint documents containing anomalous OLE structures or embedded ActiveX controls.
  • Correlate Office telemetry with endpoint memory protection events such as Data Execution Prevention (DEP) violations and Control Flow Guard (CFG) faults.

Monitoring Recommendations

  • Enable Microsoft Defender Attack Surface Reduction (ASR) rules that block Office applications from creating child processes and from injecting code into other processes.
  • Forward Sysmon process creation, image load, and file write events from endpoints running Office to a central SIEM for retroactive hunting.
  • Track patch deployment status of Microsoft 365 Apps and standalone Office installations through configuration management tooling and prioritize unpatched hosts for monitoring.

How to Mitigate CVE-2025-59238

Immediate Actions Required

  • Apply the October 2025 Microsoft security updates for all affected Office and Microsoft 365 Apps channels without delay.
  • Inventory endpoints running PowerPoint 2016, Office 2019, and Office LTSC 2021/2024 and confirm patch installation through centralized management.
  • Enforce Protected View and Block Macros from the Internet through Group Policy for all Office applications.
  • Restrict execution of PowerPoint files received from external sources via mail gateway policies and conditional access rules.

Patch Information

Microsoft has released security updates for all affected products. Administrators should consult the Microsoft CVE-2025-59238 Advisory for the specific KB articles, build numbers, and update channels that apply to their environment. Click-to-Run installations of Microsoft 365 Apps receive the fix automatically once update channels are configured to current builds.

Workarounds

  • Where patching is delayed, enforce Protected View for files originating from the internet, email attachments, and unsafe locations through Group Policy.
  • Configure Microsoft Defender ASR rule "Block all Office applications from creating child processes" (D4F940AB-401B-4EFC-AADC-AD5F3C50688A) in block mode.
  • Deliver user awareness guidance instructing recipients not to enable editing on unsolicited PowerPoint files.
  • Use Office File Block policies to restrict opening of legacy PowerPoint binary formats where they are not required for business operations.
bash
# Example Group Policy registry settings to enforce Protected View for PowerPoint
reg add "HKCU\Software\Microsoft\Office\16.0\PowerPoint\Security\ProtectedView" /v DisableInternetFilesInPV /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Office\16.0\PowerPoint\Security\ProtectedView" /v DisableAttachmentsInPV /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Microsoft\Office\16.0\PowerPoint\Security\ProtectedView" /v DisableUnsafeLocationsInPV /t REG_DWORD /d 0 /f

# Enable ASR rule: Block all Office applications from creating child processes
Add-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 CVE-2025-59238 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