Lucene search
+L

702 matches found

ATTACKERKB
ATTACKERKB
added 2026/08/17 8:10 p.m.40 views

CVE-2026-57233

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...

8.1CVSS5.5AI score0.00544EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/17 8:10 p.m.45 views

CVE-2026-57233 Notepad++: Path Traversal (Zip Slip) in WinGup Plugin Extraction

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...

8.1CVSS5.6AI score
SaveExploits0References6
CVE
CVE
added 2026/08/17 8:10 p.m.126 views

CVE-2026-57233

In Notepad++ prior to 8.9.7, the WinGup decompress function joins untrusted ZIP entry names to the extraction destination without canonical containment validation, enabling a Zip Slip attack. A crafted entry like ../mimeTools/mimeTools.dll overwrites a sibling plugin DLL, achieving arbitrary code...

8.1CVSS5.5AI score0.00544EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/17 8:09 p.m.163 views

CVE-2026-52886

Notepad++ versions before 8.9.7 use std::wstring::starts_with to validate the backupFilePath attribute in session.xml during snapshot-mode restoration without path normalization, allowing .. sequences to read arbitrary user-readable files outside the backup directory into an editor tab. CVSS 5.1 ...

5.1CVSS5.5AI score0.00238EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/17 8:09 p.m.52 views

CVE-2026-52886 Notepad++: session.xml backupFilePath starts_with Bypass

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, Notepad++ validates the backupFilePath attribute from session.xml with std::wstring::startswith against the expected backup directory without path normalization, allowing parent-directory sequences during snapshot-mode...

5.1CVSS0.00238EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/17 8:09 p.m.40 views

CVE-2026-52886

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, Notepad++ validates the backupFilePath attribute from session.xml with std::wstring::startswith against the expected backup directory without path normalization, allowing parent-directory sequences during snapshot-mode...

5.1CVSS5.5AI score0.00238EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/17 8:09 p.m.11 views

CVE-2026-52886 Notepad++: session.xml backupFilePath starts_with Bypass

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, Notepad++ validates the backupFilePath attribute from session.xml with std::wstring::startswith against the expected backup directory without path normalization, allowing parent-directory sequences during snapshot-mode...

5.1CVSS5.7AI score
SaveExploits0References5
CVE
CVE
added 2026/08/17 8:08 p.m.63 views

CVE-2026-71858

Notepad++ prior to 8.9.7 is vulnerable to an HMAC bypass in its macro system. Macros loaded from an attacker-controlled shortcuts.xml bypass the HMAC validation normally applied to UserDefinedCommands, allowing invocation of Scintilla actions and the internal Open in Default Viewer command within...

5.4CVSS5.7AI score0.00139EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 8:08 p.m.29 views

CVE-2026-71858 Notepad++: shortcuts.xml Macro HMAC Bypass Enables Conditional Elevated Command Execution

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, macros loaded from an attacker-controlled shortcuts.xml bypass the HMAC validation applied to UserDefinedCommands and can invoke Scintilla actions and the internal Open in Default Viewer command in an elevated Notepad++...

5.4CVSS5.8AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/17 8:08 p.m.37 views

CVE-2026-71858

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, macros loaded from an attacker-controlled shortcuts.xml bypass the HMAC validation applied to UserDefinedCommands and can invoke Scintilla actions and the internal Open in Default Viewer command in an elevated Notepad++...

5.4CVSS5.6AI score0.00139EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/17 8:08 p.m.43 views

CVE-2026-71858 Notepad++: shortcuts.xml Macro HMAC Bypass Enables Conditional Elevated Command Execution

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, macros loaded from an attacker-controlled shortcuts.xml bypass the HMAC validation applied to UserDefinedCommands and can invoke Scintilla actions and the internal Open in Default Viewer command in an elevated Notepad++...

5.4CVSS0.00139EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/17 8:05 p.m.11 views

EUVD-2026-60372

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 wchart strMAXPATH stack buffer without bounding the m loop...

7.8CVSS5.8AI score0.00194EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/17 8:05 p.m.141 views

CVE-2026-54758

Notepad++ prior to 8.9.7 contains a stack buffer overflow in the expandNppEnvironmentStrs function (RunDlg.cpp). The function copies a variable name between $( ) into a fixed-size wchar_t str[MAX_PATH] buffer without bounding the loop index, so a name of 260 or more characters can corrupt adjacen...

7.8CVSS5.8AI score0.00194EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 8:05 p.m.8 views

CVE-2026-54758 Notepad++: Stack Buffer Overflow in expandNppEnvironmentStrs

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 wchart strMAXPATH stack buffer without bounding the m loop...

7.8CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/17 8:05 p.m.57 views

CVE-2026-54758 Notepad++: Stack Buffer Overflow in expandNppEnvironmentStrs

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 wchart strMAXPATH stack buffer without bounding the m loop...

7.8CVSS0.00194EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/17 8:05 p.m.37 views

CVE-2026-54758

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 wchart strMAXPATH stack buffer without bounding the m loop...

7.8CVSS5.8AI score0.00194EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2026/08/11 11:18 p.m.19 views

CVE-2026-73250

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, the Notepad++ Windows 11 x64 and ARM64 installer passes the attacker-influenced installation directory $INSTDIR from PowerEditor/installer/nppSetup.nsi into a PowerShell -Command string used by RegisterMSIX to invoke...

5.4CVSS0.00129EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/11 10:04 p.m.41 views

CVE-2026-73250 Notepad++: Install-time PowerShell command injection through installation path

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, the Notepad++ Windows 11 x64 and ARM64 installer passes the attacker-influenced installation directory $INSTDIR from PowerEditor/installer/nppSetup.nsi into a PowerShell -Command string used by RegisterMSIX to invoke...

5.4CVSS0.00129EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/11 10:04 p.m.13 views

EUVD-2026-57017

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, the Notepad++ Windows 11 x64 and ARM64 installer passes the attacker-influenced installation directory $INSTDIR from PowerEditor/installer/nppSetup.nsi into a PowerShell -Command string used by RegisterMSIX to invoke...

5.4CVSS5.5AI score0.00129EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/11 10:04 p.m.17 views

CVE-2026-73250

Notepad++ is a free and open-source source code editor. Prior to 8.9.7, the Notepad++ Windows 11 x64 and ARM64 installer passes the attacker-influenced installation directory $INSTDIR from PowerEditor/installer/nppSetup.nsi into a PowerShell -Command string used by RegisterMSIX to invoke...

5.4CVSS5.4AI score0.00129EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder