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

CVE-2026-20943: Microsoft Office RCE Vulnerability

CVE-2026-20943 is a remote code execution vulnerability in Microsoft Office caused by an untrusted search path flaw. Attackers can exploit this to execute unauthorized code locally. This article covers technical details.

Updated: January 22, 2026

CVE-2026-20943 Overview

CVE-2026-20943 is an untrusted search path vulnerability in Microsoft Office that allows an unauthorized attacker to execute code locally. This vulnerability falls under CWE-426 (Untrusted Search Path) and represents a significant security risk for organizations using affected Microsoft Office products.

The vulnerability exploits improper handling of search paths when Microsoft Office loads dynamic libraries or executables. An attacker who can place a malicious file in a location within the application's search path can potentially achieve arbitrary code execution on the target system.

Critical Impact

Successful exploitation could allow attackers to execute malicious code with the privileges of the user running Microsoft Office, potentially leading to complete system compromise, data theft, or lateral movement within enterprise networks.

Affected Products

  • Microsoft Office (specific versions to be confirmed via Microsoft advisory)
  • Microsoft Office Suite components
  • Windows systems running vulnerable Microsoft Office installations

Discovery Timeline

  • January 13, 2026 - CVE-2026-20943 published to NVD
  • January 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-20943

Vulnerability Analysis

This untrusted search path vulnerability occurs when Microsoft Office searches for required DLLs or executables in directories that may be under attacker control before checking trusted system locations. When the application follows an insecure search order, it may load a malicious library planted by an attacker instead of the legitimate system component.

The local attack vector requires user interaction, meaning an attacker must convince a user to open a malicious document or place files in specific locations accessible to the Office application. Despite requiring local access and user interaction, successful exploitation results in high impact to confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2026-20943 lies in CWE-426 (Untrusted Search Path), where the Microsoft Office application searches for critical components in directories that may be writable by unprivileged users or controlled by attackers. This occurs when:

  1. The application uses relative paths instead of fully qualified paths when loading libraries
  2. The current working directory is included in the search path before system directories
  3. Environment variables controlling search paths are not properly validated

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have some level of access to the target system or the ability to deliver a malicious payload to a location within the search path. Typical exploitation scenarios include:

DLL Hijacking: An attacker places a malicious DLL with a specific name in a directory that Microsoft Office searches before the legitimate system directories. When Office loads this library, the attacker's code executes with the privileges of the Office process.

Document-Based Attack: A specially crafted Office document is placed in a directory containing a malicious DLL. When the user opens the document, the accompanying malicious library is loaded.

The attack requires user interaction (opening a document or navigating to a specific directory) and has high complexity due to the need for precise file placement and timing. For detailed technical information, refer to the Microsoft CVE-2026-20943 Advisory.

Detection Methods for CVE-2026-20943

Indicators of Compromise

  • Unexpected DLL files appearing in user-writable directories commonly accessed by Microsoft Office applications
  • Process execution chains showing Microsoft Office applications loading libraries from non-standard locations such as Downloads, Desktop, or temporary directories
  • Suspicious file creation events in directories where Office documents are stored
  • Anomalous code execution or child process spawning from Office applications

Detection Strategies

  • Monitor for DLL loading events from Office processes where the library path is outside standard Windows system directories (%SystemRoot%\System32, %ProgramFiles%)
  • Implement application allowlisting to detect unauthorized libraries being loaded by Office applications
  • Use endpoint detection and response (EDR) solutions like SentinelOne to identify suspicious process behavior and DLL injection attempts
  • Configure Windows Defender Application Control (WDAC) or AppLocker policies to restrict library loading

Monitoring Recommendations

  • Enable Windows Event Logging for process creation (Event ID 4688) with command line auditing to track Office application behavior
  • Deploy Sysmon with configurations to capture ImageLoad events (Event ID 7) for Office processes
  • Implement file integrity monitoring on directories commonly used for document storage
  • Review and alert on any Office application loading DLLs from user profile directories

How to Mitigate CVE-2026-20943

Immediate Actions Required

  • Apply the latest Microsoft security updates for Office as soon as they become available from Microsoft Update
  • Review and restrict write permissions on directories that may be included in the application search path
  • Implement application control policies to prevent unauthorized DLL loading
  • Educate users about the risks of opening Office documents from untrusted sources or directories
  • Enable SafeDllSearchMode via Windows registry to prioritize system directories in the search path

Patch Information

Microsoft has released security guidance for this vulnerability. Organizations should monitor the Microsoft CVE-2026-20943 Advisory for official patch information and apply updates through Microsoft Update, Windows Server Update Services (WSUS), or Microsoft Endpoint Configuration Manager.

Verify patch deployment by checking the installed Office version against the versions listed in Microsoft's security advisory. SentinelOne customers can use Singularity platform vulnerability management features to track patch status across their environment.

Workarounds

  • Enable the CWDIllegalInDllSearch registry setting to remove the current working directory from the DLL search path
  • Configure Group Policy to restrict DLL loading from user-writable directories
  • Use Microsoft's Enhanced Mitigation Experience Toolkit (EMET) or Windows Defender Exploit Guard to enable additional DLL loading protections
  • Implement network segmentation to limit the potential impact of successful exploitation
bash
# Registry configuration to enable SafeDllSearchMode
# Run in elevated PowerShell
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager" -Name "SafeDllSearchMode" -Value 1 -Type DWord

# Optional: Block DLL loading from current working directory
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager" -Name "CWDIllegalInDllSearch" -Value 1 -Type DWord

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.0

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-426
  • Technical References
  • Microsoft CVE-2026-20943 Advisory
  • Related CVEs
  • CVE-2026-26110: Microsoft Office RCE Vulnerability

  • CVE-2026-26109: Microsoft Excel RCE Vulnerability

  • CVE-2026-26113: Microsoft Office RCE Vulnerability

  • CVE-2026-26112: Microsoft Office Excel RCE 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