Notepad++ users urged to update immediately after hackers hijack the app's updater

Daniel Sims

Posts: 2,416   +73
Staff
PSA: Notepad++ users who haven't yet updated to version 8.8.9 or later should manually download the latest installer as soon as possible. Following reports of malicious activity, a December 2025 update strengthens the security of the app's automatic updater. Users who suspect their systems may have been targeted should also review gup.exe, the updater component, for any unusual or suspicious behavior.

The developers of Notepad++ recently discovered an actively exploited vulnerability that enabled hackers to hijack the popular editor's automatic updater. Version 8.8.9 addresses the issue, but users should avoid relying on the updater in earlier releases and instead download the latest installer directly from the Notepad++ website or from TechSpot's download section.

According to cybersecurity researcher Kevin Beaumont, a few organizations recently suffered security breaches originating from Notepad++ after updating the app. The developers eventually discovered a flaw that allowed threat actors to redirect traffic from the app's updater to malicious servers to install a compromised version.

Notepad++ uses an update process called WinGUP, which retrieves a file from the developer's website containing the URL for the new version. Because traffic to the Notepad++ website is relatively low, determined attackers can intercept it and alter the update file's URL with a low chance of detection. The attacks appear to target specific organizations in Asian countries.

Although Notepad++ developers are still investigating the issue, version 8.8.9 mitigates it by forcing the update URL to GitHub, which handles significantly more traffic and is therefore harder to compromise. Additionally, versions 8.8.7 and later use a legitimate GlobalSign certificate for their binaries, so installing the Notepad++ root certificate is no longer necessary. Users who previously installed the root certificate should remove it.

Notepad++ has long been a favorite among developers and power users by sticking to a formula of lightweight design that doesn't bury users under bloat. The open-source app delivers far more than its minimalist footprint suggests, with syntax highlighting for dozens of languages, tabbed editing, drag-and-drop support, zoom controls, bookmarks, and a plugin ecosystem.

Sublime Text is another powerful editor, but it's a paid product with a . Visual Studio Code, meanwhile, is also free and open-source but considerably heavier – an excellent editor, but not one known for staying out of your way.

Notepad++ has no direct connection to Windows' built-in text editor, which until recently had remained a largely static barebones tool. Microsoft has started to roll out a wave of upgrades to it including tabs, text formatting, autocorrect, Markdown support, and even tables. Microsoft has also woven in Copilot AI features, such as automatic rewriting, a move that hasn't sat well with everyone, as it drifts away from the simplicity that made the app appealing.

Permalink to story:

 
This app's been a mess ever since they changed the way plugins are deployed, making it impossible to deploy plugins centrally.

And the dev isn't very helpful either.

I loved Notepad++, but after this I've made the switch and been a VS Code user ever since.
 
I am surprised there are not even more incidents like this where update functions compromise applications.

I definitely use NP++ a lot, along with plugins like:

- ComparePlus - compare two text files inside NP++
- Virtual Folders - newer plugin that adds a tree/folder structure on the left side
 
What a total disaster for a good, free, app. I will uninstall it later…probably won’t reinstall.
 
It's a NOTHING BURGER, just update to the newest from their site (if you are on older version the updater wont download it).
 
That is why I dont rely on sketchy updater patchwork to update my Windows programs. Most apps dont have an updater. Those that have are all different and function in entirely different ways. Microsoft has somewhat standardized app update delivery via various commandline tools from a centralized repo like on Linux. This has been great, but too many programs remain that are still standalone in every way. And dont even get me started on backing up program data on Windows. It's a nightmare.
 
I am surprised there are not even more incidents like this where update functions compromise applications.

I definitely use NP++ a lot, along with plugins like:

- ComparePlus - compare two text files inside NP++
- Virtual Folders - newer plugin that adds a tree/folder structure on the left side
The other week, SmartTube had its update method compromised. I use both apps. I cant wait to hear about the next one.
 
That is why I dont rely on sketchy updater patchwork to update my Windows programs. Most apps dont have an updater. Those that have are all different and function in entirely different ways. Microsoft has somewhat standardized app update delivery via various commandline tools from a centralized repo like on Linux. This has been great, but too many programs remain that are still standalone in every way. And dont even get me started on backing up program data on Windows. It's a nightmare.
Yeah, I used winget to update Notepad++ after hearing about this vulnerability. On the bright side the developer is going to pay more attention to security for a while.
 
Many of us have mostly turned off auto-update on programs, then regularly manually check for updates. I use a non-MS firewall to alert me when something tries to phone home for anything. And you know what? Most stuff still works great.

Yes, there are some pretty good programs I don't use if they can't accept that and insist on getting online for their own reasons. I wish even more people would do this to put pressure on developers to not build constant Internet connections into their software if it is not necessary.
 
Back