Security advisory
VulnerabilityCriticalActiveUpdated Aug 28, 2026

PaperCut Patches Actively Exploited PaperCut NG/MF Zero-Day Chain

A chained authentication bypass and unsafe class-loading bug let attackers hit PaperCut Application Servers before a CVE even existed, forcing two emergency patch releases in 24 hours.

Emanuel De AlmeidaAug 28, 2026, 6:57 PM7 min read
Severity
Critical
Status
Active
Entity
PaperCut Software
Confirmed by
PaperCut Software security advisory

PaperCut Software confirmed on August 27, 2026 that a zero-day vulnerability chain in its PaperCut NG and MF print management software was being actively exploited, and it released a first round of emergency patches that same day for versions 25 and 26. The vendor said it was aware of confirmed customer incidents and was treating the issue as its highest priority, according to its security advisory cited by Rapid7 and Help Net Security.

The flaws, since assigned CVE-2026-81578 and CVE-2026-82078, chain an authentication bypass with unsafe dynamic class loading to reach remote code execution on internet-facing PaperCut Application Servers, echoing the 2023 PaperCut incidents that fed Clop and LockBit ransomware campaigns.

Key takeaways

  • PaperCut confirmed active exploitation of an unauthenticated attack chain affecting all versions of PaperCut NG and MF.
  • CVE-2026-81578 (CWE-306, CVSSv4 8.8) and CVE-2026-82078 (CWE-470, CVSSv4 9.4) were assigned on August 28, 2026, a day after the initial advisory.
  • A first emergency patch was bypassable via the Home page request path; a second Release 2 patch, published the same day, closes that gap and must be applied even by customers who already patched once.
  • Huntress observed limited exploitation on two customer environments and reproduced a full pre-auth remote code execution chain against PaperCut NG 25.0.11.75758.
  • ShadowServer counted roughly 1,000 internet-exposed PaperCut instances, mostly in North America and Europe, that should be restricted to trusted IPs immediately.

Affected

Vendors
PaperCut Software
Products
PaperCut NGPaperCut MF
Geography
North AmericaEurope
Industry
EducationEnterprise ITPrint Management
CVEs
CVE-2026-81578CVE-2026-82078

What is the PaperCut CVE-2026-82078 zero-day chain?

PaperCut NG and MF are print management platforms widely used across offices, schools, and universities to control print jobs, card access, and multi-function copier fleets. On August 27, 2026, PaperCut's security response team published an urgent advisory saying it was investigating active exploitation of a then-unnamed vulnerability and had already confirmed customer incidents, according to Rapid7's analysis.

A day later the vendor assigned CVE-2026-81578, an authentication bypass rated CVSSv4 8.8, and CVE-2026-82078, an unsafe dynamic class-loading flaw in the database connector rated CVSSv4 9.4. Chained together, the two let an unauthenticated attacker reach remote code execution on the PaperCut Application Server, the single component that Help Net Security describes as the "brain" of each PaperCut NG or MF deployment.

How does the authentication bypass reach remote code execution?

Per Rapid7's technical writeup, the flaw abuses PaperCut's use of the Apache Tapestry framework, whose "complex direct" request format lets a URL name one page to display and a different page's component to actually execute. PaperCut validates access only against the displayed page, so an attacker can pick the public Error, Exception, or Home page for display while invoking privileged ConfigEditor or UserList components underneath.

Using unauthenticated POST requests such as /app?service=direct/1/Error/ConfigEditor/$Form, an attacker rewrites PaperCut's external user-lookup settings to point at an attacker-controlled JDBC connection. By chaining PaperCut's bundled Apache Derby driver, an H2 JDBC URL, and an inline INIT statement, the attacker creates a JavaScript-backed database trigger that PaperCut's embedded Nashorn engine can use to launch an operating-system process, completing the RCE chain when a forged UserList search triggers the lookup.

Who is affected and how widely exposed are servers?

  • PaperCut currently treats all versions of PaperCut NG and MF as potentially impacted, not just versions 24 through 26 that received patches so far.
  • ShadowServer Foundation data cited by SecurityWeek counted roughly 1,000 PaperCut instances directly exposed to the internet, with a majority located in North America and Europe.
  • Huntress researchers John Hammond and Andrew Brandt reported limited exploitation on two customer environments, with post-exploitation commands (whoami and ver) used to fingerprint the compromised host.
  • Huntress separately reproduced a full pre-authentication remote code execution chain against a stock install of PaperCut NG 25.0.11.75758, the prior public release.

