All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

CVE-2026-48800 Bypass: Path Traversal Vulnerability Discovered in Notepad++ v8.9.6.1

By

ringzeropirate

4h ago· 3 min readenCode

Summary

A security vulnerability (CVE-2026-48800 bypass) has been discovered in Notepad++ v8.9.6.1, the latest patched version. The vulnerability involves a path traversal and improper link resolution issue (CWE-42/CWE-59) that allows arbitrary code execution without user confirmation. The patch added isInTrustedDirectory() validation in Command::run() before calling ShellExecute(), but this validation does not properly prevent bypasses, leaving the software vulnerable to high-severity attacks (CVSS 7.8).

Key quotes

· 3 pulled
The CVE-2026-48800 patch adds isInTrustedDirectory() validation in Command::run() (RunDlg.cpp) before calling ShellExecute().
This function checks whether the resolved executable path is under a trusted directory.
The vulnerability: isInTrustedDirectory() does NO
Snippet from the RSS feed
## Vulnerability Summary **Product**: Notepad++ v8.9.6.1 (latest patched version) **Type**: CWE-42 (Path Traversal) / CWE-59 (Improper Link Resolution) **Impact**: Arbitrary Code Execution...

You might also wanna read