Dirottamento dell'aggiornamento di Notepad++: cosa ci insegna la violazione di sei mesi sull'affidabilità dell'aggiornamento

Notepad++ afferma che il suo traffico di aggiornamento è stato dirottato per mesi nel 2025, con gli aggressori che hanno intercettato e reindirizzato selettivamente alcuni utenti verso infrastrutture dannose. BleepingComputer segnala che la compromissione è iniziata a giugno 2025 e si è conclusa il 2 dicembre, dopo che il provider di hosting ha rilevato la violazione e bloccato l'accesso.

L'incidente è un utile promemoria del fatto che "download tramite HTTPS" non è una questione di sicurezza completa. I sistemi di aggiornamento necessitano di una verifica end-to-end solida, perché l'infrastruttura di cui ti fidi può essere compromessa.

Cosa hanno sfruttato gli aggressori

BleepingComputer descrive una lacuna nei controlli di verifica degli aggiornamenti nelle vecchie versioni di Notepad++, che consente agli aggressori di fornire manifesti di aggiornamento manomessi e reindirizzare i download.

Si dice che la campagna sia stata ristretta e selettiva, in linea con un attore che si preoccupa più dell'accesso a obiettivi specifici che della distribuzione di massa.

La cronologia è importante:

  • Compromesso iniziale nel giugno 2025
  • Interruzione temporanea all'inizio di settembre dopo gli aggiornamenti del kernel/firmware
  • Accesso continuato tramite credenziali interne rubate fino al 2 dicembre

Il passaggio "credenziali sopravvissute alla correzione" è un classico fallimento della risposta agli incidenti: applicare una patch al server non è sufficiente se l'aggressore ha già le chiavi.

Cosa è cambiato in Notepad++ dopo l'incidente

BleepingComputer segnala che Notepad++ ha migrato i client a un nuovo provider di hosting, ha ruotato le credenziali e ha migliorato la verifica.

A partire dalla versione 8.8.9, WinGUP:

  • Verifica i certificati e le firme dell'installatore
  • Utilizza XML di aggiornamento firmato crittograficamente

Il progetto prevede inoltre di rendere obbligatoria la verifica della firma del certificato nella versione 8.9.2.

Questa progressione (controlli facoltativi → controlli più rigorosi → controlli obbligatori) è esattamente il modo in cui la distribuzione del software dovrebbe rafforzarsi nel tempo.

L'aspetto malware: Chrysalis e attribuzione

BleepingComputer fa riferimento alla ricerca di Rapid7 che attribuisce una campagna correlata a un gruppo APT cinese noto come Lotus Blossom (descritto anche con altri alias) e a una backdoor personalizzata Rapid7 denominata "Chrysalis".

Negli incidenti mirati alla supply chain, il payload è spesso personalizzato. Ecco perché la difesa chiave non è "rilevare esattamente questo malware", ma "rendere difficile la distribuzione di qualsiasi payload non autorizzato tramite l'updater".

Cosa dovrebbero fare diversamente le organizzazioni

Se gestisci software in un ambiente aziendale, questo incidente evidenzia alcune impostazioni difensive predefinite:

  1. Evita gli aggiornamenti automatici dei consumatorisui sistemi critici ove possibile.
  2. Utilizzare la distribuzione di software gestito(pacchetti firmati in repository interni, Intune/SCCM, ecc.).
  3. Aggiungi un pin e verifica le firmeper installatori e aggiornamenti.
  4. Monitorare i “percorsi di aggiornamento”come infrastruttura critica: DNS, policy di ispezione TLS, comportamento del proxy e catene di esecuzione degli endpoint.

Se sei un utente singolo, i passaggi pratici sono più semplici:

  • Aggiorna a una versione corrente di Notepad++ dal sito ufficiale
  • Diffidate delle richieste di aggiornamento che non assomigliano al normale programma di installazione
  • Evita gli annunci "scarica ora" nei risultati di ricerca che imitano le pagine ufficiali

In conclusione

Il dirottamento degli aggiornamenti di Notepad++ durato sei mesi non riguardava un singolo bug, ma i limiti di attendibilità. Se un aggressore riesce a modificare il manifesto o i controlli delle firme sono deboli, gli "aggiornamenti" diventano intrinsecamente un'esecuzione di codice remoto. La soluzione è una verifica end-to-end che non può essere aggirata, nemmeno quando il provider di hosting viene aggredito.


Fonti

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