Nation-State Actors Exploit Notepad++ Supply Chain#1885
Merged
carlospolop merged 1 commit intomasterfrom Feb 12, 2026
Merged
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://unit42.paloaltonetworks.com/notepad-infrastructure-compromise/ Content Categories: Based on the analysis, this content was categorized under "Pentesting Web / Supply Chain (new subsection) or Windows Local Privilege Escalation -> Dll Hijacking (add: signed-binary DLL sideloading via trojanized installers/update mechanisms) and/or Generic Hacking -> Supply-chain update hijacking (updater manifest/signature validation pitfalls, XMLDSig, certificate+signature enforcement)". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
Collaborator
Author
|
merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Title / publication
Blog post: “Nation-State Actors Exploit Notepad++ Supply Chain” (Unit 42). Published February 11, 2026.
What happened (timeline + scope)
Between June–December 2025, attackers compromised the official Notepad++ hosting/update infrastructure by breaching a shared hosting provider. Unit 42 observed related activity mainly from mid‑August to November 2025.
The compromise enabled an infrastructure...
🔧 Technical Details
Supply-chain update hijack via weak update verification: When an application’s updater does not strictly validate update metadata and the authenticity of the downloaded installer (certificate + signature), an attacker who can tamper with update-server responses (e.g., via hosting/CDN/DNS/network interception) can serve a malicious manifest that redirects selected clients to attacker-controlled download URLs. The victim then downloads and executes a trojanized installer (here, an NSIS
update.exe), resulting in direct endpoint code execution.Bring-your-own signed binary + DLL sideloading for stealth execution: Bundle a legitimate signed executable that will attempt to load a DLL by name, then place a malicious DLL with that expected name (e.g.,
log.dll) in the executable’s DLL search path. When the signed executable runs (here, BitdefenderBluetoothService.exe), Windows’ DLL search order causes it to load the attacker’s DLL, ...🤖 Agent Actions
Summary:
Tests:
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.