What happened with the PaperCut vulnerabilities?
CVE-2026-81578 (CVSS 8.8) is an improper access control flaw in the PaperCut NG/MF web management interface — it lets an unauthenticated attacker edit system configuration without logging in. CVE-2026-82078 (CVSS 9.4) is an unsafe dynamic class-loading flaw in PaperCut’s database connection utilities, which can be abused to run arbitrary Java bytecode. Chained together, the two let an attacker with no credentials at all reach remote code execution on the PaperCut Application Server (Help Net Security).
Every version of PaperCut NG and PaperCut MF prior to the August 27, 2026 fix is affected. PaperCut shipped emergency patches for the NG/MF 24, 25, and 26 branches on Windows, Linux, and macOS the same day (PaperCut security bulletin). Huntress reported detecting exploitation of both flaws in two customer environments as of August 27 — this wasn’t a theoretical disclosure, it was already live.
Why did the first patch need a second patch the next day?
Here’s the part that separates this from a routine “patch now” advisory. PaperCut’s first emergency release didn’t fully close the door: researchers at watchTowr and Huntress, working with PaperCut, found ways to route around it. That forced a second emergency release — Emergency Patch Release 2 — on August 28, less than 24 hours later (BleepingComputer).
That matters for anyone who patched on the 27th and considered it done. A patch that ships under active-exploitation pressure, gets reverse-engineered within a day, and needs a follow-up fix is a sign the vendor and researchers are still racing attackers in real time — not a sign the story is over. If your update predates August 28, it’s the wrong version.
For the site owner (plain English)
PaperCut NG/MF isn’t a cloud service someone else runs for you — it’s software a business, school, or IT contractor installs on its own server to manage office or classroom printing. If that describes you, this is squarely your problem to fix, in this order:
- Confirm you’re on Emergency Patch Release 2, not the August 27 patch that was already bypassed once.
- Check whether the PaperCut web management interface is reachable from the internet. It typically runs on port 9191 (or 9192 for HTTPS), and a lot of print servers were set up once by a vendor years ago with that port left open for “convenience,” with nobody revisiting the decision since.
- If it’s been exposed and unpatched at any point since August 27, assume it may have been touched and have someone check for unexpected admin accounts or configuration changes (see the FAQ).
None of this is really about a printer. It’s an attack-surface story: an internal admin tool that quietly became internet-reachable, on a product that has been down this exact road before. That’s what an external attack-surface scan is for — it looks at your domain from the outside, the way an attacker’s scanning tools do, and shows you what’s reachable. It won’t tell you “you have CVE-2026-82078” — no honest external scan can — but it will tell you whether a print-server admin panel like this one is sitting in the open.
How do developers and IT respond?
- Apply Emergency Patch Release 2 for your NG/MF branch (24, 25, or 26) and confirm the build/version number after install, not before.
- Don’t trust the first patch alone. If you applied only the August 27 fix, treat it as unpatched until you’ve confirmed Release 2 is in place.
- Take the web management interface off the public internet. Restrict it to your internal network or a VPN; there’s rarely a legitimate reason for it to be reachable from anywhere in the world.
- Look for signs of prior compromise if the server was exposed at any point: unexpected local/admin accounts, changed configuration values, or unfamiliar outbound connections from the print server.
- References: PaperCut’s August 27 security bulletin and Huntress’s exploitation writeup.
What’s the real lesson here?
This isn’t PaperCut’s first time. In 2023, CVE-2023-27350 — a near-identical story, an unauthenticated bug in the same NG/MF web interface — was mass-exploited by the Bl00dy ransomware gang, hitting the education sector hardest (CISA AA23-131A). At the time, researchers scanning with Shodan found roughly 1,800 PaperCut servers exposed to the public internet (Huntress, April 2023) — a number nobody had a good reason for, then or now.
Three years later, the product, the vulnerability class (an unauthenticated web admin interface), and the exposure problem are all the same. What’s different each time is only the CVE number. Print servers are exactly the kind of system that gets installed once, works quietly for years, and never gets revisited — which is precisely why they keep ending up on this list.
That’s the through-line worth keeping, PaperCut or not: knowing what’s reachable on your network is what actually breaks a three-year repeat like this one. A website security checklist is a reasonable place to start.