Summary
CVE-2026-81578 is an improper access control vulnerability (CWE-305) in the web management interface of PaperCut NG and PaperCut MF that allows unauthenticated remote attackers to trigger backend administrative functions and modify system configuration without authentication. The flaw has a CVSS score of 8.8 and is being actively exploited in the wild, reportedly chained with a second PaperCut vulnerability (CVE-2026-82078) to achieve remote code execution on affected Application Servers.
Technical details
- Root cause: Backend administrative actions in the PaperCut Application Server’s web management interface execute before the access-control/authentication validation checks complete, allowing the checks to be bypassed entirely.
- Trigger conditions: An attacker sends specially crafted, unauthenticated HTTP requests directly to administrative endpoints of the PaperCut Application Server’s web interface.
- Attack vector: Network-based; no authentication or user interaction required, and the requests can originate from any internet-facing client that can reach the server.
- Impact: Unauthenticated modification of system configuration; when chained with CVE-2026-82078 (unsafe dynamic class loading in the database connection utilities), this can escalate to arbitrary code execution on the underlying server.
Affected software
- PaperCut NG and PaperCut MF versions prior to 24.1.10
- PaperCut NG and PaperCut MF versions prior to 25.0.13
- PaperCut NG and PaperCut MF versions prior to 26.0.5
Severity
- CVSS v4.0 Base Score: 8.8 (High)
- Vector:
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:H/VA:L/SC:N/SI:N/SA:N
Mitigation and recommended actions
- Immediate: Upgrade PaperCut NG/MF to version 24.1.10, 25.0.13, or 26.0.5 (or later). PaperCut has issued an updated "Release 2" emergency patch with additional hardening beyond the initial emergency fix — install Release 2 even if the original emergency patch was already applied.
- If patching is not immediately possible: Restrict network access to the PaperCut Application Server’s web interface to trusted/internal IP addresses only using firewall rules or network access controls, preventing any untrusted internet address from reaching the server.
- Monitor for indicators of compromise noted by the vendor, including unexpected activity from the
pc-app.exeprocess and missing, truncated, or deleted PaperCutserver.logfiles.

