CYBERRAKSHAK LABS ยท RESEARCH #015

๐Ÿšจ PaperCut NG/MF Under Active Attack: Why the Second Emergency Patch Matters

CyberRakshakLabs threat intelligence and vulnerability analysis of the PaperCut NG/MF active exploitation, CVE-2026-81578 and CVE-2026-82078, emergency patch bypasses, attack chain, hunting clues and defensive actions.

By Vivek Kumar ยท Published 29 August 2026
RESEARCH#015
CATEGORYVulnerabilities
CRL ASSESSMENTCRITICAL
RESEARCH LEVELThreat Alert
PUBLISHED2026-08-29
How CyberRakshakLabs researches threats โ†’

What Happened?

The Timeline

The Attack Chain
  • 1 โ€” Reach the PaperCut web interface: The attacker needs network access to the vulnerable Application Server; Internet exposure is a critical factor.
  • 2 โ€” Bypass authorization: CVE-2026-81578 can allow certain unauthenticated remote requests to trigger backend administrative actions before authorization checks are properly completed.
  • 3 โ€” Manipulate trusted configuration: The source post's Huntress analysis describes using the authentication bypass to manipulate server configuration.
  • 4 โ€” Abuse dynamic class loading: CVE-2026-82078 affects database connection utilities that dynamically load database driver classes without adequately restricting driver names to an approved allowlist.
  • 5 โ€” Remote Code Execution: The two vulnerabilities can be chained from unauthenticated access โ†’ configuration manipulation โ†’ arbitrary Java code execution.

Technical Breakdown

Why the Second Patch Is Important
  • Researchers from watchTowr and Huntress found multiple ways to bypass the original remediation.
  • Huntress reported reproducing the full pre-authentication RCE chain in customer environments and observing exploitation in two customer environments.
  • PaperCut released Emergency Patch Release 2 with additional hardening.
  • If you already installed the first emergency patch: UPDATE AGAIN.

What Huntress Found

Indicators of Compromise / Hunting Clues
  • Process: pc-app.exe.
  • Logs: missing, truncated or deleted server.log, unexpected modifications and suspicious errors.
  • Investigation clues: ERROR No suitable driver found for jdbc:no:x and ERROR DatabaseUtils - Database error looking up cardID: VALUES CAST.
  • Additional indicators: Udydn.out and suspicious Java .class files or command execution associated with the PaperCut Application Server.
  • These are hunting indicators, not proof of compromise; their absence does not prove a server was not compromised.

Who Is Affected?

What Organisations Should Do Now
  • PATCH โ€” AGAIN: Install Emergency Patch Release 2.
  • REMOVE INTERNET EXPOSURE: Restrict the Application Server web interface to trusted IPs using firewall rules, NAC, VPN, segmentation or ACLs.
  • INVESTIGATE BEFORE YOU PATCH: Patch โ‰  Incident Response.
  • REVIEW ENDPOINT TELEMETRY: Search EDR/XDR/SIEM for pc-app.exe, unusual child processes, command shells, Java, PowerShell, network connections and file activity.
  • CHECK LOG INTEGRITY: Investigate server.log for truncation, deletion, timestamp gaps and suspicious errors.
  • REVIEW NETWORK ACTIVITY: Look for unexpected external IPs, unusual DNS and unknown outbound connections.
  • INVESTIGATE LATERAL MOVEMENT: Assess access to Active Directory, file servers, print infrastructure, databases, administrative systems, service accounts and network shares.

Why PaperCut Is an Attractive Target

The Big Lesson

CyberRakshakLabs Threat Assessment

Security Team Checklist
  • โ˜‘ Identify all PaperCut NG/MF servers
  • โ˜‘ Determine version
  • โ˜‘ Install Emergency Patch Release 2
  • โ˜‘ Upgrade unsupported versions
  • โ˜‘ Remove unnecessary Internet exposure
  • โ˜‘ Restrict management interface to trusted IPs
  • โ˜‘ Review server.log
  • โ˜‘ Search for suspicious pc-app.exe activity
  • โ˜‘ Search for Udydn.out
  • โ˜‘ Search for suspicious Java .class files
  • โ˜‘ Review EDR/XDR alerts
  • โ˜‘ Review outbound network traffic
  • โ˜‘ Investigate authentication events
  • โ˜‘ Check for lateral movement
  • โ˜‘ Preserve forensic evidence if compromise is suspected

The Most Important Question

Final CyberRakshakLabs Message

๐Ÿ›ก๏ธ CyberRakshakLabs Threat Assessment

CRITICAL โ€” PATCH + HUNT + RESTRICT

PATCH. HUNT. VERIFY.