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

CVE-2026-20925: Windows NTLM Path Traversal Vulnerability

CVE-2026-20925 is a path traversal flaw in Windows NTLM that enables unauthorized attackers to perform spoofing over a network. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2026-20925 Overview

CVE-2026-20925 is a network spoofing vulnerability in Windows NTLM caused by external control of file name or path (CWE-73). This vulnerability allows an unauthorized attacker to perform spoofing attacks over a network, potentially leading to credential theft or unauthorized access to sensitive information.

Critical Impact

An attacker can exploit this NTLM vulnerability to capture or relay authentication credentials, enabling network-based spoofing attacks that could compromise user identities and sensitive data.

Affected Products

  • Windows NTLM (specific affected versions not disclosed)

Discovery Timeline

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

Technical Details for CVE-2026-20925

Vulnerability Analysis

This vulnerability exists in the Windows NTLM authentication protocol due to improper handling of externally controlled file names or paths. The flaw allows an attacker to manipulate file path references in a way that triggers NTLM authentication to an attacker-controlled server. When a victim's system attempts to access a specially crafted resource, it may automatically send NTLM credentials to the malicious server.

The attack requires user interaction, meaning the victim must be induced to access a malicious resource (such as opening a crafted file or clicking a link). While no authentication is required from the attacker's perspective, successful exploitation can result in high confidentiality impact, allowing attackers to capture NTLM hashes or relay authentication attempts.

Root Cause

The vulnerability stems from CWE-73 (External Control of File Name or Path), where the application fails to properly validate or sanitize file paths before using them in operations that may trigger NTLM authentication. This allows attackers to specify paths pointing to external resources under their control, causing the victim's system to initiate NTLM authentication handshakes with malicious servers.

Attack Vector

The attack is network-based and exploits the way Windows handles file path references that can trigger NTLM authentication. An attacker can craft malicious content containing UNC paths or other file references pointing to attacker-controlled servers. When a victim processes this content, their system automatically attempts NTLM authentication to the specified server, leaking credential hashes.

Common attack scenarios include:

  • Malicious documents containing external resource links
  • Specially crafted file paths in web content
  • Phishing attacks leveraging file path manipulation to harvest credentials

Since no verified code examples are available for this vulnerability, security researchers should consult the Microsoft Security Response Center advisory for detailed technical information.

Detection Methods for CVE-2026-20925

Indicators of Compromise

  • Outbound SMB connections (port 445) to unexpected or external IP addresses
  • NTLM authentication attempts to non-corporate or unknown servers
  • Unusual file access patterns involving UNC paths to external resources
  • Network traffic containing NTLM handshakes with unrecognized endpoints

Detection Strategies

  • Monitor SMB traffic for outbound connections to non-trusted IP ranges
  • Implement network detection rules for NTLM authentication to external hosts
  • Review Windows Security Event Logs for authentication events (Event ID 4624, 4625) with unusual target servers
  • Deploy endpoint detection to identify processes initiating suspicious file path operations

Monitoring Recommendations

  • Enable logging for outbound NTLM authentication attempts in Windows event logs
  • Configure network monitoring to alert on SMB connections leaving the corporate network
  • Implement behavioral analysis to detect applications triggering unexpected NTLM authentication
  • Review DNS logs for lookups of unfamiliar hostnames that precede SMB connections

How to Mitigate CVE-2026-20925

Immediate Actions Required

  • Apply the latest Microsoft security updates for affected Windows systems
  • Review and restrict outbound SMB traffic at network perimeter firewalls
  • Enable Extended Protection for Authentication (EPA) where supported
  • Consider implementing NTLM blocking policies for external network traffic

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should apply the patches available through the Microsoft Security Update Guide for CVE-2026-20925. Organizations should prioritize patching systems that handle untrusted content or are exposed to external networks.

Workarounds

  • Block outbound SMB (TCP port 445) traffic at the network firewall to prevent credential leakage
  • Configure Windows Firewall to block outbound SMB connections to untrusted networks
  • Disable NTLM authentication where possible and migrate to Kerberos-based authentication
  • Implement network segmentation to limit the scope of potential credential relay attacks
bash
# Block outbound SMB traffic via Windows Firewall (PowerShell)
New-NetFirewallRule -DisplayName "Block Outbound SMB" -Direction Outbound -LocalPort 445 -Protocol TCP -Action Block

# Alternatively, configure Group Policy to restrict NTLM usage
# Navigate to: Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
# Set "Network security: Restrict NTLM: Outgoing NTLM traffic to remote servers" to "Deny all"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWindows

  • SeverityMEDIUM

  • CVSS Score6.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-73
  • Technical References
  • Microsoft CVE-2026-20925 Update
  • Related CVEs
  • CVE-2026-21249: Windows 10 1607 Path Traversal Flaw

  • CVE-2026-23889: Pnpm Path Traversal Vulnerability

  • CVE-2026-20872: Windows NTLM Path Traversal Vulnerability

  • CVE-2026-20834: Windows Shell Path Traversal 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