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

CVE-2026-40361: Microsoft Word Use-After-Free Vulnerability

CVE-2026-40361 is a use-after-free vulnerability in Microsoft Office Word that enables unauthorized attackers to execute arbitrary code locally. This article covers technical details, affected versions, impact, and mitigation.

Published: May 17, 2026

CVE-2026-40361 Overview

CVE-2026-40361 is a use-after-free vulnerability in Microsoft Office Word that allows an unauthorized attacker to execute code locally. The flaw is tracked under CWE-416 and affects how Word manages object lifetimes in memory. An attacker can craft a malicious document that triggers reuse of freed memory, leading to arbitrary code execution in the context of the current user. The vulnerability requires local interaction with the affected application but no privileges or user interaction beyond opening the crafted file. Microsoft published guidance through the Microsoft Security Update CVE-2026-40361 advisory.

Critical Impact

Successful exploitation grants attackers code execution with the privileges of the user running Microsoft Word, enabling installation of programs, data theft, and creation of new accounts.

Affected Products

  • Microsoft Office Word (refer to Microsoft Security Response Center advisory for affected builds)
  • Microsoft 365 Apps installations that include Word
  • Office deployments listed in the official MSRC advisory

Discovery Timeline

  • 2026-05-12 - CVE-2026-40361 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-40361

Vulnerability Analysis

The vulnerability is a use-after-free condition [CWE-416] in Microsoft Office Word. Word references a memory object after it has been freed, allowing an attacker to control the contents of that memory region. By preparing the heap before the dangling reference is dereferenced, an attacker can redirect execution flow into attacker-controlled code. The attack vector is local, meaning the target user must open a crafted Word document or process attacker-supplied content through Word. Exploitation yields high impact across confidentiality, integrity, and availability because the resulting code execution runs in the context of the current user.

Root Cause

The root cause is improper object lifetime management within Word's document parsing or rendering logic. A code path frees an internal object but retains a pointer that is later dereferenced. When the freed memory is reallocated and populated with attacker-controlled data, the stale pointer references that controlled content. This condition is characteristic of complex file format parsers that maintain many interdependent object references during document processing.

Attack Vector

An attacker delivers a malicious .docx, .doc, or .rtf file through email, web download, file share, or removable media. When the target opens the document in Microsoft Word, the parsing logic triggers the use-after-free condition. No elevated privileges are required, and the exploit executes within the user's session. Code execution can then be used to drop additional payloads, harvest credentials, or pivot deeper into the environment. See the Microsoft Security Update CVE-2026-40361 advisory for vendor technical details.

No verified public proof-of-concept code is available at the time of writing.

Detection Methods for CVE-2026-40361

Indicators of Compromise

  • Unexpected child processes spawned by WINWORD.EXE such as cmd.exe, powershell.exe, rundll32.exe, or mshta.exe.
  • Word process crashes or abnormal terminations correlated with opening external documents.
  • Outbound network connections originating from WINWORD.EXE to unfamiliar domains or IP addresses shortly after document open events.
  • Creation of executable files, scripts, or scheduled tasks by the Office process tree.

Detection Strategies

  • Hunt for process lineage anomalies where WINWORD.EXE is the parent of script interpreters or living-off-the-land binaries.
  • Inspect Office telemetry for documents originating from the internet zone or Mark-of-the-Web tagged files that trigger macros or embedded objects.
  • Apply YARA and content rules to flag malformed Office documents containing unusual OLE streams, ActiveX controls, or heap-spray patterns.

Monitoring Recommendations

  • Forward Sysmon and EDR telemetry from endpoints running Microsoft Office to a central analytics platform for behavioral analysis.
  • Alert on memory protection violations and exception events in WINWORD.EXE recorded by Windows Error Reporting.
  • Monitor mail gateways and web proxies for inbound Office documents from untrusted senders and external sources.

How to Mitigate CVE-2026-40361

Immediate Actions Required

  • Apply the security update referenced in the Microsoft Security Update CVE-2026-40361 advisory to all systems running affected Word builds.
  • Prioritize patching for users who routinely process external documents such as finance, HR, legal, and executive staff.
  • Validate that Microsoft Update or your enterprise patch management tool has pushed the update to all endpoints.

Patch Information

Microsoft has issued a security update for this vulnerability. Refer to the Microsoft Security Update CVE-2026-40361 advisory for the specific KB numbers, supported channels, and affected build ranges. Apply the update through Windows Update, Microsoft 365 Apps update channels, or your enterprise software distribution platform.

Workarounds

  • Enforce Protected View for documents originating from the internet and email attachments to isolate parsing in a restricted process.
  • Block or restrict legacy Office file formats at the mail gateway and require conversion to safer formats where possible.
  • Disable or restrict ActiveX controls, OLE object embedding, and macros through Group Policy until patching is complete.
  • Apply Attack Surface Reduction rules that block Office applications from creating child processes and from injecting code into other processes.
bash
# Configuration example: enable ASR rule blocking Office child processes
Set-MpPreference -AttackSurfaceReductionRules_Ids D4F940AB-401B-4EFC-AADC-AD5F3C50688A -AttackSurfaceReductionRules_Actions Enabled

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

  • 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
  • Technical References
  • Microsoft Security Update CVE-2026-40361
  • Related CVEs
  • CVE-2025-30386: Microsoft 365 Apps Use After Free Flaw

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

  • CVE-2025-59227: Microsoft 365 Apps Use-After-Free RCE

  • CVE-2026-40358: Microsoft Office Use After Free Flaw
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