Threat actors are actively exploiting a critical PaperCut vulnerability chain to hijack print servers, harvest credentials, and pivot into internal networks across K-12 schools and major universities in the United States and Europe. The attack relies on pairing CVE-2026-81578, an authentication bypass weakness categorized under CWE-305, with CVE-2026-82078, a remote code execution flaw. Together, these flaws allow unauthenticated attackers to execute arbitrary system commands over the network without requiring user interaction.
The primary bug in the chain, CVE-2026-81578, carries a CVSS v3.1 score evaluated with a vector of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. Although EPSS models assigned the flaw a 1.6% 30-day probability of exploitation (placing it in the 74th percentile of monitored CVEs), real-world activity has escalated rapidly following public disclosure and the release of weaponized Metasploit framework modules. CISA has added the vulnerability to its Known Exploited Vulnerabilities catalog.
Exploitation Mechanics and Post-Compromise Activity
Observation of threat actor behavior by Arctic Wolf’s Adversary Research Team indicates that attackers leverage the authentication bypass to interact directly with the PaperCut application core process (pc-app.exe). Once initial command execution is achieved, the attackers execute system discovery commands including whoami, tasklist, ver, and uname to map the environment and assess process privileges.
Following initial discovery, the threat actors execute a multi-stage post-exploitation routine focused on persistent access and credential theft:
- Account Creation: Attackers establish localized administrative backdoors on target hosts, specifically creating elevated user accounts such as
Administrator17. - Configuration Harvesting: Using native tools like
findstr, attackers search PaperCut configuration files (*.config) for high-value sensitive strings, targeting cleartext or reversible entries containingpassword,secret,ldap,bind, andtoken. - Payload Staging: Compromised hosts issue HTTP GET requests to
45.142.193[.]132to download credential extraction tools—such aslsa_collect.exe,lsa_collect_small.exe, andsave_hives.exe—using the native Windows utilitycertutil.exe. - Memory & SAM Exfiltration: Attackers extract specific registry keys to reconstruct the system BootKey, allowing them to decrypt and parse the local Security Account Manager (SAM) database and Local Security Authority (LSA) secrets. Output files containing harvested data are stored in
/custom/pcp_*.txtand/custom/web/pcp_*.txtweb directories for staged exfiltration. - C2 Persistence: Attackers retrieve Java-based Meterpreter payloads from
194.180.48[.]134, establishing interactive command-and-control sessions back to the infrastructure.
Blast Radius and Vulnerability Exposure
Print management platforms like PaperCut MF and PaperCut NG present a high-risk attack surface because they frequently interface directly with central directory services—such as Microsoft Active Directory or LDAP servers—to handle user authentication and print quota management. Furthermore, educational institutions routinely expose these portals to public networks or broad campus Wi-Fi networks to enable self-service printing for students and staff.
When an attacker compromises a PaperCut application server, the blast radius extends far beyond print infrastructure. Obtaining system-level execution on the PaperCut server combined with extracted LDAP bind credentials provides attackers with valid entry points into central identity infrastructure. With active directory bind tokens and local SAM database dumps in hand, threat actors can escalate privileges domain-wide, move laterally into administrative databases, and stage secondary payloads such as ransomware.
Affected Versions
PaperCut released security updates addressing these vulnerabilities in late August 2026. Environments running the following version branches remain vulnerable until patched:
- PaperCut MF and PaperCut NG 24.x: Versions prior to 24.1.9
- PaperCut MF and PaperCut NG 25.x: Versions 25.0.2 through 25.0.11 (fixed in 25.0.12)
- PaperCut MF and PaperCut NG 26.x: Versions 26.0.2 through 26.0.3 (fixed in 26.0.4)
Remediation and Threat Hunting
Organizations operating PaperCut MF or NG should immediately audit their print infrastructure and implement the following defensive actions:
- Apply Security Patches: Upgrade installed instances immediately to fixed builds:
24.1.9,25.0.12, or26.0.4or later, depending on the active release branch. - Restrict Application Exposure: Remove PaperCut management portals from public internet access. If external user printing is required, enforce access strictly through a Zero Trust Network Access (ZTNA) broker or VPN.
- Inspect Endpoint Telemetry: Query endpoint detection and response (EDR) platforms for instance execution where
pc-app.exeacts as the parent process spawningcmd.exe,powershell.exe, orcertutil.exe. Search for commands invokingwhoami,tasklist,ver, orfindstrtargeting*.configfiles. - Block Known Indicators of Compromise (IoCs): Filter outbound and inbound traffic at perimeter firewalls for IP addresses
45.142.193[.]132and194.180.48[.]134. Inspect web server logs for requests directed at/custom/pcp_*.txtor/custom/web/pcp_*.txt. - Credential Rotation: If signs of unauthorized access are identified on a PaperCut server, immediately rotate all LDAP bind account passwords, domain service credentials stored within the application, and local administrator passwords across affected systems.
Related content
PaperCut NG/MF Critical Vulnerability CVE-2026-81578 Exposes Systems to Takeover
Security NewsPaperCut Releases Maintenance Patches to Replace Emergency Fixes Under Active Attack
Security NewsPaperCut Zero-Days Exploited in Active Data Theft Attacks
AdvisoryPaperCut NG/MF Unsafe Reflection Vulnerability (CVE-2026-82078) Analysis
Found something similar in your stack?
Let's find out before it becomes an incident.
Book an advisory call