De kaping van Notepad++-updates: wat de zes maanden durende inbreuk ons ​​leert over het vertrouwen in updaters.

Notepad++ meldt dat het updateverkeer in 2025 maandenlang werd gekaapt, waarbij aanvallers sommige gebruikers onderschepten en selectief omleidden naar kwaadaardige infrastructuur. BleepingComputer meldt dat de inbreuk begon in juni 2025 en eindigde op 2 december, nadat de hostingprovider de inbreuk had ontdekt en de toegang had geblokkeerd.

Het incident is een nuttige herinnering dat "downloaden via HTTPS" geen volledig beveiligingsverhaal is. Updatesystemen vereisen sterke, end-to-end verificatie, omdat de infrastructuur die je vertrouwt, juist het onderdeel kan zijn dat gecompromitteerd wordt.

Wat de aanvallers hebben uitgebuit

BleepingComputer beschrijft een tekortkoming in de verificatie van updates in oudere versies van Notepad++, waardoor aanvallers gemanipuleerde updatemanifesten kunnen verspreiden en downloads kunnen omleiden.

De campagne was naar verluidt gericht en selectief, wat consistent is met een actor die meer waarde hecht aan toegang tot specifieke doelgroepen dan aan massadistributie.

De timing is belangrijk:

  • Eerste compromis in juni 2025
  • Tijdelijke storing begin september na kernel-/firmware-updates
  • Toegang via gestolen interne inloggegevens bleef mogelijk tot 2 december.

Die stap "de inloggegevens hebben de herstelprocedure overleefd" is een klassieke fout in de incidentrespons: het patchen van de server is niet voldoende als de aanvaller de sleutels al in handen heeft.

Wat Notepad++ veranderde na het incident

BleepingComputer meldt dat Notepad++ klanten heeft gemigreerd naar een nieuwe hostingprovider, inloggegevens heeft vernieuwd en de verificatie heeft verbeterd.

Vanaf versie 8.8.9 ondersteunt WinGUP:

  • Controleert de certificaten en handtekeningen van de installateurs.
  • Maakt gebruik van cryptografisch ondertekende update-XML.

Het project is tevens van plan om in versie 8.9.2 verplichte verificatie van certificaatondertekeningen in te voeren.

Die progressie – optionele controles → strengere controles → verplichte controles – is precies hoe softwaredistributie in de loop der tijd veiliger zou moeten worden.

Het malware-aspect: Chrysalis en toeschrijving

BleepingComputer verwijst naar onderzoek van Rapid7 waarin een verwante campagne wordt toegeschreven aan een Chinese APT-groep genaamd Lotus Blossom (ook bekend onder andere aliassen) en een aangepaste backdoor van Rapid7 genaamd "Chrysalis".

Bij gerichte aanvallen op de toeleveringsketen is de malware vaak op maat gemaakt. Daarom is de belangrijkste verdediging niet "deze specifieke malware detecteren", maar "het moeilijk maken om ongeautoriseerde malware via de updater te verspreiden".

Wat organisaties anders zouden moeten doen

Als u software beheert in een bedrijfsomgeving, wijst dit incident op een aantal standaard beveiligingsmaatregelen:

  1. Vermijd automatische updates voor consumenten.op kritieke systemen waar mogelijk.
  2. Gebruik beheerde softwaredistributie.(ondertekende pakketten in interne repositories, Intune/SCCM, enz.).
  3. Handtekeningen vastzetten en verifiërenvoor installatieprogramma's en updates.
  4. Monitor "updatepaden"Als kritieke infrastructuur: DNS, TLS-inspectiebeleid, proxygedrag en uitvoeringsketens van eindpunten.

Als individuele gebruiker zijn de praktische stappen eenvoudiger:

  • Update naar een recente versie van Notepad++ via de officiële website.
  • Wees wantrouwig ten opzichte van updateprompts die er niet uitzien als de normale installatieprompt.
  • Vermijd 'download nu'-advertenties in zoekresultaten die officiële pagina's nabootsen.

Kortom

De zes maanden durende hack van Notepad++-updates ging niet over één enkele bug, maar over vertrouwensgrenzen. Als een aanvaller het manifest kan wijzigen of als de handtekeningcontroles zwak zijn, worden "updates" in feite een manier om code op afstand uit te voeren. De oplossing is end-to-end verificatie die niet te omzeilen is, zelfs niet als de hostingprovider wordt gehackt.


Bronnen

