Notepad3 through 6.25.822.1 contains a DLL search-order hijacking vulnerability in the About-dialog code path in src/Notepad3.c. The application calls LoadLibrary(L"MSFTEDIT.DLL") with a bare DLL name, which allows a local attacker to place a malicious MSFTEDIT.DLL in the application directory or another preferred DLL search location and achieve arbitrary code execution in the context of the user when the About dialog is opened.
References
| Link | Resource |
|---|---|
| https://github.com/rizonesoft/Notepad3 | Product |
| https://github.com/rizonesoft/Notepad3/issues/5605 | Exploit Issue Tracking |
| https://github.com/rizonesoft/Notepad3/pull/5606 | Issue Tracking Patch |
| https://github.com/rizonesoft/Notepad3/issues/5605 | Exploit Issue Tracking |
Configurations
History
No history.
Information
Published : 2026-07-02 21:16
Updated : 2026-07-08 18:49
NVD link : CVE-2026-38972
Mitre link : CVE-2026-38972
CVE.ORG link : CVE-2026-38972
JSON object : View
Products Affected
rizonesoft
- notepad3
CWE
CWE-427
Uncontrolled Search Path Element
