Notepad++ Hijacked by State-Sponsored Hackers - Notepad plus plus just got fuckin' RAPED

  • 🏰 The Fediverse is up. If you know, you know.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
https://notepad-plus-plus.org/news/hijacked-incident-info-update/ | (A)



Following the security disclosure published in the v8.8.9 announcement
https://notepad-plus-plus.org/news/v889-released/
the investigation has continued in collaboration with external experts and with the full involvement of my (now former) shared hosting provider.
According to the analysis provided by the security experts, the attack involved infrastructure-level compromise that allowed malicious actors to intercept and redirect update traffic destined for notepad-plus-plus.org. The exact technical mechanism remains under investigation, though the compromise occured at the hosting provider level rather than through vulnerabilities in Notepad++ code itself. Traffic from certain targeted users was selectively redirected to attacker-controlled served malicious update manifests.
The incident began from June 2025. Multiple independaent security researchers have assessed that the threat acotor is likely a Chinese state-sponsored group, which would explain the highly selective targeting obseved during the campaign.
An incident-response (IR) plan was proposed by the security expert, and I facilitated direct communication between the hosting provider and the IR team. After the IR team engaged with the provider and reviewed the situation, I received the following detailed statement from the provider:
Dear Customer,<br>We want to further update you following the previous communication with us about your server compromise and further investigation with your incident response team.<br>We discovered the suspicious events in our logs, which indicate that the server (where your application https://notepad-plus-plus.org/update/getDownloadUrl.php was hosted until the 1st of December, 2025) could have been compromised.<br>As a precautionary measure, we immediately transferred all clients’ web hosting subscriptions from this server to a new server and continued our further investigation.<br>Here are the key finding points:<br>1. The shared hosting server in question was compromised until the 2nd of September, 2025. On this particular date, the server had scheduled maintenance where the kernel and firmware were updated. After this date, we could not identify any similar patterns in logs, and this indicates that bad actors have lost access to the server. We also find no evidence of similar patterns on any other shared hosting servers.<br>2. Even though the bad actors have lost access to the server from the 2nd of September, 2025, they maintained the credentials of our internal services existing on that server until the 2nd of December, which could have allowed the malicious actors to redirect some of the traffic going to https://notepad-plus-plus.org/getDownloadUrl.php to their own servers and return the updates download URL with compromised updates.<br>3. Based on our logs, we see no other clients hosted on this particular server being targeted. The bad actors specifically searched for https://notepad-plus-plus.org/ domain with the goal to intercept the traffic to your website, as they might know the then-existing Notepad++ vulnerabilities related to insufficient update verification controls.<br>4. After concluding our research, the investigated security findings were no longer observed in the web hosting systems from the 2nd of December, 2025, and onwards, as:<br>* We have fixed vulnerabilities, which could have been used to target Notepad++. In particular, we do have logs indicating that the bad actor tried to re-exploit one of the fixed vulnerabilities; however, the attempt did not succeed after the fix was implemented.<br>* We have rotated all the credentials that bad actors could have obtained until the 2nd of September, 2025.<br>* We have checked the logs for similar patterns in all web hosting servers and couldn’t find any evidence of systems being compromised, exploited in a similar way, or data breached.<br>While we have rotated all the secrets on our end, below you will find the preventive actions you should take to maximize your security. However, if below actions have been done after the 2nd of December, 2025, no actions are needed from your side.<br>* Change credentials for SSH, FTP/SFTP, and MySQL database.<br>* Review administrator accounts for your WordPress sites (if you have any), change their passwords, and remove unnecessary users.<br>* Update your WordPress sites (if you have any) plugins, themes, and core version, and turn on automatic updates, if applicable.<br>We appreciate your cooperation and understanding. Please let us know in case you have any questions.

TL;DR
According to the former hosting provider, the shared hosting server was compromised until September 2, 2025. Even after losing server access, attackers maintained credentials to internal services until December 2, 2025, which allowed them to continue redirecting Notepad++ update traffic to malicious servers. The attackers specifically targeted Notepad++ domain with the goal of exploiting insufficient update verification controls that existed in older versions of Notepad++. All remediation and security hardening were completed by the provider by December 2, 2025, successfully blocking further attacker activity.
Note on timelines: The security exper’s analysis indicates the attack ceased on November 10, 2025, while the hosting provider’s statement shows potential attacker access until December 2, 2025. Based on both assessment, I estimate the overall compromise period spanned from June through December 2, 2025, when all attacker access was definitively terminated.
I deeply apologize to all users affected by this hijacking. To address this this severe security issue, the Notepad++ website has been migrated to a new hosting provider with significantly stronger security practices. Within Notepad++ itself, WinGup (the updater) was enhanced in v8.8.9 to verify both the certificate and the signature of the downloaded installer. Additionally, the XML returned by the update server is now singed (XMLDSig), and the certificate & signature verification will be enforced starting with upcoming v8.9.2, expected in about one month.
With these changes and reinforcements, I believe the situation has been fully resolved. Fingers crossed.
 
For clarification, if you updated Notepad++ it would only occasionally connect to the compromised servers and download the Chink .exes, if you updated Notepad++ you aren't 100% pozzed but a full scan is in order.
Reading myself, it also seems it was highly targeted. If you are just some guy living in north west Arkansas or similar you weren't the target. If you work in a anti-chinese aligned entity somewhere in Asia, however, you are probably fucked.
 
Do this for every program or "app" you possibly can.
Unless something is critically broken, and you can do absolutely nothing to get around the demands to update then never update never EVER update your software
This. Git gud, scrubs.

Posted from my COBOL terminal.
 
dedicated/autistic enough to power through the learning curve. If you do, however, it can be a very powerful editor.
Bottom line: if you’re not a troon with programming socks or a salty, balding, bearded sysadmin, vim is probably not for you. Give it a shot if you like, but be warned, it’s a time sink.
im gonna try and give it shot after the autistic blog posts, I was fine with ignoring the random political sperging because most software communities have fallen victim to this but if it becomes a serious security risk i drop that shit, gonna take a shot at vim as someone who knows barely anything about coding other and only a handful of things about js, html and css. my main usecase for notepad++ is the feature to drop into a new text file, dump some notes and close without saving because it gets cached pretty nicely, havent found much good programs that do that, used to use win 7 stickys until they managed to somehow bloat it and fucking ruin it. heres hoping to more luck with vim
 
I'm just... ... ... I'm not under an NDA, but still not something to talk about.

But there devices, in special places, that specifically use Note++ for specific scipts and such and... ... ... it's nothing too serious, just, fucking laughing to myself at what a massive fucking problem this can possibly create... and some fuck heads who deserve to suffer.
 
I used to user Notepad++. I'm a long-time Vi user and I have muscle memory for many of the commands. But Notepad++ did have the advantage that I could do some visual operations that were convenient, like block highlighting (So dragging the mouse up over several lines and only highlighting parts of those lines).

However, these days there is VS Code which has that too along with the regular expression support that I needed from Vi. It also has a huge ecosystem around it.

I still use Vi sometimes because one thing nobody else has done as well is the in-terminal editing which is very convenient. I don't want to open up a new editor window when I'm in the terminal, I want to edit things in-place. Vi is the best there is at that.

But the last time I looked at Notepad++ it started blasting pro-Kiev stuff at me. VS Code can do everything it can do for me. plus a bit more. Convenient remote editing over SSH for one.

EDIT: Someone even filed an issue complaining about the politics in Notepad++ which got closed down the same day it was raised.

1770031648791.png
 
the interface is strange and nonintuitive
An understatement about Vim. Or possibly a user created shortcut.

I've used Vim for some applications for over a decade (because I like its "find" function), and I still get lost in the weeds regularly. I rely entirely on muscle memory. If I don't use it "at speed" and slow down to think about hotkeys I'm totally lost.

I recently started using Notepad++ for limited applications. I kinda like it unfortunately.
 
Lots of nigger arguments in the replies, two things are true: Notepad++ is good software (better than the niggerlicious VSCode for sure) and its creator is an extreme politisperg, to his detriment, literally nothing else commented about matters, no one cares if you use and shill vim or nano or emacs..
Thankfully this only affected pulling download urls from the program itself, because otherwise not even package managers or manual installs would have helped, the dev being cagey about the actual details of the malware is pretty piss poor shit for brains behaviour though, pretty much no address to the millions of people using the software just a "lets hope we don't get raped again tehee"
Also as of writing this post, the notepad++ site seems to be down, I suspect this is just due to a large amount of traffic following the posting of their article, but its been quite a while since it was posted, so maybe more foul play is at work.
 
I recently started using Notepad++ for limited applications. I kinda like it unfortunately.
Try gedit. It’s similar to n++, uses modern controls, and ships by default with a lot of desktop Linux distros, and the devs seem to be much less politispergy

all my niggas love nano

I’m fond of micro, which is nano but with modern os keyboard bindings and mouse support in-terminal.
 
Last edited:
Reading myself, it also seems it was highly targeted. If you are just some guy living in north west Arkansas or similar you weren't the target. If you work in a anti-chinese aligned entity somewhere in Asia, however, you are probably fucked.
I'll be flattered if the Chinese targeted me.
 
An understatement about Vim. Or possibly a user created shortcut.

I've used Vim for some applications for over a decade (because I like its "find" function), and I still get lost in the weeds regularly. I rely entirely on muscle memory. If I don't use it "at speed" and slow down to think about hotkeys I'm totally lost.

I recently started using Notepad++ for limited applications. I kinda like it unfortunately.
It's nice. Though VS Code is more capable. I also come from a long Vi background (so long that I started using actual Vi, rather than Vim!). I honestly prefer it when software companies are just after my money rather than trying to "convert" me to some particular world view.

Also, the below reaction gave me feels.
1770040641371.png
 
I used to user Notepad++. I'm a long-time Vi user and I have muscle memory for many of the commands. But Notepad++ did have the advantage that I could do some visual operations that were convenient, like block highlighting (So dragging the mouse up over several lines and only highlighting parts of those lines).

However, these days there is VS Code which has that too along with the regular expression support that I needed from Vi. It also has a huge ecosystem around it.

I still use Vi sometimes because one thing nobody else has done as well is the in-terminal editing which is very convenient. I don't want to open up a new editor window when I'm in the terminal, I want to edit things in-place. Vi is the best there is at that.

But the last time I looked at Notepad++ it started blasting pro-Kiev stuff at me. VS Code can do everything it can do for me. plus a bit more. Convenient remote editing over SSH for one.

EDIT: Someone even filed an issue complaining about the politics in Notepad++ which got closed down the same day it was raised.

View attachment 8506872
Closed by Don Ho. I wondered what he was up to.

 
For clarification, if you updated Notepad++ it would only occasionally connect to the compromised servers and download the Chink .exes, if you updated Notepad++ you aren't 100% pozzed but a full scan is in order.
Rapid7 published a paper including IoCs and filehashes for the payload. Most are already on virustotal so an AV scanner should catch it. First port of call would be to check if %appdata%/Bluetooth exists as a hidden directory.
 
Back
Top Bottom