What should administrators do right now?

PaperCut has released two rounds of emergency patches. The first, issued August 27, 2026 for versions 25 and 26 and extended to version 24 on August 28, could still be bypassed using the Home page request path. A second Release 2 patch published later on August 28 closes that gap, and PaperCut is telling every customer to install it even if they already applied the original emergency fix.

  • Apply the Release 2 emergency patch for PaperCut NG/MF versions 24, 25 or 26 without waiting for the next scheduled release cycle.
  • Restrict Application Server web access to trusted internal IP ranges using firewall rules, network access controls, or reverse-proxy restrictions.
  • Take the access-restriction step immediately even if no suspicious activity has been observed, per PaperCut's own advisory.
  • Disconnect internet-facing Application Servers from the public internet where restricting to trusted IPs is not immediately feasible.

What indicators of compromise has PaperCut shared?

PaperCut has not yet published network indicators such as malicious IP addresses or domains, and it explicitly warns that their absence does not mean a system is clean. The indicators shared so far focus on host and log artifacts rather than network traffic.

  • Endpoint or network-monitoring alerts tied to the PaperCut Application Server, especially post-exploitation activity from a file named pc-app.exe.
  • Missing, unexpectedly truncated, or deleted PaperCut server.log files, which can indicate attackers covering their tracks.
  • The server.log entries "ERROR No suitable driver found for jdbc:no:x" and "ERROR DatabaseUtils - Database error looking up cardID: VALUES CAST".

Why does this echo PaperCut's 2023 ransomware incidents?

This is not PaperCut's first brush with mass exploitation. CISA's Known Exploited Vulnerabilities catalog already lists three PaperCut NG/MF flaws, and two of them were used in ransomware attacks, per SecurityWeek. In 2023, CVE-2023-27350, an improper access control bug in the SetupCompleted class, was exploited by Iran-linked groups and by the Clop/LockBit-affiliated actor Lace Tempest to deliver ransomware payloads, according to Security Affairs.

That history is why Rapid7 frames the new chain as urgent even before ransomware activity is confirmed: internet-facing print servers are an established entry point for this vendor's customer base, and the current advisory has not yet been added to the CISA KEV catalog. PaperCut's investigation into the new attacks remains ongoing, and the identity of the actors behind the campaign is unknown.

Timeline

Aug 27, 2026
PaperCut publishes urgent advisoryPaperCut confirms it is investigating active exploitation of an unnamed vulnerability affecting PaperCut NG and MF, with confirmed customer incidents.
Aug 27, 2026 13:20 ET
First emergency patch releasedPaperCut ships emergency patches for PaperCut NG and MF versions 25 and 26, built using reproduction data from a university customer's incident response team.
Aug 28, 2026 02:10 AEST
Version 24 patch and CVE assignmentPaperCut extends emergency patches to version 24 and assigns CVE-2026-81578 and CVE-2026-82078 to the exploit chain.
Aug 28, 2026 09:25 ET
Second patch (Release 2) issued after bypass foundPaperCut releases an updated Release 2 patch after identifying that the original emergency fix could be bypassed via the Home page request path; Huntress and watchTowr are credited with additional hardening input.

Impact & actions

Unauthenticated attackers can chain the two flaws to reach remote code execution on internet-facing PaperCut Application Servers, and PaperCut has confirmed active exploitation against customers, including a university whose incident response team helped the vendor reproduce the bug.

Security: A first emergency patch was itself bypassable via the Home page request path, so organizations that applied only the original fix remain exposed until they install PaperCut's Release 2 patch.

Recommended actions · Immediate urgency

  1. 1Install PaperCut's Release 2 emergency patch for NG/MF versions 24, 25 or 26, even if the original emergency patch was already applied.
  2. 2Restrict PaperCut Application Server web access to trusted internal IP ranges using firewall rules or network access controls.
  3. 3Check server.log for the documented ERROR entries and for missing or truncated log files.
  4. 4Watch endpoint and network monitoring tools for pc-app.exe post-exploitation activity.

Technical details

CVEs
CVE-2026-81578, CVE-2026-82078
CVSS
9.4
Exploitation
Exploited in the wild
Attack vector
Unauthenticated HTTP POST requests to PaperCut's Apache Tapestry 'complex direct' service endpoints (e.g. /app?service=direct/1/Error/ConfigEditor/quickFindForm) that display a public page while invoking privileged ConfigEditor or UserList components, then reconfigure the external database lookup to trigger malicious SQL execution via bundled Derby and H2 JDBC drivers and the Nashorn JavaScript engine.
Affected versions
All versions of PaperCut NG, All versions of PaperCut MF
Patched versions
PaperCut NG/MF 24 (Emergency Patch Release 2), PaperCut NG/MF 25 (Emergency Patch Release 2), PaperCut NG/MF 26 (Emergency Patch Release 2)

