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

CVE-2026-2538: Notepad2 Path Traversal Vulnerability

CVE-2026-2538 is a path traversal flaw in Flos Freeware Notepad2 versions 4.2.22-4.2.25 that involves uncontrolled search path manipulation. This article covers the technical details, affected versions, and mitigations.

Published: February 20, 2026

CVE-2026-2538 Overview

A DLL hijacking vulnerability has been discovered in Flos Freeware Notepad2, a popular lightweight text editor. The vulnerability exists due to an uncontrolled search path element affecting the Msimg32.dll library. An attacker with local access can exploit this flaw to execute arbitrary code by placing a malicious DLL in the application's search path.

Critical Impact

Local attackers can achieve arbitrary code execution with the privileges of the Notepad2 process by exploiting the DLL search order hijacking vulnerability in Msimg32.dll.

Affected Products

  • Flos Freeware Notepad2 4.2.22
  • Flos Freeware Notepad2 4.2.23
  • Flos Freeware Notepad2 4.2.24
  • Flos Freeware Notepad2 4.2.25

Discovery Timeline

  • 2026-02-16 - CVE CVE-2026-2538 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-2538

Vulnerability Analysis

This vulnerability is classified as CWE-426 (Untrusted Search Path), which occurs when an application loads a DLL from a location that could be under attacker control. In this case, Notepad2 attempts to load Msimg32.dll using an insecure search path mechanism, allowing an attacker to place a malicious DLL with the same name in a directory that is searched before the legitimate system directory.

The attack requires local access to the system and exploitation complexity is considered high. However, successful exploitation can lead to complete compromise of confidentiality, integrity, and availability within the context of the application. The vendor was contacted regarding this vulnerability but did not respond.

Root Cause

The root cause is an uncontrolled search path element (CWE-426) in Notepad2's DLL loading mechanism. When the application starts, it searches for Msimg32.dll following the Windows DLL search order. If an attacker can place a malicious DLL in the application's working directory or another directory that precedes the system directory in the search path, the malicious DLL will be loaded instead of the legitimate system library.

Attack Vector

This is a local attack vector requiring the attacker to have the ability to write files to directories within the application's DLL search path. The attacker must place a crafted malicious Msimg32.dll in a location where it will be found before the legitimate Windows system DLL.

The exploitation involves creating a malicious DLL named Msimg32.dll that contains attacker-controlled code. When Notepad2 is launched, it inadvertently loads this malicious library, executing the attacker's payload with the same privileges as the Notepad2 process. Additional technical details can be found in the GitHub DLL Hijacking Report.

Detection Methods for CVE-2026-2538

Indicators of Compromise

  • Presence of Msimg32.dll in the Notepad2 installation directory or the directory from which Notepad2 is executed
  • Unexpected DLL files in user-writable directories alongside Notepad2 executable
  • Process execution anomalies when Notepad2 loads unusual modules

Detection Strategies

  • Monitor for DLL loading events from Notepad2 where Msimg32.dll is loaded from non-system directories
  • Implement application whitelisting to detect and block unauthorized DLLs
  • Deploy endpoint detection rules that alert on DLL sideloading patterns in text editor applications

Monitoring Recommendations

  • Enable detailed Windows Security Event logging for module load events (Event ID 7)
  • Monitor file system changes in Notepad2 installation directories
  • Utilize SentinelOne's behavioral AI to detect anomalous DLL loading patterns indicating hijacking attempts

How to Mitigate CVE-2026-2538

Immediate Actions Required

  • Avoid running Notepad2 from user-writable directories or network shares
  • Ensure Notepad2 is executed only from protected installation directories with restricted write permissions
  • Consider using alternative text editors until a patch is released by the vendor

Patch Information

No official patch is currently available. The vendor was contacted early about this disclosure but did not respond in any way. Users should monitor the VulDB entry and vendor channels for any future security updates.

Workarounds

  • Run Notepad2 from a directory with restricted write permissions (e.g., C:\Program Files\)
  • Remove write permissions for non-administrators from the Notepad2 installation directory
  • Deploy application control solutions to prevent loading of unauthorized DLLs
  • Consider using SentinelOne's application control features to restrict DLL loading behavior
bash
# Restrict write permissions on Notepad2 directory (run as Administrator)
icacls "C:\Program Files\Notepad2" /inheritance:r /grant:r Administrators:F /grant:r "SYSTEM":F /grant:r Users:RX

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechNotepad2

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-426
  • Technical References
  • GitHub DLL Hijacking Report

  • VulDB CTI Incident #346126

  • VulDB #346126

  • VulDB Submission #749345
  • Related CVEs
  • CVE-2026-4546: Notepad2 Path Traversal Vulnerability

  • CVE-2026-4545: Notepad2 Path Traversal 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