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

CVE-2026-4545: Notepad2 Path Traversal Vulnerability

CVE-2026-4545 is a path traversal flaw in Flos Freeware Notepad2 4.2.25 affecting the PROPSYS.dll library. This local attack vector enables uncontrolled search path manipulation. Explore technical details and mitigations.

Published: March 27, 2026

CVE-2026-4545 Overview

A security flaw has been discovered in Flos Freeware Notepad2 4.2.25. This affects an unknown function in the library PROPSYS.dll. Performing a manipulation results in an uncontrolled search path vulnerability (CWE-426). The attack requires local access and is considered to have high complexity, making exploitability difficult. The vendor was contacted early about this disclosure but did not respond in any way.

Critical Impact

Local attackers with access to the system could potentially hijack the DLL loading mechanism in Notepad2 to execute arbitrary code with the privileges of the affected application user.

Affected Products

  • Flos Freeware Notepad2 version 4.2.25
  • Windows systems with PROPSYS.dll dependency

Discovery Timeline

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

Technical Details for CVE-2026-4545

Vulnerability Analysis

This vulnerability is classified as an Uncontrolled Search Path Element (CWE-426). The flaw exists within the DLL loading mechanism of Flos Freeware Notepad2 4.2.25, specifically involving the PROPSYS.dll library. When the application attempts to load this DLL, it follows Windows' standard DLL search order without properly validating or restricting the search path.

An attacker with local system access could exploit this by placing a malicious DLL file named PROPSYS.dll in a directory that is searched before the legitimate system directory. When Notepad2 launches and attempts to load the library, it could inadvertently load the attacker's malicious DLL instead of the legitimate Windows system library.

Root Cause

The root cause of this vulnerability is the application's failure to implement secure DLL loading practices. Notepad2 does not use absolute paths when loading the PROPSYS.dll library and does not employ Windows security mechanisms such as SetDllDirectory("") or LoadLibraryEx with LOAD_LIBRARY_SEARCH_SYSTEM32 flag to restrict DLL search paths. This allows the application to search through potentially attacker-controlled directories before finding the legitimate system DLL.

Attack Vector

The attack vector requires local access to the target system. An attacker must be able to place a malicious DLL file in a location that will be searched by Windows before the legitimate system directory. Common attack scenarios include:

The attacker places a malicious PROPSYS.dll in the application's working directory or installation folder. When a user launches Notepad2, the malicious DLL is loaded instead of the legitimate system library, allowing the attacker's code to execute within the context of the application process.

The complexity of exploitation is considered high because the attacker needs local access and must identify an appropriate directory placement where their malicious DLL will be loaded preferentially. Additional factors such as user privileges and security software may also complicate successful exploitation.

Detection Methods for CVE-2026-4545

Indicators of Compromise

  • Presence of unexpected PROPSYS.dll files in the Notepad2 installation directory or working directories
  • DLL files with unusual modification timestamps or digital signature anomalies in application folders
  • Process execution logs showing Notepad2 loading DLLs from non-standard system paths

Detection Strategies

  • Monitor for DLL loading events from Notepad2 that originate from directories other than %SYSTEM32% or %SYSWOW64%
  • Implement file integrity monitoring on Notepad2 installation directories to detect unauthorized file additions
  • Use endpoint detection tools to alert on processes loading unsigned or suspiciously signed DLLs

Monitoring Recommendations

  • Enable Windows Sysmon or EDR logging to capture detailed DLL load events (Sysmon Event ID 7)
  • Configure alerts for any new DLL files created in application directories with common hijack target names
  • Review process creation logs for Notepad2 execution patterns that may indicate exploitation attempts

How to Mitigate CVE-2026-4545

Immediate Actions Required

  • Restrict write permissions on the Notepad2 installation directory to administrators only
  • Consider using application allowlisting to prevent unauthorized DLLs from loading
  • Monitor for any suspicious DLL files appearing in directories associated with Notepad2
  • Evaluate alternative text editor applications with better security practices until a patch is available

Patch Information

No official patch is currently available from the vendor. According to the disclosure, the vendor was contacted about this vulnerability but did not respond. Organizations should monitor VulDB #352372 for any updates regarding vendor response or patch availability. Additional technical details may be available in the Google Drive document referenced in the vulnerability disclosure.

Workarounds

  • Ensure the Notepad2 installation directory and its parent directories have restrictive write permissions
  • Run Notepad2 from a protected directory where standard users cannot create files
  • Consider using Windows Defender Application Control (WDAC) or AppLocker to restrict DLL loading
  • Deploy endpoint protection solutions capable of detecting DLL hijacking attempts
bash
# Configuration example - Restrict directory permissions
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
  • Google Drive Document

  • VulDB CTI ID #352372

  • VulDB #352372

  • VulDB Submission #774752
  • Related CVEs
  • CVE-2026-4546: 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