CVE-2026-57233
Received Received - Intake

WinGup ZIP Path Traversal in Notepad++

Vulnerability report for CVE-2026-57233, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: GitHub, Inc.

Description

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, the WinGup decompress function joins untrusted ZIP entry names to unzipDestTo without canonical containment validation, allowing an entry such as ../mimeTools/mimeTools.dll to overwrite a DLL in a sibling plugin directory and execute attacker-controlled code when Notepad++ next loads that plugin. This issue is fixed in version 8.9.7.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-18
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
notepad++ notepad++ to 8.9.7 (exc)
notepad++ notepad++ 8.9.7

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-57233 is a path traversal vulnerability in Notepad++'s WinGup plugin extraction function. It allows attackers to craft malicious ZIP files with path traversal sequences in filenames, such as ../mimeTools/mimeTools.dll. When extracted, these sequences overwrite DLLs in sibling plugin directories. If Notepad++ loads the overwritten DLL, attacker-controlled code executes within the Notepad++ process.

Detection Guidance

Check Notepad++ version with 'notepad++ --version' or via Help > About. If version is below 8.9.7, the system is vulnerable. Inspect plugin directories for unexpected DLL modifications or new files with suspicious names like ../mimeTools/mimeTools.dll.

Impact Analysis

This vulnerability allows attackers to execute arbitrary code on your system with the privileges of the Notepad++ process. If Notepad++ runs as administrator, the attacker gains elevated privileges. Successful exploitation requires user interaction, such as opening a malicious plugin package.

Compliance Impact

This vulnerability could potentially violate compliance with GDPR or HIPAA if it leads to unauthorized access or modification of sensitive data. Since the flaw allows arbitrary code execution within the Notepad++ process, an attacker could gain control over the application and access or alter files containing personal or health data, depending on the system's configuration and the data processed by Notepad++.

Mitigation Strategies

Upgrade Notepad++ to version 8.9.7 or later. Avoid opening untrusted plugin packages or ZIP files. Review plugin directories for unauthorized file changes. If compromised, remove malicious DLLs and restore from clean backups.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57233. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart