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
    • 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-49695

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

CVE-2025-49695 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-49695 Overview

CVE-2025-49695 is a use after free vulnerability in Microsoft Office that allows an unauthorized attacker to execute code locally. This memory corruption flaw (CWE-416) occurs when the application references memory after it has been freed, potentially allowing attackers to manipulate program execution flow and achieve arbitrary code execution on affected systems.

Critical Impact

Successful exploitation of this vulnerability enables local code execution without requiring user privileges, potentially leading to complete system compromise, data theft, or installation of persistent malware on affected Microsoft Office installations.

Affected Products

  • Microsoft 365 Apps for Enterprise (x64 and x86)
  • Microsoft Office 2016, 2019 (x64 and x86)
  • Microsoft Office for Android
  • Microsoft Office LTSC 2021 (Windows x64/x86 and macOS)
  • Microsoft Office LTSC 2024 (Windows x64/x86 and macOS)

Discovery Timeline

  • 2025-07-08 - CVE-2025-49695 published to NVD
  • 2025-07-15 - Last updated in NVD database

Technical Details for CVE-2025-49695

Vulnerability Analysis

This use after free vulnerability exists within Microsoft Office's memory management routines. Use after free (UAF) vulnerabilities occur when an application continues to use a pointer after the memory it references has been deallocated. In the context of Microsoft Office, this creates a dangerous condition where freed memory can be reallocated for different purposes, and subsequent access through the dangling pointer can lead to unintended behavior.

The vulnerability allows an unauthorized attacker to execute code locally without requiring any user privileges. The attack complexity is low, meaning exploitation does not require specialized conditions or extensive preparation. All three impact categories—confidentiality, integrity, and availability—can be fully compromised upon successful exploitation.

Root Cause

The root cause of CVE-2025-49695 is improper memory lifecycle management within Microsoft Office components. Specifically, the vulnerability stems from a failure to properly invalidate pointers after their associated memory has been freed. This creates a race condition where the freed memory region can be reallocated and populated with attacker-controlled data before the dangling pointer is dereferenced.

Use after free vulnerabilities in complex applications like Microsoft Office often arise from:

  • Asynchronous event handling where object destruction timing is non-deterministic
  • Complex object hierarchies with shared ownership semantics
  • Callback functions that retain references to objects beyond their intended lifetime

Attack Vector

The attack vector for CVE-2025-49695 is local, requiring the attacker to have some level of access to the target system or to trick a user into opening a malicious document. Exploitation typically involves crafting a specially formatted Office document that triggers the vulnerable code path.

The attack flow generally follows this pattern: An attacker creates a malicious document that triggers memory allocation and deallocation sequences in a specific order. By carefully controlling the timing and content of subsequent allocations, the attacker can place controlled data in the freed memory region. When the application later dereferences the dangling pointer, it operates on attacker-controlled data, potentially allowing arbitrary code execution.

Since no user interaction is required once the document is opened and no special privileges are needed, this vulnerability presents a significant risk to organizations using affected Microsoft Office products.

Detection Methods for CVE-2025-49695

Indicators of Compromise

  • Unusual Microsoft Office process behavior including unexpected child process spawning
  • Memory access violations or crashes in Office applications that may indicate exploitation attempts
  • Suspicious Office document files with unusual embedded objects or malformed structures
  • Unexpected network connections initiated by Office processes following document opening

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions capable of monitoring Office application memory operations and detecting exploitation attempts
  • Implement application whitelisting to prevent unauthorized code execution from Office processes
  • Monitor for Office applications spawning unexpected child processes such as cmd.exe, powershell.exe, or scripting engines
  • Utilize behavioral analysis to detect anomalous Office application activity patterns

Monitoring Recommendations

  • Enable detailed logging for Microsoft Office applications and forward logs to a centralized SIEM platform
  • Configure Windows Defender Attack Surface Reduction (ASR) rules specific to Office applications
  • Monitor file system activity for Office applications writing to unusual locations
  • Implement network segmentation and monitor for lateral movement attempts originating from compromised workstations

How to Mitigate CVE-2025-49695

Immediate Actions Required

  • Apply Microsoft security updates immediately for all affected Office installations across the organization
  • Review and update Microsoft Office deployments to ensure all versions are current and patched
  • Enable Protected View and Application Guard for Office to provide additional sandboxing protection
  • Implement strict email attachment policies to quarantine and scan Office documents before delivery to end users

Patch Information

Microsoft has released security updates to address CVE-2025-49695. Organizations should consult the Microsoft Security Response Center advisory for specific patch information and deployment guidance. Updates are available through standard Microsoft update channels including Windows Update, Microsoft Update Catalog, and enterprise deployment tools such as WSUS and Configuration Manager.

The security updates address the underlying memory management issue by implementing proper pointer invalidation after memory deallocation and adding additional validation checks before memory access operations.

Workarounds

  • Enable Protected View for all Office documents from untrusted sources to limit the impact of potential exploitation
  • Utilize Microsoft Defender Application Guard for Office to isolate potentially malicious documents in a virtualized container
  • Implement strict group policies to disable macros and active content in Office documents from external sources
  • Consider using Office Online or web-based alternatives for viewing documents from untrusted sources until patches can be applied

Organizations should consult the official Microsoft advisory for the most current mitigation guidance and patch availability information.

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 Office

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.07%

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

  • CVE-2026-20953: Microsoft Office Use After Free Vulnerability

  • CVE-2026-20952: Microsoft Office Use After Free Vulnerability

  • CVE-2026-20950: Microsoft Excel Use After Free Vulnerability
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