The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-30377

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

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

Updated: January 22, 2026

CVE-2025-30377 Overview

CVE-2025-30377 is a use-after-free vulnerability in Microsoft Office that allows an unauthorized attacker to execute arbitrary code locally on the affected system. This memory corruption flaw occurs when the application references memory after it has been freed, potentially allowing attackers to manipulate program execution flow and achieve code execution with the privileges of the current user.

Critical Impact

Successful exploitation of this use-after-free vulnerability enables local code execution, potentially allowing attackers to gain complete control over the affected system with the privileges of the logged-in user.

Affected Products

  • Microsoft 365 Apps (Enterprise)
  • Microsoft Excel 2016
  • Microsoft Office 2019
  • Microsoft Office Long Term Servicing Channel 2021 (Windows and macOS)
  • Microsoft Office Long Term Servicing Channel 2024 (Windows and macOS)
  • Microsoft Office Online Server

Discovery Timeline

  • 2025-05-13 - CVE-2025-30377 published to NVD
  • 2025-05-19 - Last updated in NVD database

Technical Details for CVE-2025-30377

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a memory corruption vulnerability class that occurs when a program continues to use a pointer after the memory it references has been deallocated. In the context of Microsoft Office, this creates an exploitable condition where an attacker can potentially control the contents of the freed memory region.

Use-after-free vulnerabilities are particularly dangerous in complex applications like Microsoft Office because they can be leveraged to achieve arbitrary code execution. When memory is freed but a dangling pointer remains, subsequent allocation operations may reuse that memory space. If an attacker can influence the contents of this reallocated memory, they can manipulate program execution when the application later dereferences the stale pointer.

The local attack vector indicates that exploitation requires the attacker to have local access to the system or to convince a user to open a maliciously crafted document. Given the nature of Office applications, the most likely attack scenario involves a specially crafted Office document that triggers the use-after-free condition during parsing or rendering operations.

Root Cause

The root cause is improper memory management within Microsoft Office components where memory is freed but references to that memory are not properly invalidated. This creates a temporal window where the application maintains pointers to deallocated memory regions, leading to undefined behavior when those pointers are subsequently accessed.

Attack Vector

The attack vector is local, meaning successful exploitation requires either direct local access to the target system or user interaction with a malicious file. The most probable exploitation scenario involves:

  1. An attacker crafting a malicious Office document (such as .docx, .xlsx, or similar formats) that triggers the vulnerable code path
  2. A user opening the malicious document in an affected version of Microsoft Office
  3. The document triggering the use-after-free condition during parsing or rendering
  4. The attacker achieving code execution in the context of the user running the Office application

The vulnerability exploitation mechanism relies on careful manipulation of memory allocation patterns to place attacker-controlled data in the freed memory region before the dangling pointer is dereferenced. See the Microsoft Security Advisory for complete technical details.

Detection Methods for CVE-2025-30377

Indicators of Compromise

  • Unexpected crashes or abnormal termination of Microsoft Office applications
  • Office processes spawning unexpected child processes or exhibiting unusual behavior
  • Memory access violations or application errors logged in Windows Event Logs
  • Suspicious Office documents from untrusted sources with unusual structure or embedded content

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions capable of monitoring Office application behavior for signs of memory corruption exploitation
  • Implement application whitelisting to prevent unauthorized code execution from Office processes
  • Monitor for anomalous process creation chains originating from Office applications (e.g., WINWORD.EXE spawning cmd.exe or powershell.exe)
  • Enable crash dump analysis to identify exploitation attempts targeting this vulnerability

Monitoring Recommendations

  • Configure SentinelOne to monitor Microsoft Office processes for behavioral anomalies indicative of exploitation
  • Enable enhanced logging for Office application events and Windows Error Reporting
  • Implement network monitoring to detect command-and-control communications from potentially compromised Office processes
  • Review Office file downloads and email attachments for suspicious characteristics

How to Mitigate CVE-2025-30377

Immediate Actions Required

  • Apply the latest Microsoft security updates for all affected Office products immediately
  • Ensure Microsoft 365 Apps are configured for automatic updates to receive patches promptly
  • Restrict the opening of Office documents from untrusted sources
  • Consider implementing Protected View settings to open documents in a sandboxed environment

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should consult the Microsoft Security Response Center advisory for CVE-2025-30377 for specific patch versions and deployment guidance. Organizations using Microsoft 365 Apps for Enterprise should ensure their update channel is configured to receive the latest security updates.

Workarounds

  • Enable Protected View for all Office documents originating from the internet or untrusted locations
  • Configure Microsoft Office to block macros and active content in documents from external sources
  • Utilize Application Guard for Office when available to isolate potentially malicious documents
  • Train users to be cautious when opening Office documents from unknown or suspicious sources
bash
# PowerShell: Enable Protected View for Internet files in Office
# Run as Administrator

# Set Protected View for files originating from the Internet
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Word\Security\ProtectedView" -Name "DisableInternetFilesInPV" -Value 0 -Type DWord
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Excel\Security\ProtectedView" -Name "DisableInternetFilesInPV" -Value 0 -Type DWord

# Enable Protected View for Outlook attachments
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Word\Security\ProtectedView" -Name "DisableAttachmentsInPV" -Value 0 -Type DWord
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Excel\Security\ProtectedView" -Name "DisableAttachmentsInPV" -Value 0 -Type DWord

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

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Vendor Resources
  • Microsoft CVE-2025-30377 Advisory
  • Related CVEs
  • CVE-2025-27751: Microsoft 365 Apps Use-After-Free Flaw

  • CVE-2025-27750: Microsoft 365 Apps Use-After-Free Flaw

  • CVE-2025-47165: Microsoft 365 Apps Use-After-Free Flaw

  • CVE-2025-47953: Microsoft 365 Apps Use After Free Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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