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-2026-40421

CVE-2026-40421: Microsoft 365 Apps Info Disclosure Flaw

CVE-2026-40421 is an information disclosure vulnerability in Microsoft 365 Apps affecting Office Word. Attackers can exploit external file name control to access sensitive data over a network. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: May 17, 2026

CVE-2026-40421 Overview

CVE-2026-40421 is an information disclosure vulnerability in Microsoft Office Word caused by external control of file name or path [CWE-73]. An unauthorized attacker can craft a malicious Word document that, when opened by a victim, causes Word to reference an attacker-controlled file path. This results in disclosure of information over a network. The flaw affects Microsoft 365 Apps, Microsoft Office 2019, 2021 LTSC, 2024 LTSC, and Word 2016 across both x64 and x86 architectures. Exploitation requires user interaction, typically opening a crafted document delivered through phishing or web-based delivery channels.

Critical Impact

Successful exploitation enables an unauthorized network attacker to disclose limited confidential information from the targeted system through a crafted Office Word document.

Affected Products

  • Microsoft 365 Apps (Enterprise, x64 and x86)
  • Microsoft Office 2019, 2021 LTSC, and 2024 LTSC (x64 and x86)
  • Microsoft Word 2016 (x64 and x86)

Discovery Timeline

  • 2026-05-12 - CVE-2026-40421 published to NVD
  • 2026-05-16 - Last updated in NVD database

Technical Details for CVE-2026-40421

Vulnerability Analysis

The vulnerability stems from external control of file name or path [CWE-73] within Microsoft Office Word. Word processes document elements that can reference external resources by file path or Uniform Resource Identifier (URI). When an attacker controls these path values inside a crafted document, Word resolves them and initiates a network request. That request can leak information such as authentication material or system metadata to a server controlled by the attacker.

The attack vector is network-based but requires user interaction. A victim must open the malicious document for the exploitation chain to begin. The vulnerability impacts confidentiality only, with no impact to integrity or availability of the host system. EPSS data indicates a low near-term exploitation probability based on current threat telemetry.

Root Cause

Word accepts externally supplied path or URI values inside document constructs without sufficient validation of their destination. The application then dereferences these paths during rendering or processing. This allows an attacker-controlled document to direct Word to query attacker-owned network locations, leaking information passively returned during the protocol exchange.

Attack Vector

An attacker crafts a Word document containing externally controlled file path references pointing to an attacker-controlled host. The attacker delivers the document through phishing email, file-sharing services, or compromised websites. When the victim opens the file, Word attempts to resolve the embedded path. The resulting network connection discloses information to the attacker's listener. No privileges are required on the target system. The vulnerability mechanism is described in detail by the Microsoft CVE-2026-40421 Advisory.

Detection Methods for CVE-2026-40421

Indicators of Compromise

  • Outbound Server Message Block (SMB), WebDAV, or HTTP requests originating from winword.exe to untrusted external hosts shortly after a document is opened.
  • Word documents containing external references, remote templates, or INCLUDEPICTURE/frame fields pointing to attacker-controlled domains or Universal Naming Convention (UNC) paths.
  • Anomalous Net-NTLM authentication attempts to internet-facing hosts following email attachment activity.

Detection Strategies

  • Inspect inbound .docx, .doc, .rtf, and .dotx attachments for embedded external path references using static document analysis.
  • Correlate process telemetry from Office applications with outbound network connections to non-corporate destinations.
  • Hunt for child processes and network sockets created by winword.exe immediately after document open events.

Monitoring Recommendations

  • Monitor egress traffic on TCP/445, TCP/139, and WebDAV ports for connections initiated by Office processes.
  • Alert on Office processes resolving Domain Name System (DNS) queries for newly registered or low-reputation domains.
  • Forward Office telemetry and endpoint network events to a centralized data lake for retrospective hunting against indicators tied to this CVE.

How to Mitigate CVE-2026-40421

Immediate Actions Required

  • Apply the Microsoft security update referenced in the Microsoft CVE-2026-40421 Advisory to all affected Office installations.
  • Enable Protected View and Office Application Guard for documents originating from the internet or email.
  • Block outbound SMB and WebDAV traffic from user workstations to the public internet at the perimeter firewall.

Patch Information

Microsoft has released security updates for Microsoft 365 Apps, Office 2019, Office 2021 LTSC, Office 2024 LTSC, and Word 2016. Administrators should deploy the corresponding update through Microsoft Update, Windows Server Update Services (WSUS), or Microsoft Intune. Refer to the Microsoft CVE-2026-40421 Advisory for build numbers and channel-specific guidance.

Workarounds

  • Configure Group Policy to disable automatic loading of external content and remote templates in Word.
  • Restrict NT LAN Manager (NTLM) authentication to external destinations using the Network security: Restrict NTLM policies.
  • Train users to avoid opening unsolicited Office attachments and to report suspicious documents to the security team.
bash
# Configuration example: Group Policy registry keys to harden Word against external content
reg add "HKCU\Software\Policies\Microsoft\Office\16.0\Word\Security" /v BlockContentExecutionFromInternet /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Policies\Microsoft\Office\16.0\Word\Security\ProtectedView" /v DisableInternetFilesInPV /t REG_DWORD /d 0 /f
reg add "HKCU\Software\Policies\Microsoft\Office\16.0\Word\Options" /v DontUpdateLinks /t REG_DWORD /d 1 /f

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMicrosoft Office

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-73
  • Vendor Resources
  • Microsoft CVE-2026-40421 Advisory
  • Related CVEs
  • CVE-2026-35440: MS Word Information Disclosure Flaw

  • CVE-2026-32188: Microsoft Excel Information Disclosure

  • CVE-2023-36761: Microsoft Word Information Disclosure Flaw

  • CVE-2023-36763: Microsoft Outlook Information Disclosure
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