All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-52886
MEDIUMpublished 2026-08-17 20:16 UTC · 13 hours ago
5.1
CVSS / 10
// description
Notepad++ is a free and open-source source code editor. Prior to 8.9.7, Notepad++ validates the backupFilePath attribute from session.xml with std::wstring::starts_with against the expected backup directory without path normalization, allowing parent-directory sequences during snapshot-mode restoration to read an arbitrary user-readable file outside the backup directory into an editor tab. This issue is fixed in version 8.9.7.
// weaknesses (CWE)
- CWE-22