Notepad++ v8.8.3 was reported as having a DLL hijacking issue in which an attacker can place a malicious DLL that is loaded instead of the intended library, resulting in execution of attacker-controlled code. The available content characterizes this as a DLL search order / sideloading condition. However, the CVE is explicitly disputed by multiple parties because the behavior reportedly occurs only when the user installs Notepad++ into a directory tree that is writable by arbitrary unprivileged users. Based on the provided information, the issue is best described as a disputed uncontrolled search path / DLL loading weakness dependent on an insecure installation location rather than a universally exploitable flaw in default deployment.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.
This repository demonstrates a DLL hijacking vulnerability in Notepad++ v8.8.3, specifically targeting the NppExport plugin DLL (NppExport.dll). The exploit consists of a proof-of-concept C source file (poc.c) that builds a malicious DLL. This DLL forwards all required exports to the original DLL (original-NppExport.dll) but also executes arbitrary code (in this case, displaying a message box) when loaded by Notepad++. The README provides detailed instructions on replacing the legitimate DLL with the malicious one to achieve code execution when Notepad++ is launched. The attack vector is local, requiring the attacker to have the ability to replace files on the target system. The repository contains two files: a README with exploitation instructions and a C source file for the malicious DLL payload.
41 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A disputed NVD entry related to Notepad++ plugin DLL loading behavior; the content says CERT-UA does not rely on it and mentions it only for easier information lookup.
A referenced example of a DLL side-loading / uncontrolled search path issue in a Windows application, cited to illustrate that this class of behavior is common across many Windows apps.
A DLL side-loading / uncontrolled search path issue referenced as a comparison point for similar Windows application behavior.
A vulnerability in Notepad++, listed as a trending CVE for the week. No further details provided.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.