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

CVE-2025-47176: Microsoft 365 Apps RCE Vulnerability

CVE-2025-47176 is a remote code execution vulnerability in Microsoft Office Outlook that enables authorized attackers to execute malicious code locally. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2025-47176 Overview

CVE-2025-47176 is a path traversal vulnerability in Microsoft Office Outlook that allows an authorized local attacker to execute arbitrary code. The flaw stems from improper handling of .../...// sequences, enabling attackers to escape intended directory boundaries during file resolution. Microsoft published the advisory on June 10, 2025, classifying the issue under CWE-22 (Path Traversal) and CWE-35 (Path Traversal: '.../...//'). Successful exploitation results in full compromise of confidentiality, integrity, and availability on the affected host.

Critical Impact

An authenticated local attacker can execute arbitrary code in the context of the Outlook process, leading to full host compromise.

Affected Products

  • Microsoft 365 Apps Enterprise (x64 and x86)
  • Microsoft Office Long Term Servicing Channel 2024 (x64 and x86)
  • Microsoft Office Outlook (component shipped within the above products)

Discovery Timeline

  • 2025-06-10 - CVE-2025-47176 published to NVD
  • 2026-02-13 - Last updated in NVD database

Technical Details for CVE-2025-47176

Vulnerability Analysis

The vulnerability is a path traversal weakness rooted in how Microsoft Office Outlook normalizes filesystem paths. The advisory specifically calls out the .../...// traversal pattern, indicating that Outlook's path-canonicalization logic fails to collapse this sequence into a parent-directory reference. As a result, attacker-controlled input bypasses directory restrictions and resolves to locations outside the intended scope.

An attacker who can place or influence file paths processed by Outlook can redirect file operations to arbitrary directories. When combined with Outlook's loading of code modules or auxiliary files from those resolved paths, the traversal becomes a code execution primitive. The EPSS score is 1.159% (78.8 percentile), reflecting elevated exploitation interest relative to typical Office vulnerabilities.

Root Cause

The defect lies in canonicalization logic that strips ../ but does not correctly handle the malformed .../...// variant. Parsers that perform a single normalization pass leave residual traversal characters, which are then interpreted by the underlying Windows file APIs as parent directory references. This class of bug is tracked as CWE-35.

Attack Vector

Exploitation requires local access and low privileges. The attacker delivers a crafted file or message that Outlook processes, causing the path-resolution routine to write or load content from an attacker-chosen location. No user interaction is required once the malicious content reaches Outlook's processing pipeline. The attack vector is local with low attack complexity, and the scope is unchanged.

Because no public proof-of-concept code is available, the exploitation mechanism is described in prose only. Refer to the Microsoft Security Update CVE-2025-47176 advisory for vendor-specific technical context.

Detection Methods for CVE-2025-47176

Indicators of Compromise

  • Files written by outlook.exe to directories outside %LOCALAPPDATA%\Microsoft\Outlook or other expected working paths.
  • Presence of files or directory names containing the literal traversal sequence .../...// in mail attachments, message stores, or temp paths.
  • Unexpected DLL or executable modules loaded by outlook.exe from user-writable locations.

Detection Strategies

  • Monitor process-image and module-load events from outlook.exe for paths resolving outside expected Office install and profile directories.
  • Build endpoint identification rules that flag filesystem operations containing .../, ...//, or other malformed traversal tokens within Office-related processes.
  • Correlate Outlook child-process creation with anomalous file writes performed milliseconds beforehand, a common pattern for traversal-to-execution chains.

Monitoring Recommendations

  • Enable Microsoft Defender Attack Surface Reduction rules that block Office applications from creating child processes and from writing executable content.
  • Forward Sysmon Event IDs 1 (process create), 7 (image load), and 11 (file create) for Outlook to a centralized SIEM and alert on writes outside known-good paths.
  • Review mailbox transport logs for messages carrying attachments with unusual path metadata or filename structures consistent with traversal payloads.

How to Mitigate CVE-2025-47176

Immediate Actions Required

  • Apply the June 2025 Microsoft security update for Microsoft 365 Apps and Office LTSC 2024 referenced in the Microsoft advisory.
  • Inventory endpoints running affected Office builds and prioritize patching workstations used to process untrusted external mail.
  • Validate that Office update channels (Current, Monthly Enterprise, Semi-Annual) have received the fixed build and that clients have restarted Outlook.

Patch Information

Microsoft addressed the vulnerability through the standard Office update channels. Administrators should consult the Microsoft Security Update CVE-2025-47176 page for the specific build numbers corresponding to Microsoft 365 Apps Enterprise and Office LTSC 2024 (x86 and x64).

Workarounds

  • Restrict local user privileges so that compromise of Outlook does not yield additional lateral movement capability.
  • Block executable and script attachments at the mail gateway to reduce the likelihood of malicious content reaching Outlook's processing pipeline.
  • Enable Protected View and Office Attack Surface Reduction rules to limit Outlook's ability to launch child processes or write executable files.
bash
# Verify installed Microsoft 365 Apps build on Windows
reg query "HKLM\SOFTWARE\Microsoft\Office\ClickToRun\Configuration" /v VersionToReport

# Force an Office update check
"C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe" /update user

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft 365 Apps

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability1.16%

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

  • CWE-22
  • Vendor Resources
  • Microsoft Security Update CVE-2025-47176
  • Related CVEs
  • CVE-2020-16918: Microsoft 365 Apps RCE Vulnerability

  • CVE-2024-21413: Microsoft Outlook RCE Vulnerability

  • CVE-2024-38189: Microsoft Project RCE Vulnerability

  • CVE-2025-54906: 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