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

CVE-2026-4546: Notepad2 Path Traversal Vulnerability

CVE-2026-4546 is a path traversal vulnerability in Flos Freeware Notepad2 4.2.25 affecting the TextShaping.dll library. This article covers the technical details, affected versions, impact, and mitigation steps.

Published: March 27, 2026

CVE-2026-4546 Overview

A weakness has been identified in Flos Freeware Notepad2 4.2.25 involving an uncontrolled search path vulnerability. This impacts an unknown function in the library TextShaping.dll. By executing a manipulation of the DLL search path, an attacker can potentially achieve code execution. The attack is restricted to local execution and requires a high level of complexity, making exploitability difficult. The vendor was contacted early about this disclosure but did not respond in any way.

Critical Impact

Local attackers with low privileges can potentially achieve high impact on confidentiality, integrity, and availability through DLL search path manipulation in TextShaping.dll.

Affected Products

  • Flos Freeware Notepad2 4.2.25

Discovery Timeline

  • 2026-03-22 - CVE CVE-2026-4546 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-4546

Vulnerability Analysis

This vulnerability is classified as CWE-426 (Untrusted Search Path), which occurs when an application searches for critical resources using an externally-supplied search path that can point to resources outside the intended control sphere. In the case of Notepad2, the application loads the TextShaping.dll library using an insecure search order, which allows a local attacker to place a malicious DLL in a location that will be searched before the legitimate library.

The attack requires local access to the target system and involves placing a specially crafted malicious DLL file in a directory that appears earlier in the Windows DLL search order than the legitimate TextShaping.dll. When Notepad2 is executed, it will load the attacker's malicious DLL instead of the legitimate one, potentially executing arbitrary code in the context of the application.

Root Cause

The root cause of this vulnerability lies in the improper DLL loading mechanism within Notepad2 4.2.25. The application does not use secure DLL loading practices, such as specifying absolute paths or using the SetDllDirectory API to restrict the search path. This allows the application to search for TextShaping.dll in potentially untrusted directories, including the current working directory or user-controlled locations.

Attack Vector

The attack vector is local, requiring the attacker to have some level of access to the target system. The attacker must place a malicious TextShaping.dll file in a location where Notepad2 will search for DLLs before finding the legitimate library. This could be accomplished by:

  1. Placing the malicious DLL in the same directory as a document that will be opened with Notepad2
  2. Placing the malicious DLL in the application's working directory
  3. Modifying the system PATH environment variable to include a directory containing the malicious DLL

When a user launches Notepad2 or opens a file with the application, the malicious DLL is loaded and executed with the privileges of the current user.

Detection Methods for CVE-2026-4546

Indicators of Compromise

  • Presence of unexpected TextShaping.dll files in directories other than the Windows system directory or Notepad2 installation directory
  • Unusual process behavior from Notepad2, such as network connections or spawning child processes
  • DLL loading events showing TextShaping.dll being loaded from non-standard locations

Detection Strategies

  • Monitor DLL loading events for Notepad2 using tools like Process Monitor or Sysmon to identify DLLs loaded from unexpected paths
  • Implement application whitelisting to prevent unauthorized DLLs from being loaded
  • Use endpoint detection and response (EDR) solutions to detect anomalous DLL side-loading behavior

Monitoring Recommendations

  • Enable Windows Event Logging for DLL load events (Event ID 7 in Sysmon)
  • Monitor file system changes in directories commonly used by Notepad2
  • Review process execution logs for signs of code execution originating from Notepad2

How to Mitigate CVE-2026-4546

Immediate Actions Required

  • Avoid opening files from untrusted sources with Notepad2 until a patch is available
  • Consider using alternative text editors until the vendor addresses the vulnerability
  • Ensure TextShaping.dll is only present in trusted system directories

Patch Information

No patch is currently available from the vendor. According to the disclosure, the vendor was contacted about this vulnerability but did not respond. Users should monitor the VulDB entry for updates on any future patches or mitigations.

Workarounds

  • Run Notepad2 from a dedicated installation directory with restricted write permissions to prevent DLL planting
  • Use application control solutions to restrict DLL loading to known-good paths only
  • Consider implementing Windows Group Policy settings that restrict DLL search paths (CWDIllegalInDllSearch registry setting)
bash
# Configuration example - Restrict DLL search path via registry
# Run in elevated command prompt
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" /v CWDIllegalInDllSearch /t REG_DWORD /d 2 /f

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
  • Google Drive File

  • VulDB CTI ID #352373

  • VulDB #352373

  • VulDB Submission #774778
  • Related CVEs
  • CVE-2026-4545: Notepad2 Path Traversal Vulnerability

  • CVE-2026-2538: 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