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

CVE-2025-49702: Microsoft 365 Apps RCE Vulnerability

CVE-2025-49702 is a type confusion remote code execution vulnerability in Microsoft 365 Apps that enables attackers to execute arbitrary code. This article covers technical details, affected versions, impact, and mitigation.

Published: May 26, 2026

CVE-2025-49702 Overview

CVE-2025-49702 is a type confusion vulnerability in Microsoft Office that allows an unauthorized attacker to execute code locally on a victim's machine. The flaw is classified under [CWE-843] (Access of Resource Using Incompatible Type) and affects multiple supported Office releases, including Microsoft 365 Apps, Microsoft 365 Copilot, Office 2016, Office 2019, and Office Long Term Servicing Channel 2021 and 2024. Exploitation requires user interaction, typically opening a crafted Office document. Microsoft published the advisory on July 8, 2025.

Critical Impact

Successful exploitation grants the attacker the ability to execute arbitrary code in the context of the user running Office, resulting in full compromise of confidentiality, integrity, and availability on the affected host.

Affected Products

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

Discovery Timeline

  • 2025-07-08 - CVE-2025-49702 published to the National Vulnerability Database (NVD)
  • 2026-05-22 - Last updated in NVD database

Technical Details for CVE-2025-49702

Vulnerability Analysis

The vulnerability resides in Microsoft Office's parsing logic, where an object of one type is accessed as if it were a different, incompatible type. When Office processes a maliciously crafted document, the type confusion causes the application to treat a memory region as a structure it was not allocated for. This mismatch enables an attacker to manipulate object metadata, function pointers, or virtual table dispatch, ultimately redirecting execution flow to attacker-controlled code.

Because the attack vector is local and user interaction is required, exploitation depends on social engineering. An attacker delivers a weaponized document through email, a file share, or a download link, and the victim opens it in a vulnerable Office client. Code then runs at the privilege level of the logged-in user.

Root Cause

The root cause is improper validation of object type before access, characteristic of [CWE-843] flaws. Office's document parsers do not consistently verify that a referenced object matches the expected type signature before dereferencing fields or invoking methods. This permits an attacker to forge or substitute objects within a document stream to trigger a type mismatch during deserialization or rendering.

Attack Vector

The attacker crafts an Office document, such as a Word, Excel, or PowerPoint file, containing embedded structures that trigger the type confusion when parsed. Delivery occurs through phishing, malicious attachments, or compromised file-sharing services. Once the user opens the document, Office processes the malformed structure and the type confusion executes attacker-supplied code in the user's session, bypassing the need for elevated privileges.

No public proof-of-concept exploit has been published. The EPSS probability stands at 0.792% as of the most recent scoring, indicating limited but non-trivial exploitation likelihood.

Detection Methods for CVE-2025-49702

Indicators of Compromise

  • Unexpected child processes spawned by winword.exe, excel.exe, powerpnt.exe, or outlook.exe, such as cmd.exe, powershell.exe, rundll32.exe, or regsvr32.exe
  • Office processes writing executable files (.exe, .dll, .scr) or scripts to user-writable paths like %APPDATA%, %TEMP%, or %LOCALAPPDATA%
  • Outbound network connections initiated directly by Office binaries to uncommon external hosts
  • Office documents arriving from untrusted external senders with macros, embedded objects, or unusual file size anomalies

Detection Strategies

  • Monitor process lineage where an Office application is the parent of scripting interpreters or LOLBins
  • Inspect document attachments at the email gateway for malformed structures and known exploit signatures
  • Correlate Office crashes (Windows Error Reporting events) with subsequent suspicious process activity on the same host

Monitoring Recommendations

  • Enable Microsoft Defender Attack Surface Reduction (ASR) rules that block Office applications from creating child processes and executable content
  • Forward Sysmon process creation, image load, and network connection events to a SIEM for behavioral correlation
  • Audit Office telemetry for repeated parser failures, which often precede successful exploitation attempts

How to Mitigate CVE-2025-49702

Immediate Actions Required

  • Apply the Microsoft security update referenced in Microsoft Security Update CVE-2025-49702 to all affected Office installations
  • Inventory endpoints to confirm patch deployment across Microsoft 365 Apps, Office 2016, 2019, and LTSC 2021/2024 builds, including macOS clients
  • Block or quarantine inbound Office documents from untrusted external senders at the email security gateway
  • Restrict execution of Office macros and embedded content by policy until patching completes

Patch Information

Microsoft released a security update addressing CVE-2025-49702 on July 8, 2025. Refer to the Microsoft Security Response Center advisory for the specific build numbers and KB articles applicable to each affected channel and platform. Administrators should validate update installation through Microsoft Update, Microsoft 365 Apps admin center, or their enterprise patch management tool.

Workarounds

  • Enable Office Protected View and Application Guard to isolate documents originating from the internet or other untrusted locations
  • Configure ASR rules to block Office child process creation and executable content creation
  • Open suspicious or unsolicited documents only in a sandboxed environment until patches are applied
bash
# Enable Microsoft Defender ASR rules to reduce Office exploitation risk
# Block Office applications from creating child processes
Set-MpPreference -AttackSurfaceReductionRules_Ids D4F940AB-401B-4EFC-AADC-AD5F3C50688A -AttackSurfaceReductionRules_Actions Enabled

# Block Office applications from creating executable content
Set-MpPreference -AttackSurfaceReductionRules_Ids 3B576869-A4EC-4529-8536-B80A7769E899 -AttackSurfaceReductionRules_Actions Enabled

# Block Win32 API calls from Office macros
Set-MpPreference -AttackSurfaceReductionRules_Ids 92E97FA1-2EDF-4476-BDD6-9DD0B4DDDC7B -AttackSurfaceReductionRules_Actions Enabled

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Office

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.79%

  • 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-843
  • Vendor Resources
  • Microsoft Security Update CVE-2025-49702
  • Related CVEs
  • CVE-2026-40367: Microsoft Office Word RCE Vulnerability

  • CVE-2026-40364: Microsoft Word RCE Vulnerability

  • CVE-2026-33114: Microsoft Office Word RCE Vulnerability

  • CVE-2026-26110: Microsoft 365 Apps RCE Vulnerability
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