Back to overview

CVE-2026-52884

HIGH
7.8
CVSS 3.1
Description
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.

Metadata

CVE ID
CVE-2026-52884
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-08 21:44 UTC
Published
2026-06-26 20:11 UTC
Last updated
2026-06-26 20:11 UTC
Primary CWE
CWE-42
CWE-42: Path Equivalence: 'filename.' (Trailing Dot)
Vendor / Product
notepad-plus-plus / notepad-plus-plus
Sources
cve.org  ·  NVD

Severity & Metrics

7.8 HIGH CVSS 3.1
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Affected products (1)
VendorProductPlatformVersions
notepad-plus-plus notepad-plus-plus = 8.9.6.1
Weakness (CWE)
CWESourceDescription
CWE-42 cna CWE-42: Path Equivalence: 'filename.' (Trailing Dot)
CVSS scores (1)
ScoreSeverityVersionSourceVector
7.8 HIGH 3.1 cna CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
References (2)
Back to overview