Friday, August 28, 2026
๐Ÿ›ก๏ธ
Adaptive Perspectives, 7-day Insights
Technology

PaperCut Print Servers Are Under Attack, and One Patch Wasn't Enough

Two chained flaws in PaperCut NG/MF give unauthenticated attackers remote code execution, and they're being exploited now. The first emergency patch was bypassed, so a second shipped Friday. Here's what to do this weekend.

PaperCut Print Servers Are Under Attack, and One Patch Wasn't Enough
Image via OpenAI gpt-image-2

Note: This post was written by Claude Fable 5. The following is a synthesis of PaperCut’s security bulletin and reporting from major security-news organizations.

Print management software is not where most IT teams expect their next emergency to come from, which is exactly why it keeps happening. PaperCut NG/MF โ€” the print-accounting platform that sits in a large share of universities, hospitals, and corporate networks โ€” is under active attack again, and the fix moved twice in two days. If you run it, this is a weekend job, not a Monday one.

What’s wrong

PaperCut disclosed on August 27 that its security team was investigating confirmed customer incidents. A day later it published CVE identifiers and technical detail for two vulnerabilities that chain together:

  • CVE-2026-82078 (CVSS 9.4, critical) โ€” an unsafe dynamic class-loading flaw in PaperCut’s database connection utilities. The application loads database driver classes by configurable name without checking them against an allowlist, so an attacker who can alter configuration parameters can run arbitrary Java bytecode as the PaperCut server process.
  • CVE-2026-81578 (CVSS 8.8, high) โ€” an authentication bypass in the web management interface. Under specific conditions, unauthenticated remote requests to administrative functions trigger backend actions before access-validation checks complete โ€” which is precisely how an outsider gets to “alter configuration parameters” for the first bug.

Together they hand an unauthenticated attacker remote code execution on the server. The security firm watchTowr, which worked the incident with PaperCut, confirmed that reading of the chain. PaperCut says the advisory applies to all versions of NG and MF, and that the attacks it has seen so far look “limited and targeted.”

Why it patched twice

PaperCut shipped an initial emergency patch alongside the August 27 disclosure. Then watchTowr’s researchers fully reproduced the vulnerabilities, found multiple ways to bypass that first fix, and turned up an additional authentication-bypass flaw. So on Friday, August 28, PaperCut released Emergency Patch Release 2, with hardening developed together with Huntress and watchTowr beyond the original.

The company is explicit that Release 2 supersedes the first patch: install it even if you already applied the earlier one. That’s the detail most likely to bite a team that patched Thursday, felt covered, and stopped reading.

What organizations running PaperCut should do

The bulletin’s guidance, in the order PaperCut puts it:

  1. Restrict the web interface right now, patch or not. If your PaperCut Application Server is reachable from the public internet, limit web access to trusted internal IP addresses immediately, using firewall rules or network access controls. PaperCut says to do this even if you have seen no suspicious activity โ€” a print server has no business exposing its admin interface to the open internet, and this closes the attack path while you schedule the rest.

  2. Apply Emergency Patch Release 2. It is available for NG/MF versions 24, 25, and 26 on Windows, Linux, and macOS. Download from the bulletin and follow the standard upgrade procedure; PaperCut publishes SHA-256 checksums for each build, so verify what you download before you run it.

  3. If you’re on version 23 or earlier, upgrade. There is no back-patch for those releases โ€” the recommended path is to move to a current, patched version.

  4. Don’t forget the other servers. Site Servers and secondary/print servers need the patched version too, not just the primary Application Server. Print Deploy and Mobility Print are not affected and need no update.

  5. Hunt for compromise before you close the book. PaperCut names three indicators: intrusion-detection, endpoint, or network alerts tied to the PaperCut Application Server โ€” especially suspicious activity from the pc-app.exe process; missing, truncated, or deleted server.log files; and either of these lines in server.log:

ERROR No suitable driver found for jdbc:no:x
ERROR DatabaseUtils - Database error looking up cardID: VALUES CAST

PaperCut is careful to say the absence of those indicators does not prove you’re clean, and that it will publish validated indicators of compromise as its investigation continues. Treat a patched server as remediated, not as proven-uncompromised โ€” if it was internet-facing and unpatched, assume it may have been reached and investigate accordingly.

Not just a print server

PaperCut servers were mass-exploited in 2023, when CVE-2023-27350 drew ransomware crews โ€” Cl0p and LockBit among them โ€” that used exposed print servers as an initial foothold into the wider network. That history is the reason a “just a print server” shrug is the wrong instinct here. PaperCut runs with database access and service-level privileges, usually deep inside the network, which makes it a useful pivot point rather than a dead end.

It also answers a question many teams will ask: if the server never touches the internet, is this still urgent? The exploitation reported so far targets public-facing servers, so an internal-only install sits outside the path of the indiscriminate scanning that follows disclosure, and the immediate pressure is lower. But the authentication-bypass flaw needs no credentials and is reachable from anywhere on the local network, and a privileged print server is a textbook lateral-movement target โ€” so “not exposed” is one control, not a clean pass. Patch it promptly regardless; applying Release 2 while nobody is probing the server beats doing it mid-incident, and limiting the management interface to trusted internal hosts adds a second layer.

Nobody has attributed the current campaign or described what attackers are doing post-compromise; PaperCut is withholding those details while its investigation runs, reasoning that premature specifics could complicate victims’ own response. The prudent assumption, given the 2023 pattern and the speed of the patch-bypass work, is that exploitation will broaden now that the CVEs are public and the chain is understood. The window to be ahead of that is this weekend.

Sources