cvedb.io
CVE-2026-52884
HIGH · CVSS 7.8
EPSS exploitation probability: 0%
Published 2026-06-26T21:16:34.797 · Last modified 2026-06-29T21:22:26.173

Summary

Notepad++ is a free and open-source source code editor. In v8.9.6.1, isInTrustedDirectory() does NOT canonicalize the path before checking. It uses a prefix-based check (PathIsPrefix() or equivalent) that matches paths starting with trusted directory strings. A path traversal using ..\..\ after a trusted directory prefix passes the check while resolving to an untrusted location. 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. This vulnerability is fixed in 8.9.6.2.

Affected products

notepad-plus-plus — notepad\+\+

Does this affect you?

Add your gear to cvedb and we'll alert you only when notepad-plus-plus ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.