๐Ÿ” CVE Alert

CVE-2026-52885

UNKNOWN 0.0

Notepad++ TOCTOU: HMAC Checks Disk, Executes from Memory

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Notepad++ is a free and open-source source code editor. Prior to 8.9.6.4, NppCommands.cpp checks the HMAC of the on-disk shortcuts.xml at the moment a user command fires (Time-of-Check). However, the command payload is taken from the in-memory _userCommands vector, which is populated at application startup and never re-synchronized with the on-disk file (Time-of-Use). Swapping shortcuts.xml between startup and command execution causes the HMAC check to validate a clean file while a malicious command runs. An attacker with write access to shortcuts.xml places a malicious version on disk before launch, then immediately restores the legitimate file. The HMAC check at execution time validates the restored legitimate file (check passes), while the malicious payload executes from memory. This vulnerability is fixed in 8.9.6.4.

CWE CWE-367
Vendor notepad-plus-plus
Product notepad-plus-plus
Published Jun 26, 2026
Stay Ahead of the Next One

Get instant alerts for notepad-plus-plus notepad-plus-plus

Be the first to know when new unknown vulnerabilities affecting notepad-plus-plus notepad-plus-plus are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

notepad-plus-plus / notepad-plus-plus
< 8.9.6.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/notepad-plus-plus/notepad-plus-plus/security/advisories/GHSA-qm4c-qg8p-qfcr github.com: https://github.com/notepad-plus-plus/notepad-plus-plus/commit/4f7563c7c7f8ffa0d795ec86a7777067c7d644b5