CVE-2023-27351PaperCut NG/MF improper authentication, still on CISA KEV
What broke
PaperCut NG/MF failed authentication (CWE-287). Attackers used it as an unauthenticated foothold, then as ransomware. CISA put it on KEV. It is still there, which is why a 2023 ID belongs in a 2025-2026 identity catalog.
Why it matters
Print servers sit on the internal network, often with stored AD credentials for user sync, and they are rarely in the IAM team's inventory. Improper authentication on PaperCut is an identity incident that starts in Facilities.
What to do
- Confirm every PaperCut node is past the 2023 patched builds. KEV items linger because appliances get forgotten.
- Rotate any AD bind account PaperCut uses.
- Take the admin UI off the internet.
After you patch
Patching an authentication bypass stops new intrusions. It does not evict anyone already inside, and that is the step most teams skip.
- Revoke every session and refresh token, not just the passwords. A session issued before the patch is still valid after it.
- Enumerate accounts created or modified during the exposure window, including local accounts on the appliance itself, service accounts, and API tokens.
- Remove authentication methods you did not add. An attacker with administrative access enrols a factor so the access survives your remediation.
- Rotate every credential the compromised system could reach: directory service accounts used for user lookup, integration keys, and anything in its configuration store. See secrets rotation.
- Assume the device is a pivot, not a destination. Check what it could authenticate to and treat that as in scope.
Sources
- NVD: CVE-2023-27351
- CISA KEV
Related identity CVEs
Related on Start with Identity
- CVEPaperCut NG/MF auth bypass to remote code execution
The critical sibling of CVE-2023-27351. Unauthenticated setup path plus built-in scripting became RCE. CISA KEV. Used by ransomware in April-May 2023. Print ser
- CVEJetBrains TeamCity 2023 authentication bypass to RCE
Unauthenticated request becomes administrator, then code execution, on TeamCity On-Premises before 2023.05.4. CVSS 9.8. CISA KEV. Used by Russian state actors.
- CVEConnectWise ScreenConnect auth bypass via an alternate path
ScreenConnect 23.9.7 and earlier skipped authentication on an alternate setup path (CWE-288). Attackers created admin users within hours. CISA KEV. CVSS 10.0. P
- BlogA CVE ID is a name. The value is knowing who the attacker becomes.
We opened a practitioner catalog of identity CVEs: what broke, why IAM teams should care, and what to do this week. Not an NVD mirror. A place to triage SAML wr
- BreachOkta's 2023 support-system breach: when your IdP gets phished
How attackers used a stolen credential to read Okta support cases and harvest session tokens, why HAR files were the weak link, and what it taught the industry
- BlogTwo 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