What is PaperCut NG/MF?
PaperCut NG (Next Generation) and MF (Multi-Function) are widely-deployed print management software platforms used by universities, enterprises, government agencies, and K-12 schools to control and audit printing, copying, and scanning. PaperCut manages user print quotas, tracks usage, and controls access to printers and MFPs. Because PaperCut servers are often exposed on internal networks with admin interfaces accessible to print administrators, vulnerabilities in PaperCut have been a recurring target — the platform was heavily exploited in 2023 via companion RCE vulnerabilities CVE-2023-27350 and CVE-2023-27351.
Overview
CVE-2023-2533 is a cross-site request forgery (CSRF) vulnerability in PaperCut NG/MF that, under specific conditions, could allow an attacker to alter security settings or execute arbitrary code by tricking an authenticated administrator into visiting a malicious page or clicking a crafted link. PaperCut disclosed it in June 2023. CISA added it to the KEV catalog over two years later in July 2025, reflecting confirmed active exploitation against unpatched deployments.
Affected Versions
| Product | Affected | Fixed |
|---|---|---|
| PaperCut NG | Versions prior to June 2023 security patch | Apply June 2023 security bulletin update |
| PaperCut MF | Versions prior to June 2023 security patch | Apply June 2023 security bulletin update |
Consult PaperCut's security bulletin for the specific version numbers patched.
Technical Details
Cross-site request forgery (CWE-352) exploits the fact that browsers automatically include session credentials (cookies) with any HTTP request to a site, regardless of which site initiated the request. If PaperCut's admin interface lacks proper CSRF protections (anti-CSRF tokens, SameSite cookie policies, or origin validation), an attacker can craft a malicious web page that, when loaded by an authenticated PaperCut administrator's browser, silently sends HTTP requests to the PaperCut admin interface performing actions on the attacker's behalf.
The CVSS vector (PR:H/UI:R/S:C) indicates the exploit requires a high-privilege user (administrator) to interact with a malicious resource, but the scope change (S:C) reflects that a successful attack affects systems beyond the vulnerable web application itself — security configuration changes can impact printing infrastructure, user data, and connected systems.
Under specific conditions noted in the PaperCut advisory, the CSRF could be used not just for configuration changes but potentially for code execution on the PaperCut server.
Discovery
Identified by security researchers and disclosed to PaperCut, who issued the June 2023 security bulletin. The long gap between disclosure (June 2023) and CISA KEV addition (July 2025) suggests exploitation was identified in targeted incident response investigations of PaperCut-related intrusions.
Exploitation Context
PaperCut servers were among the most heavily targeted enterprise software platforms in 2023, primarily via CVE-2023-27350 (CVSS 9.8, unauthenticated RCE) which allowed Cl0p, LockBit, and other ransomware groups to compromise universities and enterprises at scale. CVE-2023-2533's CSRF, while less severe than the unauthenticated RCE, represents residual risk in environments that patched the critical bugs but remain on older PaperCut versions without the June 2023 security bulletin applied.
Remediation
- Apply the June 2023 PaperCut security bulletin update — consult papercut.com/kb/Main/SecurityBulletinJune2023 for the specific version applicable to your PaperCut installation.
- Also apply the April 2023 critical patches (CVE-2023-27350, CVE-2023-27351) if not already done — these are higher severity and more commonly exploited.
- Restrict admin interface access — PaperCut's admin console should only be accessible from trusted management networks, not from general user networks or the internet.
- Enforce admin authentication requirements — ensure admin accounts use strong passwords and where possible, MFA.
- Review PaperCut audit logs for unauthorized configuration changes, new admin accounts, or unusual script execution.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2023-2533 |
| Vendor / Product | PaperCut — NG/MF |
| NVD Published | 2023-06-20 |
| NVD Last Modified | 2026-02-26 |
| CVSS 3.1 Score | 8.4 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-352 find similar ↗ |
| CISA KEV Added | 2025-07-28 |
| CISA KEV Deadline | 2025-08-18 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2023-06-20 | PaperCut publishes June 2023 security bulletin disclosing CVE-2023-2533 |
| 2025-07-28 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2025-08-18 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| PaperCut Security Bulletin June 2023 | Vendor Advisory |
| NVD — CVE-2023-2533 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |