CVE-2026-54758 PUBLISHED

Notepad++: Stack Buffer Overflow in expandNppEnvironmentStrs

Assigner: GitHub_M
Reserved: 15.06.2026 Published: 17.08.2026 Updated: 17.08.2026

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, the expandNppEnvironmentStrs function in PowerEditor/src/WinControls/StaticDialog/RunDlg/RunDlg.cpp copies a Notepad++ variable name between $( and ) into the fixed-size wchar_t str[MAX_PATH] stack buffer without bounding the m loop index, allowing a name of 260 or more characters to corrupt adjacent stack data, terminate the process through __report_gsfailure, and potentially execute code. This issue is fixed in version 8.9.7.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CVSS Score: 7.8

Product Status

Vendor notepad-plus-plus
Product notepad-plus-plus
Versions
  • Version < 8.9.7 is affected

References

Problem Types

  • CWE-121: Stack-based Buffer Overflow CWE
  • CWE-787: Out-of-bounds Write CWE