Two PaperCut flaws chain into unauthenticated code execution, and the patch has bypasses
CVE-2026-81578 bypasses authentication on the PaperCut web management interface, and CVE-2026-82078 turns a config edit into remote code execution. Exploitation started August 27, and new bypasses affect fully patched instances.
Attackers are chaining two PaperCut NG and MF flaws affecting versions 24, 25, and 26. CVE-2026-81578 (CVSS 8.8) is an access control failure that lets an unauthenticated request trigger administrative backend actions before access validation completes. CVE-2026-82078 (CVSS 9.4) is unsafe dynamic class loading in the database connection utilities. Per watchTowr, the bypass gets you in, editing a configuration file gets you code execution. Exploitation was observed from August 27, 2026, with attackers dropping Java class files that ran Base64-encoded reconnaissance such as whoami & ver & tasklist. PaperCut shipped emergency patches with extra hardening, but bypasses affecting fully patched builds have since been found.
Why it matters
PaperCut has been here before: CVE-2023-27350 and CVE-2023-27351 were the same shape, an authentication bypass in the management interface, and both ended up in ransomware chains. The lesson repeats because the exposure repeats. Print management servers sit deep inside networks, run with high privilege, hold directory service credentials for user lookup, and get published to the internet for remote printing without anyone treating them as an identity system. They are. With patch bypasses circulating, patching alone is not a resolution: pull the management interface off the public internet, restrict web access to trusted ranges or put it behind a VPN, hunt logs for Database error looking up cardID: VALUES CAST, and rotate the directory credentials the server holds.
Source: The Hacker News
Related on Start with Identity
- BlogA 9.8-CVSS vCenter authentication bypass has no workaround, only an emergency patch
Broadcom shipped emergency fixes for three critical VMware flaws, including CVE-2026-59309 (CVSS 9.8), which lets any attacker with network access to vCenter by
- BlogCl0p-linked affiliates chain an unauthenticated PTC Windchill RCE with no login step at all
Attackers with tradecraft consistent with Cl0p ransomware affiliates chained a FlexPLM pre-authentication information leak with a critical PTC Windchill RCE (CV
- BlogA Check Point SmartConsole flaw hands out full admin tokens to unauthenticated attackers
CVE-2026-16232 (CVSS 9.3) lets an unauthenticated remote attacker obtain an application login token for Check Point Security Management and Multi-Domain Managem
- CVEWindows LDAP critical remote-code-execution class flaw
The critical sibling of LDAPNightmare. CVSS 9.8. Patched with CVE-2024-49113 in December 2024. If you only took the DoS patch, check the build.
- GlossaryAuthorization Code Flow
The recommended OAuth 2.0 flow for apps with a user: the app receives a short-lived code, then exchanges it for tokens from a back channel. Combined with PKCE f
- CVEBeyondTrust PRA and Remote Support unauthenticated command injection
Privileged Remote Access and Remote Support accepted a malicious client request and ran OS commands as the site user. Unauthenticated. CVSS 9.8. CISA KEV. A PAM