Listen to this Post
A Serious Warning for Organizations Running PaperCut Servers
A vulnerability in software that quietly manages thousands of printers can become far more dangerous than its everyday purpose suggests. PaperCut NG and PaperCut MF sit inside the infrastructure of businesses, universities, schools, healthcare organizations, government agencies and other institutions, making the security of their Application Servers an important part of the broader enterprise attack surface.
PaperCut has now confirmed that vulnerabilities affecting NG and MF are being actively exploited in the wild, with confirmed customer incidents already under investigation. The company has responded by releasing an emergency security update and then quickly issuing a second emergency patch containing additional hardening.
PaperCut
The situation is particularly serious because the vulnerable software is not limited to a single obsolete release. PaperCut says the advisory potentially affects all versions of PaperCut NG and PaperCut MF, while Emergency Patch Release 2 is available for versions 24, 25 and 26.
PaperCut
The Two Vulnerabilities Behind the Emergency
PaperCut has publicly disclosed two vulnerabilities connected to the ongoing security incident. The first, CVE-2026-82078, is rated critical with a CVSS score of 9.4.
This vulnerability involves unsafe dynamic class loading in PaperCut’s database connector functionality. According to PaperCut, the application can instantiate database driver classes based on configurable driver names without restricting those choices to an approved allowlist. Under the required conditions, an attacker capable of manipulating system configuration parameters could cause arbitrary Java bytecode located on the application’s classpath to execute under the security context of the PaperCut server process.
PaperCut
That distinction matters. This is not simply a vulnerability that allows an attacker to read a harmless configuration file. Successful exploitation can potentially cross into arbitrary code execution, placing the PaperCut Application Server itself at significant risk.
Authentication Bypass Raises the Risk Even Further
The second vulnerability, CVE-2026-81578, carries a CVSS score of 8.8 and involves improper access control within the PaperCut web management interface.
PaperCut says that, under specific circumstances, unauthenticated remote requests directed toward administrative functions can cause backend actions to occur before access-validation checks have finished. This could allow an unauthenticated remote attacker to modify certain system configurations.
PaperCut
The combination of these issues is particularly concerning. One vulnerability potentially enables dangerous code execution when configuration manipulation is achieved, while the other creates a path by which administrative actions can be triggered before authentication checks have fully completed.
Active Exploitation Changes the Entire Security Equation
The most important phrase in
PaperCut says its security response team is investigating active exploitation and that it is aware of confirmed customer incidents. The company has also worked with information supplied by a university customer’s security and digital forensics teams to reproduce the vulnerability and investigate the attack path.
PaperCut
This moves the issue beyond a conventional “patch when convenient” vulnerability.
When a vulnerability is theoretical, organizations can sometimes schedule remediation around maintenance windows and operational requirements. When exploitation is already occurring, every publicly accessible vulnerable server becomes a potential target that defenders need to treat as an incident-risk asset.
Emergency Patch Release 2 Is Now the Priority
PaperCut initially released an emergency patch for affected public-facing environments. However, after additional analysis involving its internal security team and external researchers, including Huntress and watchTowr, the company released Emergency Patch Release 2 with additional hardening.
PaperCut
PaperCut explicitly recommends that customers install Release 2 even if they already installed the original emergency patch.
Release 2 covers PaperCut NG and MF versions 24, 25 and 26. PaperCut also recommends that organizations running older versions before version 24 move to the latest supported version rather than expecting a dedicated emergency patch for those releases.
PaperCut
Internet Exposure Should Be Reduced Immediately
Patching is only one part of the response.
PaperCut’s most immediate mitigation recommendation is to restrict access to Application Server web interfaces when they are exposed to the public internet. Organizations should limit access to trusted IP addresses using firewall rules, network access controls or equivalent mechanisms.
PaperCut
This is an important defensive principle because reducing exposure can give security teams valuable time. If an Application Server does not need to be reachable from the public internet, there is little justification for leaving its administrative web interface exposed while an actively exploited vulnerability is being investigated.
Organizations Should Not Wait for an Indicator
PaperCut has published several potential indicators of compromise, including suspicious post-exploitation activity involving pc-app.exe, missing or unexpectedly truncated server.log files, and specific database-related errors.
PaperCut
Two log entries highlighted by PaperCut are:
ERROR No suitable driver found for jdbc:no:x
and
ERROR DatabaseUtils – Database error looking up cardID: VALUES CAST
However, these indicators should not become a checklist that defenders use to declare a server safe.
PaperCut explicitly warns that the absence of these indicators does not confirm that a system has not been compromised.
PaperCut
Logs May Tell Only Part of the Story
The warning about missing or truncated logs is particularly significant.
Attackers who gain control of an application server may attempt to reduce forensic visibility by modifying, deleting or otherwise manipulating logs. That means a clean-looking log directory does not necessarily represent a clean server.
Security teams should therefore compare server-side evidence with other telemetry where available, including endpoint detection data, network monitoring, firewall logs, identity records and centralized logging systems.
A PaperCut Server Can Become an Enterprise Foothold
The importance of this vulnerability is easy to underestimate because PaperCut is associated with printing.
But modern print-management infrastructure is not simply a machine that sends documents to a printer. PaperCut Application Servers can participate in authentication, user management, printer administration, integrations, databases and other organizational workflows.
A compromised server can therefore represent a valuable foothold inside an organization’s internal environment.
Once attackers gain a foothold on an enterprise server, the next stage may involve credential discovery, internal reconnaissance, privilege escalation, lateral movement, persistence or deployment of additional malware.
The vulnerability itself is therefore only the beginning of the potential attack chain.
Universities and Schools Deserve Particular Attention
PaperCut is widely relevant to education environments, where centralized print management is common.
Interestingly, PaperCut says information provided by a university customer’s security and digital forensics teams helped its security response team reproduce the vulnerability.
PaperCut
That does not mean universities are uniquely responsible for the exploitation, but it reinforces why educational networks should take this advisory seriously. Universities often operate large, heterogeneous environments containing legacy infrastructure, research systems, student networks, administrative systems and publicly accessible services.
A vulnerable server positioned between those environments can become an attractive entry point.
Enterprise and Government Environments Should Treat This as High Priority
The same reasoning applies to enterprises and government organizations.
PaperCut identifies use cases spanning large enterprises, local government, healthcare, legal organizations, education and small businesses.
PaperCut
The more connected the Application Server is to identity systems, databases and internal infrastructure, the greater the potential consequences of compromise.
Organizations should therefore avoid treating this as merely a printing-software update.
The Patch Is Not the Same as a Clean Bill of Health
Installing Emergency Patch Release 2 protects against the vulnerabilities addressed by the update, but it does not automatically remove an attacker who may already have gained access.
This distinction is fundamental to incident response.
If an attacker exploited the vulnerable server before remediation, patching the application may close the original entry point while leaving behind persistence, unauthorized accounts, altered configurations, malicious files or other traces of compromise.
That is why organizations with evidence of suspicious activity should investigate the server rather than assuming that patch installation resolves the entire incident.
PaperCut Recommends Rebuilding Suspected Compromised Servers
PaperCut’s guidance is unusually direct for suspected compromise.
The company recommends securing current backups, completely wiping and rebuilding the Application Server, and restoring a clean backup created before suspicious behavior was detected. It also advises organizations to activate their security response procedures and follow standard incident protocols.
PaperCut
This reflects an important cybersecurity reality: once a server has been compromised, defenders cannot always prove that every persistence mechanism has been removed simply by deleting the first suspicious file they find.
A trusted rebuild can provide substantially greater confidence.
Secondary and Site Servers Should Not Be Forgotten
Organizations should also look beyond the primary Application Server.
PaperCut says Site Servers and secondary/print servers should be updated to a patched version, rather than updating only the primary Application Server.
PaperCut
At the same time, PaperCut says other components, including Print Deploy and Mobility Print, are not affected by these vulnerabilities and do not require the same update.
PaperCut
This distinction is important because emergency patching can create confusion. Security teams should map their PaperCut deployment first, identify which components are actually exposed, and then apply the vendor’s instructions to each relevant component.
External Database Users Need Additional Attention
PaperCut has also highlighted a specific issue involving organizations that use external databases for Card/ID number lookups.
The feature is described as rarely used, and PaperCut says most customers will not need to take additional action. For environments that do use it, the company provides a configuration change involving security.properties and a restart of the Application Server.
PaperCut
Organizations using this functionality should therefore review
Post-Patch Problems Are Also Being Investigated
There is another important development that defenders should not overlook.
As of August 29, PaperCut says it has received reports that the external database Card/ID number lookup feature and SAML are not working as expected after applying the patch. The company says it is investigating these post-patch issues.
PaperCut
This creates a difficult operational balance.
Organizations need to patch quickly because exploitation is active, but they also need to monitor business functionality after deployment and be prepared to investigate authentication or integration problems.
Security teams should not interpret a post-patch functional problem as a reason to leave a vulnerable server exposed. Instead, the issue should be handled through PaperCut’s emergency guidance while exposure is minimized.
The Timing Makes This Incident More Dangerous
The speed of the response is itself revealing.
PaperCut published the initial security bulletin on August 27, released an emergency patch shortly afterward, and then issued Release 2 on August 28 with additional hardening.
PaperCut
That rapid sequence indicates that the investigation evolved quickly.
For defenders, rapidly changing advisories are a signal to repeatedly check the vendor’s security bulletin rather than relying on a single snapshot of information.
The CVSS Score Does Not Tell the Whole Story
CVE-2026-82078 carries a 9.4 score, while CVE-2026-81578 carries an 8.8 score.
PaperCut
Those numbers communicate severity, but the real-world risk is driven by more than CVSS.
Active exploitation, internet exposure, the privileges available to the compromised server, the server’s network position, the presence of sensitive integrations and the organization’s ability to detect lateral movement can all change the practical impact.
A high-severity vulnerability that is not remotely exposed may present less immediate danger than the same vulnerability sitting openly on the internet.
What Security Teams Should Do Now
The immediate response should begin with exposure reduction.
Organizations should identify every PaperCut NG/MF Application Server, determine whether its web interface is reachable from the internet, and restrict access to trusted networks or IP addresses wherever possible.
Next, teams should deploy Emergency Patch Release 2 for supported affected versions and verify that the correct version is actually running.
After patching, defenders should review endpoint, network and PaperCut logs for signs of suspicious activity.
If compromise is suspected, the incident should be escalated to the organization’s security response process rather than handled as a routine software upgrade.
Deep Analysis: Why This Vulnerability Matters
A Quiet Infrastructure Layer Has Become a Security Target
Print infrastructure is often considered low priority because it does not receive the same attention as email, identity or internet-facing web applications. That perception can create an opportunity for attackers.
Centralized Services Create Concentrated Risk
PaperCut can centralize printer management across an organization. Centralization improves administration, but it also means that compromising one server can potentially affect a much larger environment.
Authentication Bypass Is Particularly Concerning
CVE-2026-81578 deserves attention because PaperCut says certain unauthenticated requests can reach administrative backend actions before access validation is completed.
PaperCut
Arbitrary Code Execution Changes the Impact
CVE-2026-82078 is even more severe because successful exploitation can result in arbitrary Java bytecode execution within the security context of the PaperCut server process.
PaperCut
The Vulnerabilities Can Become More Dangerous Together
Individually, the vulnerabilities are serious. In a real attack chain, however, weaknesses involving authentication, configuration and code execution can potentially complement each other.
Internet Exposure Is the Critical Variable
PaperCut specifically tells organizations with publicly accessible Application Servers to restrict web access immediately.
PaperCut
Active Exploitation Removes the Luxury of Waiting
When exploitation is confirmed, organizations should assume that attackers are actively searching for vulnerable systems rather than waiting for defenders to begin scheduled maintenance.
Confirmed Customer Incidents Add Credibility
PaperCut is not describing a purely theoretical threat. The vendor says it is aware of confirmed customer incidents.
PaperCut
Forensics Have Already Contributed to the Investigation
Information from a university
PaperCut
The Emergency Patch Shows the
PaperCut bypassed its normal release process to provide emergency protection for exposed customers.
PaperCut
Release 2 Shows That Remediation Evolved
The second emergency release contains additional hardening after further internal and external security analysis.
PaperCut
Previous Patch Installation Is Not Enough
Organizations that already installed the original emergency patch are specifically being told to move to Release 2.
PaperCut
Logging Can Become a Battleground
Deleted or truncated logs can themselves become evidence of suspicious activity.
Absence of Evidence Is Not Evidence of Absence
PaperCut explicitly warns that missing indicators do not prove that compromise did not occur.
PaperCut
Endpoint Detection Can Provide Additional Context
Security teams should correlate PaperCut activity with endpoint telemetry, particularly around suspicious pc-app.exe activity.
Network Monitoring Can Reveal the Bigger Picture
Outbound connections, unusual internal communication and unexpected administrative traffic may reveal activity that PaperCut’s own logs do not capture.
Centralized Logging Becomes Especially Valuable
If local logs were modified by an attacker, copies stored in a separate logging platform may retain evidence.
Rebuilding Can Be Safer Than Cleaning
When compromise is suspected, PaperCut recommends wiping and rebuilding the Application Server from a clean backup.
PaperCut
Backups Must Be Trusted
A backup created after an attacker gained access could contain persistence mechanisms or other malicious changes.
Identity Systems Need Review
If the compromised server interacted with organizational authentication systems, defenders should consider whether credentials, tokens or sessions could have been exposed.
Privileged Accounts Require Special Scrutiny
Administrative access associated with the PaperCut environment should be reviewed for unexpected changes or suspicious use.
Lateral Movement Should Be Considered
A compromised PaperCut server should not automatically be treated as an isolated incident.
Internal Segmentation Can Limit Damage
Strong network segmentation can prevent an attacker who compromises a print-management server from freely reaching critical systems.
Least Privilege Matters
The less privilege assigned to application services, the fewer opportunities an attacker may have after gaining code execution.
Public Exposure Should Be Minimized by Design
Administrative interfaces rarely need unrestricted internet access.
Firewall Rules Are an Immediate Defensive Control
Network restrictions can reduce attack opportunities even before a complete remediation process is finished.
Emergency Patching Requires Verification
Installing an update without confirming the running version leaves room for deployment mistakes.
Vulnerability Management Must Include Infrastructure Software
Print-management applications belong in the
Security Teams Should Track Vendor Updates
PaperCut’s advisory changed multiple times over the course of the incident, demonstrating why one-time vulnerability notifications are insufficient.
Operational Teams Need to Coordinate With Security
Patching can affect authentication and integrations, so security and IT operations need to work together rather than treating the incident as a simple software update.
SAML Problems Need Monitoring
PaperCut is currently investigating reports involving SAML after patching, making post-update validation important.
PaperCut
External Database Integrations Increase Complexity
Organizations using Card/ID lookup integrations should follow
PaperCut
Older Versions Increase Remediation Pressure
PaperCut recommends customers below version 24 upgrade to a current version rather than expecting a dedicated patch for obsolete releases.
PaperCut
Security Advisories Can Become Incident-Response Triggers
The most mature organizations do not wait for an attacker to be detected internally before beginning investigation.
Threat Intelligence Should Be Correlated With Internal Evidence
External reports about exploitation can help organizations prioritize internal telemetry review.
The Attack Surface Is Larger Than the Printer
The real asset at risk is the server and its relationships with the surrounding enterprise environment.
Convenience Infrastructure Can Become Critical Infrastructure
Services that appear operationally mundane can still hold privileged positions inside corporate networks.
The Biggest Lesson Is Architectural
The long-term answer is not simply “patch PaperCut faster.” It is to minimize unnecessary exposure, segment infrastructure, monitor administrative services and maintain reliable recovery capabilities.
What Undercode Say:
PaperCut Has Entered Incident-Response Territory
This should be treated as an active security incident affecting a widely deployed enterprise application, not as another routine CVE announcement.
Exploitation Is the Defining Factor
The confirmation of active exploitation fundamentally changes the urgency of the situation.
Critical Severity Is Backed by Real-World Risk
CVE-2026-82078 has a 9.4 CVSS score and can potentially lead to arbitrary Java bytecode execution under the PaperCut server process.
PaperCut
Authentication Weakness Makes Exposure More Dangerous
The authentication-bypass vulnerability creates additional concern because certain administrative backend actions can be reached without successful authentication under specific conditions.
PaperCut
Publicly Exposed Servers Are the Highest Priority
Organizations should focus first on servers that can be reached directly from untrusted networks.
The Emergency Patch Should Be Considered Mandatory
PaperCut recommends Release 2 even for customers who already applied the original emergency patch.
PaperCut
Defense in Depth Matters
Patching, firewall restrictions, endpoint monitoring and network segmentation should work together.
Detection Should Continue After Remediation
A patched server can still have been compromised before the patch was installed.
Rebuilding Is Sometimes the Correct Answer
If compromise is suspected, rebuilding from a known-clean source provides stronger assurance than attempting to manually remove an attacker.
Logs Should Be Preserved Before They Disappear
Investigators should secure relevant evidence before making extensive changes to a potentially compromised system.
Security Teams Should Avoid Overconfidence
The absence of
PaperCut
PaperCut’s Response Is Moving Quickly
The vendor has already issued multiple emergency updates, suggesting that understanding of the attack and defensive requirements is still evolving.
External Researchers Are Contributing to Hardening
PaperCut credited Huntress and watchTowr for security analysis that helped strengthen Release 2.
PaperCut
Universities Should Pay Special Attention
The investigation itself involved forensic information from a university customer, demonstrating that education networks are part of the current incident picture.
PaperCut
Enterprises Should Not Assume They Are Safer
Large organizations may actually present more attractive targets because compromised infrastructure can provide access to valuable internal systems.
Government Networks Should Treat Exposure Seriously
Government environments frequently contain legacy systems and complex network relationships, increasing the importance of segmentation and rapid remediation.
Healthcare Organizations Should Include PaperCut in Incident Reviews
Where print-management infrastructure interacts with sensitive environments, compromise should be investigated as part of the broader security perimeter.
IT Inventory Is Essential
Organizations cannot patch assets they do not know they have.
Internet Scanning Is Likely to Increase
Once a vulnerability becomes publicly known and exploitation is confirmed, defenders should expect increased scanning and targeting of exposed systems.
Attackers Do Not Need to Understand the Business Function
A threat actor does not care whether a server manages printers if the server provides a useful foothold.
Administrative Interfaces Remain High-Value Targets
The vulnerability demonstrates once again why management interfaces should be heavily restricted.
Patch Management Must Include Emergency Procedures
Normal monthly patch cycles are not sufficient for vulnerabilities being actively exploited.
Incident Response Plans Should Be Tested Before This Happens
Organizations that already have clean backups, centralized logging and rebuild procedures can react significantly faster.
Security and Operations Must Work Together
A rushed patch can affect integrations, but operational disruption should not become an excuse to maintain unnecessary exposure.
Post-Patch Monitoring Is Critical
The reported Card/ID lookup and SAML issues demonstrate why remediation should include functional and security validation.
PaperCut
The Attack Chain Matters More Than the CVSS Number
Security teams should focus on what an attacker could actually do from the compromised server.
Compromise Assessment Should Include Lateral Movement
Investigators should examine whether the PaperCut server communicated unexpectedly with other internal systems.
Credentials Should Be Treated Carefully
If evidence indicates unauthorized access, associated credentials and authentication mechanisms may need additional investigation.
Backups Are a Security Control
Reliable, isolated and tested backups can make the difference between a difficult recovery and a catastrophic outage.
The Print Server Should Not Be a Blind Spot
Every enterprise service, including print management, needs asset visibility, patching and monitoring.
This Incident Is a Warning About “Boring” Software
Some of the most dangerous entry points are applications that security teams traditionally overlook.
PaperCut’s Advisory Should Be Monitored for Further Updates
The investigation remains active, and the vendor is continuing to update its guidance.
PaperCut
The Immediate Objective Is Containment
Restrict exposure first, patch second, investigate continuously.
The Long-Term Objective Is Resilience
Organizations should use this incident to improve segmentation, monitoring, backup integrity and emergency patching procedures.
The Threat Should Not Be Underestimated
An actively exploited vulnerability with confirmed customer incidents deserves the same urgency normally associated with other major enterprise security incidents.
The Most Important Message Is Simple
If an organization operates PaperCut NG or MF, it should verify exposure, apply the current Emergency Patch Release 2, investigate suspicious activity and avoid assuming that a lack of obvious indicators means the environment is safe.
Verification
✅ Confirmed: PaperCut officially states that it is investigating active exploitation of PaperCut NG/MF vulnerabilities and is aware of confirmed customer incidents.
PaperCut
Vulnerability Details
✅ Confirmed: CVE-2026-82078 is rated critical at CVSS 9.4, while CVE-2026-81578 is rated high at CVSS 8.8. Both are addressed by Emergency Patch Release 2.
PaperCut
Patch Status
✅ Confirmed: PaperCut released Emergency Patch Release 2 for NG/MF versions 24, 25 and 26 and recommends that customers install it even if they previously installed the original emergency patch.
PaperCut
Prediction
(+1) Rapid Defensive Adoption Is Likely
Organizations that maintain active vulnerability-management programs are likely to prioritize PaperCut remediation quickly because the vendor has explicitly confirmed exploitation and customer incidents.
(+1) Internet Exposure Will Decline
More administrators are likely to remove PaperCut Application Server interfaces from unrestricted internet exposure as firewall and network-access restrictions become the first line of defense.
(+1) More Indicators May Emerge
As incident-response teams investigate affected environments, additional technical indicators, attack patterns and forensic findings are likely to become available.
(-1) Previously Compromised Servers May Continue to Pose Risk
Organizations that patch without conducting a compromise assessment could retain attacker persistence even after the original vulnerability has been closed.
(-1) Attack Attempts Are Likely to Increase
Public disclosure combined with confirmed exploitation can attract additional threat actors, increasing scanning and attack activity against exposed PaperCut infrastructure.
(-1) Operational Problems Could Complicate Emergency Remediation
The reported post-patch issues involving Card/ID lookup and SAML may create additional pressure for organizations balancing urgent security remediation with production availability.
PaperCut
(+1) The Incident Could Improve Enterprise Print Security
The broader lesson may ultimately be positive: organizations may begin treating print-management infrastructure as a genuine component of their security architecture rather than an isolated operational service.
(-1) Delayed Remediation Creates the Greatest Risk
The organizations most exposed to future damage will likely be those that leave internet-accessible PaperCut servers unpatched or fail to investigate systems that were vulnerable during the exploitation window.
The Bottom Line
PaperCut NG and MF customers are facing a real and urgent security situation, not merely a theoretical vulnerability disclosure. PaperCut has confirmed active exploitation, confirmed customer incidents, two serious vulnerabilities and the need for a second emergency patch containing additional hardening.
PaperCut
The correct response is straightforward: restrict public access, deploy Emergency Patch Release 2, verify all relevant PaperCut servers and components, investigate for compromise, preserve evidence and rebuild affected Application Servers when compromise is suspected.
The most dangerous mistake now would be assuming that because PaperCut is associated with something as ordinary as printing, its servers cannot become a serious enterprise security risk. In modern networks, even the quietest infrastructure can become the door through which an attacker enters.
▶️ Related Video (80% Match):
🕵️📝Let’s dive deep and fact‑check.
🎓 Live Courses & Certifications:
Join Undercode Academy for Verified Certifications
🚀 Request a Custom Project:
Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands
References:
Reported By: x.com
Extra Source Hub (Possible Sources for article):
https://www.reddit.com
Wikipedia
OpenAi & Undercode AI
Image Source:
Unsplash
Undercode AI DI v2
🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]
📢 Follow UndercodeNews & Stay Tuned:
𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube




