CVE-2026-57233
8.1Notepad++ · Notepad++
Notepad++ is vulnerable to a path traversal attack, which allows an attacker to bypass directory restrictions. This vulnerability could lead to unauthorized file manipulation or system impact.
Executive summary
A path traversal vulnerability in Notepad++ versions prior to 8.9.7 poses a significant risk to file system integrity.
Vulnerability
This is a path traversal vulnerability (CWE-22) that results from the improper limitation of a pathname to a restricted directory. The attack is unauthenticated and triggered by user interaction, such as opening a maliciously crafted file.
Business impact
The ability to traverse directories allows an attacker to access or modify files outside of the intended application scope. With a CVSS score of 8.1, the potential for high impact on system integrity and availability is significant, as successful exploitation could lead to arbitrary file writes or execution of malicious code depending on the system configuration.
Remediation
Immediate Action: Update the Notepad++ installation to version 8.9.7 or later.
Proactive Monitoring: Monitor system logs for attempts to access unexpected directories or unusual file modification patterns within the application's working directory.
Compensating Controls: Ensure the application runs with the least privilege necessary to limit the potential impact of any successful file system traversal.
Exploitation status
Public Exploit Available: No confirmed public exploit available.
Analyst recommendation
Given the high severity score and the nature of path traversal vulnerabilities, upgrading to version 8.9.7 is critical. All users should verify their current version and apply the patch to prevent potential unauthorized access to their file systems.