PatchSiren cyber security CVE debrief
CVE-2026-57233 notepad-plus-plus CVE debrief
A vulnerability in Notepad++ prior to version 8.9.7 allows for code execution when loading a malicious plugin. The issue arises from the WinGup decompress function not properly validating ZIP entry names, which can lead to overwriting DLL files in sibling plugin directories. This vulnerability can be exploited by attackers to execute arbitrary code, potentially leading to system compromise. Users of Notepad++ should assess their exposure and upgrade to the latest version to mitigate this risk.
- Vendor
- notepad-plus-plus
- Product
- Unknown
- CVSS
- HIGH 8.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-17
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-17
- Advisory updated
- 2026-09-09
Who should care
Users of Notepad++ prior to version 8.9.7, particularly those who load plugins from untrusted sources, should assess their exposure and upgrade to the latest version. Additionally, security teams and vulnerability management teams should review the vulnerability and implement additional security measures for plugin management. IT teams responsible for managing Notepad++ deployments should also be aware of this vulnerability and take necessary actions tomit
Why it matters
This vulnerability in Notepad++ allows for potential code execution when loading a malicious plugin, particularly in scenarios where plugins are loaded from untrusted sources. Users should upgrade to version 8.9.7 or later and implement additional security measures for plugin management.
- Potential code execution via malicious plugin loading
- Elevation of privileges through DLL overwriting
- Increased risk for users loading plugins from untrusted sources
Technical summary
The WinGup decompress function in Notepad++ prior to 8.9.7 does not properly validate ZIP entry names, allowing for potential code execution when loading a malicious plugin. This vulnerability can be exploited by attackers to execute arbitrary code, potentially leading to system compromise. The vulnerability is due to a lack of canonical containment validation in the WinGup decompress function, which allows an entry such as ../mimeTools/mimeTools.dll to overwrite a DLL in a sibling plugin directory. Users should upgrade to version 8.9.7 or later to mitigate this risk.
Defensive priority
High
Recommended defensive actions
- Upgrade Notepad++ to version 8.9.7 or later
- Review and validate plugin sources before loading
- Implement additional security measures for plugin management
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its CVSS score of 8.1 and severity of HIGH. The issue is fixed in Notepad++ version 8.9.7. There is no evidence of in-the-wild exploitation, but users should implement additional security measures for plugin management. The vulnerability was publicly disclosed on 2026-08-17T20:16:44.453Z.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-57233 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-57233
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-57233 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-57233
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/notepad-plus-plus/notepad-plus-plus/releases/tag/v8.9.7
-
Source reference
Unverified legacy reference
URL: https://github.com/notepad-plus-plus/notepad-plus-plus/security/advisories/GHSA-hjxw-84rf-wg5r
-
Source reference
Unverified legacy reference
URL: https://github.com/notepad-plus-plus/wingup/commit/7670296a5c7fdec624e0a45dbde51059a7d735a8
-
Source reference
Unverified legacy reference
URL: https://github.com/notepad-plus-plus/wingup/pull/106
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.