CVE-2026-81578 Explained: PaperCut NG/MF Missing Authentication Flaw Chained for Pre-Auth RCE

Proactive Security for the AI Era
NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.
CVE-2026-81578 and CVE-2026-82078 are two vulnerabilities in PaperCut NG and PaperCut MF, the print management server software used across schools, healthcare systems, government agencies, and large enterprises, that attackers are chaining together to gain code execution without ever authenticating. CVE-2026-81578 (CVSS 8.8) is a missing-authentication flaw in the web management interface: an unauthenticated remote request aimed at an administrative function can trigger a backend configuration change before the server finishes checking whether the requester is logged in. CVE-2026-82078 (CVSS 9.4) is an unsafe dynamic class-loading flaw in PaperCut's database connection handling that lets an attacker who can influence certain configuration values force the server to load and execute attacker-supplied Java code.
Chained together, the two flaws let a remote attacker with zero credentials modify server configuration through the first flaw, then use that access to trigger arbitrary code execution through the second. PaperCut disclosed both in an emergency bulletin on August 27, 2026, describing exploitation already underway before any fix existed. CISA added both CVEs to its Known Exploited Vulnerabilities (KEV) catalog on August 31, 2026, and separately published its own alert confirming the addition, giving defenders two independent, corroborating CISA sources rather than a single vendor claim.
If your organization runs PaperCut NG or PaperCut MF, the priority is straightforward: confirm your patch level, then confirm it again, because the first emergency patch was found to be incomplete within roughly two days of release. Everything below covers what is confirmed, what remains unresolved, and what to do about both.
Risk Summary: What CVE-2026-81578 and CVE-2026-82078 Mean for PaperCut Deployments
PaperCut NG and PaperCut MF sit in a structurally sensitive position on most networks that run them: the Application Server typically has broad reach into Active Directory or another identity store for user lookups, holds print job data that can include sensitive document metadata, and in many deployments is reachable from a wide swath of the internal network so that print clients across an organization can reach it. A vulnerability that hands an unauthenticated attacker a foothold on that server is not a narrow print-queue nuisance; it is a foothold on infrastructure with identity and file-handling access.
According to reporting cited by The Hacker News, watchTowr's head of threat intelligence Jake Knott summarized the chain directly: CVE-2026-81578 allows an attacker to bypass authentication, and from there the attacker can edit a configuration file to trigger CVE-2026-82078 and achieve remote code execution. Both CVEs were exploited as zero-days, meaning attackers had working exploitation before PaperCut had a patch available, which is a meaningfully higher-risk starting position than a vulnerability disclosed alongside its fix.
Treat any internet-facing PaperCut Application Server as a priority-one asset until you have confirmed both its exposure and its patch level. Organizations that also patch based on an established patch management program will find this a useful test case for how quickly an emergency, pre-patch-available disclosure can move through their existing process.
Affected Products and Versions
CVE-2026-81578 and CVE-2026-82078 affect PaperCut NG and PaperCut MF running on Windows, Linux, and macOS. PaperCut's updated guidance also clarifies that the fix needs to reach every server role in a deployment, not only the primary Application Server: site servers and secondary or backup print servers must be patched as well, since a deployment that patches only its primary server while leaving a site server on a vulnerable build has not actually closed the exposure.
PaperCut's patch rollout happened in two stages within about 48 hours of each other. The first emergency patch, released August 28, 2026, covered version branches 25 and 26. Researchers then found that fix could be bypassed, and PaperCut shipped a second emergency patch the same day that expanded coverage to include version 24 and added further hardening to the fix for 25 and 26. Customers running PaperCut NG/MF version 23 or earlier have no patch available for their branch at all; PaperCut's guidance for those environments is to upgrade to a supported, patched version rather than wait.
Subsequent PaperCut guidance, referenced in BleepingComputer's follow-up coverage, goes further still for internet-facing deployments: PaperCut recommends that customers with internet-facing Application Servers install the latest available release rather than stopping at the second emergency patch. If your PaperCut instance is reachable from the public internet, do not treat "patched to Emergency Patch Release 2" as the finish line without checking whether a newer release has since superseded it.
Briefings like this, every morning before 9am.
Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.
Exploitation Status: Confirmed Attacks, No Public Attribution Yet
Exploitation of this chain is confirmed, not theoretical. PaperCut's own bulletin describes attacks against customer environments beginning before a fix existed, and CISA's addition of both CVEs to the KEV catalog on August 31, 2026, reflects CISA's own confirmed-exploitation standard rather than a severity score alone. That gives this threat two separate, corroborating CISA data points: the KEV catalog listing itself and CISA's dedicated alert announcing the addition, published the same day.
What has not been established publicly is who is behind the activity. According to BleepingComputer's reporting, PaperCut "has yet to attribute the attacks or explain what the threat actors are doing after compromising vulnerable servers." No named ransomware operation, intrusion set, or nation-state actor has been publicly tied to exploitation of CVE-2026-81578 or CVE-2026-82078 as of this writing.
Observed post-exploitation behavior is also narrower than a full remote-code-execution outcome might suggest. Threat intelligence firm Defused, cited in the same BleepingComputer reporting, described attackers abusing the authentication bypass to hijack PaperCut's external user-lookup functionality and dump database tables via the embedded Apache Derby database, consistent with data theft rather than the full RCE chain being used to deploy additional tooling in every observed case. That is a materially different pattern from PaperCut's last major exploitation wave: CISA and Microsoft documented CVE-2023-27350, a separate PaperCut NG/MF remote-code-execution vulnerability, being exploited by affiliates of the LockBit and Bl00dy ransomware operations in 2023 to deploy ransomware payloads directly. The current campaign, based on what has been reported so far, looks more like targeted reconnaissance and data theft than a repeat of that mass-ransomware pattern, though that assessment could change as more incidents come to light.
Detection Guidance: Log Sources and Indicators to Review
No public proof-of-concept exploit or full technical write-up of the exact request sequence has been released for this chain, so detection guidance at this stage is necessarily based on the behavior categories described by researchers and PaperCut rather than a single signature. This site's platform provides Sigma-matched and generic detection guidance for this threat class; treat it as a starting hypothesis set to tune against your own environment rather than a vendor-verified, PaperCut-specific detection rule, since no vendor-authored detection content specific to these two CVEs has been independently verified as of this writing.
Prioritize the following review areas:
- PaperCut Application Server web access logs for requests to administrative or configuration-related endpoints that originate without an established, authenticated session, particularly from source IP addresses outside your expected administrator ranges.
- Configuration change activity on the Application Server, site servers, and any secondary print servers, focused on database connection settings or driver configuration values changed outside a documented maintenance window.
- Apache Derby database access patterns, since reported exploitation includes bulk table dumps from PaperCut's embedded Derby database rather than only server-side code execution.
- External user-lookup activity against your identity provider or directory service initiated by the PaperCut Application Server, watching for lookup volume or patterns inconsistent with normal print-job authentication.
- Process creation and outbound network activity on the Application Server host itself, since a successful chain to CVE-2026-82078 results in the server process executing attacker-supplied code, which can spawn unexpected child processes or open unexpected outbound connections.
If you are building a repeatable hunt around this chain rather than a one-time log sweep, our guide to building a patch management program from scratch covers how to structure ongoing detection and validation work around a specific vendor advisory like PaperCut's, which is useful given that this fix has already changed twice.
Subscribe to unlock Sigma Detection Rules
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Subscribe to unlock Sigma Hunt Queries
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Validation Guidance: Confirm Exposure and Patch Level
Before deciding whether this is a routine patch cycle or an active incident for your organization, work through the following checks in order. Because the fix itself changed twice within days of disclosure, confirming your current build number is more important here than it usually is for a single-patch vulnerability.
Inventory every PaperCut server role
Identify the primary Application Server, any site servers, and any secondary or backup print servers in your environment. PaperCut's updated guidance treats all of these as needing the fix, not only the primary server.
Check the exact build number against the fixed releases
Confirm whether each server is running Emergency Patch Release 2 or later for version branches 24, 25, or 26. A server still on the original, bypassable Emergency Patch Release 1 build should be treated as unpatched.
Check whether a newer release has superseded Release 2
PaperCut has recommended that internet-facing Application Servers move beyond the second emergency patch to the latest available release. Confirm the current recommended build against PaperCut's own security bulletin before considering the job finished.
Determine internet exposure
Identify whether any PaperCut Application Server, site server, or its web management interface is reachable from the public internet, directly or through a misconfigured reverse proxy. Internet-facing instances are the highest-priority remediation targets.
Review configuration and database-driver settings for unauthorized changes
Compare current database connection and driver configuration values against your own known-good baseline or change records, since exploitation of this chain works by altering exactly those values.
Review Derby database access and external lookup logs for the affected window
Search for bulk table access against the embedded Derby database and for anomalous external user-lookup activity covering the period since PaperCut's August 27, 2026 disclosure.
Mitigation: Step-by-Step Remediation
Patching is the only complete fix for this chain, but because the patch itself has already been revised twice, remediation here is a two-part job: applying a current fix, and confirming it is actually the current fix rather than an already-superseded one.
Subscribe to unlock WAF Detection Rules
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Identify every PaperCut Application Server, site server, and secondary print server in your environment
Build a complete inventory before patching, including any instance managed by a third party or managed service provider on your behalf.
Apply PaperCut's current recommended release for your version branch
Update version 24, 25, or 26 deployments to at least Emergency Patch Release 2, then check PaperCut's security bulletin for whether a subsequent release has since been recommended, particularly for internet-facing Application Servers.
Upgrade version 23 and earlier deployments to a supported, patched version
No patch exists for version 23 or earlier. PaperCut's guidance for those branches is to upgrade rather than wait for a backport.
Restrict network exposure of the Application Server and its web management interface
If immediate patching of every server role is not possible, limit access to the PaperCut web management interface to a trusted, internal management network as an interim compensating control, not a substitute for patching.
Review configuration values and Derby database access for signs of prior exploitation
Before closing this out as a routine patch, check the logs described in the detection guidance above for any indication the environment was already targeted, and escalate to incident response if you find a match.
Confirm the patched build number is actually running
Recheck the version and build number directly on each server after patching rather than relying on a closed change ticket, given that the first emergency patch looked complete to affected customers until it was shown to be bypassable.
Re-examine how broadly the Application Server is reachable going forward
If print infrastructure is reachable from a wide internal network segment or the public internet as a matter of longstanding convenience, this is a reasonable trigger to revisit that access model as part of a broader [asset inventory cross-referenced against the CISA KEV catalog](/blog/cross-reference-asset-inventory-cisa-kev-catalog).
Known Limitations: What This Article Cannot Confirm
The most consequential gap here is that the fix itself is a moving target. PaperCut shipped an emergency patch, confirmed within about 48 hours that it could be bypassed, shipped a second emergency patch, and has since recommended that internet-facing customers move beyond that second patch to whatever release is current. A "we already patched this" answer from your team is only as good as the date it was checked. Next step: recheck your build number against PaperCut's security bulletin directly before closing this out, rather than relying on a patch confirmation from earlier in the disclosure window.
Attribution remains unconfirmed. No named ransomware operation, threat group, or nation-state actor has been publicly tied to exploitation of CVE-2026-81578 or CVE-2026-82078 as of this writing, and PaperCut itself has stated it has not yet attributed the attacks. Next step: watch CISA's KEV catalog entry and PaperCut's own bulletin for updates, and treat any attribution claim you encounter elsewhere with skepticism until a named vendor, CISA, or an incident response firm confirms it directly.
There is no full public technical write-up of the exact exploitation chain. Researchers have described the concept, an authentication bypass used to alter configuration that then triggers unsafe class loading, but the precise request sequence has not been published, and this article will not attempt to reconstruct it. Next step: rely on PaperCut's own advisory and the detection categories above rather than assuming a specific published signature exists.
Detection content for this specific chain is generic rather than vendor-verified. This site's Detect and Hunt guidance for CVE-2026-81578 and CVE-2026-82078 is Sigma-matched and behavior-based, not a PaperCut-specific, independently verified detection rule. Next step: use the log review categories above as a starting hunt hypothesis and tune thresholds against your own PaperCut deployment's normal traffic before trusting any alert volume as a clean signal.
Finally, this is an active disclosure and details can change quickly, as the two-patch history already shows. The version numbers, KEV deadline, and exploitation details above reflect sources published through September 1, 2026. Confirm current guidance directly against PaperCut's security bulletin and the CISA KEV catalog entry before acting.
The bottom line
CVE-2026-81578 and CVE-2026-82078 are two chained PaperCut NG/MF flaws, missing authentication in the web management interface and unsafe dynamic class loading, that unauthenticated attackers are using to reach code execution on print management servers. Both are confirmed exploited and listed in the CISA KEV catalog based on two independent CISA data points. No threat actor has been publicly attributed and the patch itself has already been revised twice, so confirm your PaperCut build number against PaperCut's current security bulletin rather than a patch check from earlier in the disclosure window.
This analysis is generic. create a free account to score threats like this against your own stack.
Frequently asked questions
Is my organization affected by CVE-2026-81578 and CVE-2026-82078?
You are affected if you run PaperCut NG or PaperCut MF on Windows, Linux, or macOS, on version 24, 25, or 26 without the current Emergency Patch Release, or on version 23 or earlier, which has no patch available and requires an upgrade instead.
Has CVE-2026-81578 actually been exploited in the wild, or is this precautionary guidance?
It has been exploited. PaperCut disclosed active attacks predating any available fix, and CISA added both CVEs to its Known Exploited Vulnerabilities catalog on August 31, 2026 based on confirmed exploitation, corroborated separately by CISA's own dedicated alert the same day.
What version should I patch to right now?
Update version 24, 25, or 26 deployments to Emergency Patch Release 2 or later, then check PaperCut's current security bulletin, since PaperCut has since recommended internet-facing Application Servers move beyond that release to whatever build is now current.
Why does CVE-2026-82078 carry a higher severity score than CVE-2026-81578?
CVE-2026-82078 is rated 9.4 because it results directly in arbitrary code execution through unsafe dynamic class loading, while CVE-2026-81578, rated 8.8, only bypasses authentication to alter configuration; the two are dangerous together because the first flaw hands an attacker the access the second flaw needs.
Has any ransomware group or threat actor been tied to this exploitation?
No. As of this writing, PaperCut has stated it has not attributed the attacks, and no named ransomware operation, intrusion set, or nation-state actor has been publicly linked to exploitation of CVE-2026-81578 or CVE-2026-82078.
Is this the same PaperCut vulnerability that LockBit and Bl00dy exploited in 2023?
No. That earlier wave involved a different vulnerability, CVE-2023-27350, exploited by LockBit- and Bl00dy-affiliated actors for direct ransomware deployment. CVE-2026-81578 and CVE-2026-82078 are distinct, newly disclosed flaws, and current reporting points to data theft rather than confirmed ransomware activity so far.
Sources & references
- The Hacker News: Attackers Chain Two PaperCut Flaws to Execute Code Without Authentication
- The Hacker News: PaperCut Zero-Day Exploited in Attacks, Affecting All NG and MF Versions
- BleepingComputer: PaperCut releases second emergency patch for exploited flaws
- BleepingComputer: Recently patched PaperCut zero-days used in data theft attacks
- Help Net Security: PaperCut NG/MF vulnerabilities exploited in zero-day attacks
- Qualys ThreatPROTECT: PaperCut NG/MF Zero-day Vulnerability Exploited in the Attacks
- Tenable: CVE-2026-82078 Detail
- CISA: Adds Two Known Exploited Vulnerabilities to Catalog (August 31, 2026)
- CISA Known Exploited Vulnerabilities Catalog
Free resources
Critical CVE Reference Card 2025–2026
25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.
Ransomware Incident Response Playbook
Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.
Get threat intel before your inbox does.
50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.
Unsubscribe anytime. We never sell your data.

Founder & Cybersecurity Evangelist, Decryption Digest
Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.
