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

CVE-2026-25926: Notepad++ RCE Vulnerability

CVE-2026-25926 is an unsafe search path vulnerability in Notepad++ that enables remote code execution through malicious executable injection. This article covers technical details, affected versions, impact, and mitigation.

Published: February 20, 2026

CVE-2026-25926 Overview

CVE-2026-25926 is an Unsafe Search Path vulnerability (CWE-426) affecting Notepad++, a popular free and open-source source code editor used by developers and IT professionals worldwide. The vulnerability exists in versions prior to 8.9.2 when the application launches Windows Explorer without specifying an absolute executable path. This flaw may allow attackers to execute a malicious explorer.exe if they can control the process working directory, potentially leading to arbitrary code execution in the context of the running application.

Critical Impact

Attackers who can control the working directory may achieve arbitrary code execution by planting a malicious explorer.exe binary, compromising the integrity and confidentiality of the affected system.

Affected Products

  • Notepad++ versions prior to 8.9.2
  • All platforms running vulnerable Notepad++ installations on Windows

Discovery Timeline

  • 2026-02-19 - CVE-2026-25926 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-25926

Vulnerability Analysis

This vulnerability stems from an Unsafe Search Path issue (CWE-426) in Notepad++. When the application needs to launch Windows Explorer, it does so without specifying the full absolute path to the explorer.exe executable. On Windows systems, when an application executes a program without an absolute path, the operating system searches through a series of directories in a specific order to locate the executable.

If an attacker can influence the process's current working directory—for example, by convincing a user to open a malicious project folder or document from a compromised location—they could place a trojanized explorer.exe in that directory. When Notepad++ attempts to launch Explorer, the malicious executable would be found and executed first, running with the same privileges as the Notepad++ process.

Root Cause

The root cause is the use of a relative or unqualified path when invoking explorer.exe instead of using the absolute system path (typically C:\Windows\explorer.exe). This coding pattern violates secure development practices for executable invocation on Windows systems, where the search order can be manipulated through various means including the current working directory.

Attack Vector

The attack requires local access and user interaction. An attacker would need to:

  1. Plant a malicious explorer.exe file in a directory that will become the working directory for Notepad++
  2. Convince the victim to open a file or project from that location using Notepad++
  3. Trigger the functionality in Notepad++ that launches Windows Explorer

When successful, the malicious executable runs in the security context of the current user, potentially allowing data theft, persistence mechanisms, or further system compromise.

The vulnerability exploitation typically involves social engineering to get users to work with files from attacker-controlled locations, making it a targeted attack vector rather than a widespread automated exploitation scenario.

Detection Methods for CVE-2026-25926

Indicators of Compromise

  • Presence of explorer.exe files in non-standard locations, particularly in project directories or document folders
  • Process execution events showing explorer.exe launched from directories other than C:\Windows
  • Notepad++ spawning child processes with unexpected executable paths

Detection Strategies

  • Monitor for process creation events where explorer.exe is executed from paths outside the Windows system directory
  • Implement application whitelisting to prevent execution of unsigned or non-standard executables named explorer.exe
  • Deploy endpoint detection rules that alert on DLL sideloading and binary planting patterns

Monitoring Recommendations

  • Enable detailed Windows process auditing (Event ID 4688) with command line logging
  • Use SentinelOne's behavioral AI to detect anomalous process relationships and execution patterns
  • Review Notepad++ installation directories and working directories for suspicious executables

How to Mitigate CVE-2026-25926

Immediate Actions Required

  • Upgrade Notepad++ to version 8.9.2 or later immediately
  • Audit systems for any explorer.exe files located outside the Windows system directory
  • Review recent Notepad++ activity logs for any suspicious behavior
  • Implement application control policies to restrict executable execution to known-good paths

Patch Information

Notepad++ version 8.9.2 addresses this vulnerability by using an absolute path when launching Windows Explorer. Organizations should update to this version through their standard software deployment processes. The patch is available through the official GitHub Release v8.9.2 page. Additional details can be found in the Notepad++ v8.9.2 release announcement and the GitHub Security Advisory GHSA-rjvm-fcxw-2jxq.

Workarounds

  • Avoid opening files or projects from untrusted or network locations until the patch is applied
  • Implement folder permission restrictions to prevent unauthorized file creation in commonly accessed directories
  • Use application sandboxing to limit the impact of potential exploitation
  • Configure Windows Defender Application Control (WDAC) policies to block unsigned executables
bash
# Check for suspicious explorer.exe files outside Windows directory
Get-ChildItem -Path C:\ -Filter "explorer.exe" -Recurse -ErrorAction SilentlyContinue | Where-Object { $_.DirectoryName -notmatch "Windows" }

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNotepad Plus Plus

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-426
  • Technical References
  • GitHub Release v8.9.2

  • Notepad++ Blog Post v8.9.2
  • Vendor Resources
  • GitHub Security Advisory GHSA-rjvm-fcxw-2jxq
  • Related CVEs
  • CVE-2025-15556: Notepad++ WinGUp Updater RCE Vulnerability

  • CVE-2025-56383: Notepad++ v8.8.3 DLL Hijacking RCE Flaw

  • CVE-2022-32168: Notepad++ DLL Hijacking RCE Vulnerability

  • CVE-2023-40031: Notepad++ RCE Vulnerability
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