Document Title
Notepad++ update hijack: what the six-month breach teaches about updater trust
BleepingComputer reports Notepad++ update traffic was hijacked in 2025, with selective redirects to malicious servers and later attribution to a Chinese state-linked actor. Here’s what failed, what was fixed, and how orgs can harden software distribution.
Title Attribute
oEmbed (JSON)
oEmbed (XML)
JSON
View all posts by Admin
Microsoft says a Windows update bug can prevent shutdown—what’s affected and the workaround
The Arctic is getting louder and narwhals are getting quieter: why underwater noise matters
Page Content
Notepad++ update hijack: what the six-month breach teaches about updater trust
Nature
Climate
/
Technology
/ By
Admin
Notepad++ says its update traffic was hijacked for months in 2025, with attackers intercepting and selectively redirecting some users to malicious infrastructure. BleepingComputer reports the compromise began in June 2025 and ended on December 2, after the hosting provider detected the breach and cut off access.
The incident is a useful reminder that “download over HTTPS” is not a complete security story. Update systems need strong, end-to-end verification—because the infrastructure you trust can be the thing that gets compromised.
What the attackers exploited
BleepingComputer describes a gap in update verification controls in older Notepad++ versions, enabling attackers to serve tampered update manifests and redirect downloads.
The campaign was reportedly narrow and selective, consistent with an actor that cares more about access to specific targets than mass distribution.
The timeline matters:
Initial compromise in June 2025
Temporary disruption in early September after kernel/firmware updates
Continued access via stolen internal credentials until December 2
That “credentials survived remediation” step is a classic incident-response failure: patching the server isn’t enough if the attacker already has keys.
What Notepad++ changed after the incident
BleepingComputer reports Notepad++ migrated clients to a new hosting provider, rotated credentials, and improved verification.
Starting with version 8.8.9, WinGUP:
Verifies installer certificates and signatures
Uses cryptographically signed update XML
The project also plans to enforce mandatory certificate signature verification in version 8.9.2.
That progression—optional checks → stronger checks → mandatory checks—is exactly how software distribution should harden over time.
The malware angle: Chrysalis and attribution
BleepingComputer references Rapid7 research attributing a related campaign to a Chinese APT group known as Lotus Blossom (also described with other aliases) and a custom backdoor Rapid7 named “Chrysalis.”
In targeted supply-chain incidents, the payload is often bespoke. That’s why the key defense is not “detect this exact malware,” but “make it hard to deliver any unauthorized payload through the updater.”
What organizations should do differently
If you manage software in an enterprise environment, this incident points to a few defensive defaults:
Avoid consumer auto-updaters
on critical systems where possible.
Use managed software distribution
(signed packages in internal repos, Intune/SCCM, etc.).
Pin and verify signatures
for installers and updates.
Monitor “update paths”
as critical infrastructure: DNS, TLS inspection policies, proxy behavior, and endpoint execution chains.
If you’re an individual user, the practical steps are simpler:
Update to a current Notepad++ version from the official site
Be suspicious of update prompts that don’t look like the normal installer
Avoid “download now” ads in search results that mimic official pages
Bottom line
Notepad++’s six-month update hijack wasn’t about a single bug—it was about trust boundaries. If an attacker can alter the manifest or the signature checks are weak, “updates” become remote code execution by design. The fix is end-to-end verification you can’t bypass, even when the hosting provider gets owned.
Sources
https://www.bleepingcomputer.com/news/security/notepad-plus-plus-update-feature-hijacked-by-chinese-state-hackers-for-months/
https://notepad-plus-plus.org/news/hijacked-incident-info-update/
https://www.rapid7.com/blog/post/tr-chrysalis-backdoor-dive-into-lotus-blossoms-toolkit/
Previous Post
Next Post
oEmbed (JSON)
oEmbed (XML)
JSON
View all posts by Admin
Microsoft says a Windows update bug can prevent shutdown—what’s affected and the workaround
The Arctic is getting louder and narwhals are getting quieter: why underwater noise matters
BleepingComputer reports Notepad++ update traffic was hijacked in 2025, with selective redirects to malicious servers and later attribution to a Chinese state-linked actor. Here’s what failed, what was fixed, and how orgs can harden software distribution.
Document Title
Page not found - Florin.blog
Image Alt
Florin.blog
Title Attribute
Florin.blog » Feed
RSD
Skip to content
Placeholder Attribute
Search...
Page Content
Page not found - Florin.blog
Skip to content
Home
Blog
Garden Decor
Indoor
Main Menu
This page doesn't seem to exist.
It looks like the link pointing here was faulty. Maybe try searching?
Search for:
Search
Quick Links
Outdoors
About
Contact
Explore
Bestsellers
Hot deals
Best of The Year
Featured
Gift Cards
Help
Privacy Policy
Disclaimer
: As an Amazon Associate, we earn from qualifying purchases — at no extra cost to you.
Florin.blog
Florin.blog » Feed
RSD
Search...
e Nederlands