Indicators of compromise

File
pc-app.exe — Suspicious file associated with post-exploitation activity on the PaperCut Application Server.
Other
Missing, truncated or deleted PaperCut server.log files — Possible sign of log tampering to cover intrusion activity.
Other
ERROR No suitable driver found for jdbc:no:x — server.log entry associated with the malicious JDBC lookup configuration.
Other
ERROR DatabaseUtils - Database error looking up cardID: VALUES CAST — server.log entry associated with the malicious external database lookup.

Mitigations

  • Apply PaperCut's Emergency Patch Release 2 for NG/MF versions 24, 25 and 26.
  • Restrict Application Server web interfaces to trusted internal IP addresses using firewall rules or network access controls.

Response

Vendor

PaperCut said it is "aware of confirmed customer incidents and is treating this matter with the highest priority," adding that its investigation is ongoing and it will update the bulletin as verified information becomes available.

Customer guidance

PaperCut told customers to install Emergency Patch Release 2 for NG/MF versions 24, 25 and 26 even if they already applied the first emergency patch, and to restrict Application Server web access to trusted IP addresses immediately, even absent signs of compromise.

Updates

Aug 27, 2026PaperCut confirms active exploitation, ships first emergency patch

PaperCut published its initial advisory confirming customer incidents and released emergency patches for versions 25 and 26.

Aug 28, 2026CVEs assigned, Release 2 patch closes bypass

PaperCut assigned CVE-2026-81578 and CVE-2026-82078, extended patches to version 24, and released Emergency Patch Release 2 after the first patch was found bypassable via the Home page request path.

FAQ

What is the PaperCut CVE-2026-82078 zero-day chain?

It is a two-vulnerability chain in PaperCut NG and MF combining CVE-2026-81578, an authentication bypass, with CVE-2026-82078, unsafe dynamic class loading that enables remote code execution on the Application Server.

Which PaperCut versions are affected?

PaperCut considers all versions of PaperCut NG and PaperCut MF potentially impacted; emergency patches were released for versions 24, 25 and 26.

Is one PaperCut patch enough?

No. The original emergency patch could be bypassed via the Home page request path, so organizations must install the vendor's Emergency Patch Release 2 even if they already applied the first patch.

Is this vulnerability being actively exploited?

Yes. PaperCut confirmed customer incidents, and Huntress observed limited exploitation on two customer environments plus reproduced a full pre-authentication remote code execution chain.

How many PaperCut servers are exposed to the internet?

ShadowServer counted roughly 1,000 internet-exposed PaperCut instances, mostly in North America and Europe.

How does this compare to PaperCut's 2023 vulnerabilities?

In 2023, CVE-2023-27350 and CVE-2023-27351 in the same software were exploited by Iran-linked actors and the Lace Tempest affiliate to deploy Clop and LockBit ransomware, a pattern this new chain risks repeating.

The bottom line

PaperCut confirmed active exploitation of an authentication-bypass and RCE chain in NG/MF, now tracked as CVE-2026-81578 and CVE-2026-82078, and shipped two rounds of emergency patches within 24 hours.

What happens next

Expect PaperCut to publish additional network-based indicators of compromise and remediation guidance as its investigation continues, and CISA could add the flaws to its Known Exploited Vulnerabilities catalog as it has with prior PaperCut bugs. Related articles: N-able Patches N-central Auth Bypass Again After CVE-2026-18577 Exploited · CISA: SharePoint RCE Flaw CVE-2026-45659 Now Actively Exploited · Next.js Patches Critical AVIF and Windows RCE Flaws · Microsoft Patches Dozen-Plus Flaws, Apple Fixes Screen Sharing Bug CVE-2026-6540 · Max-Severity Adobe ColdFusion Flaw CVE-2026-48282 Now Exploited in Attacks · VMware vCenter Flaw CVE-2026-59310 Exploited for Persistent Access.

What to do

Patch PaperCut NG/MF to Emergency Patch Release 2 and restrict Application Server web access to trusted IPs now.

Reader reviews

Rate this articleBe the first to rate
No written reviews yetRate the article above, or be the first to share your experience.

Related articles