• Tech Support ⤴
  • Projects
  • Services
    • AI Development
    • UI/UX Design
    • Web Development
    • Technology Support
    • Mobile App Development
    • Banking ATM Interfaces
    • Process Automation
    • Security Auditing
    • Local AI Servers
  • odoo ERP
get in touchStart with Eva
logo
Tech Support ⤴
Projects
Services
AI DevelopmentUI/UX DesignWeb DevelopmentTechnology SupportMobile App DevelopmentBanking ATM InterfacesProcess AutomationSecurity AuditingLocal AI Servers
odoo ERP
get in touchStart with Eva
Loading…
logo

Transforming businesses through AI-powered digital innovation and creative excellence.

Quick Links

BlogAinexProjectsContact us

Contact Us

pinDubai Digital Park, A5, DTEC - Silicon Oasisemail[email protected]phone+971 55 7538087
© 2026 aratech. All rights reserved.
Privacy PolicyTerms of ServiceCookie Policy
Home / Blog / PaperCut Hit by Pre-Auth RCE Chain — The Patch That Wasn't Enough

PaperCut Hit by Pre-Auth RCE Chain — The Patch That Wasn't Enough

PaperCut NG/MF hit by a devastating pre-auth RCE chain combining CVE-2026-81578 and CVE-2026-82078. The first emergency patch was bypassed within hours, forcing a second release. Nearly half of all installations remain unpatchable.

August 29, 2026 - 7 min read

Key Takeaways

ExpandCollapse
  • - Two chained PaperCut vulnerabilities (CVSS 8.8 + 9.4) enable unauthenticated remote code execution
  • - The first emergency patch was bypassed within hours — Emergency Patch Release 2 is mandatory
  • - 47% of PaperCut installations run v23 or older with no patch available
  • - Active exploitation confirmed by Huntress in customer environments
  • - Print management software is the latest overlooked infrastructure being targeted by attackers
Dark cyberpunk illustration of a printer being remotely hijacked by glowing code streams

On August 27, 2026, PaperCut Software published an urgent security bulletin confirming what every organization with internet-facing print infrastructure feared: attackers were actively exploiting a previously unknown vulnerability chain in PaperCut NG and PaperCut MF. Within 48 hours, the vendor had assigned two CVEs, shipped an emergency patch, discovered that patch was bypassed, and shipped a second emergency fix built with input from Huntress and watchTowr researchers.

This is one of the fastest public patch-bypass-repatch cycles in recent memory. And it exposes a uncomfortable truth: the software your office relies on every day might be the weakest link in your security posture.

The Two Flaws That Changed Everything

The attack chain combines two vulnerabilities that are devastating on their own but catastrophic together.

CVE-2026-81578 (CVSS 8.8) is an authentication bypass in PaperCut's web management interface. Under specific conditions, unauthenticated remote requests targeting administrative functions can trigger backend actions before access validation checks complete. In plain terms: an attacker can reach admin-level functions without ever providing a password.

CVE-2026-82078 (CVSS 9.4) is an unsafe dynamic class-loading flaw in the database connection utilities. The application loads database driver classes based on configurable driver names without validating them against an approved allowlist. If an attacker can manipulate system configuration parameters, they can execute arbitrary Java bytecode under the security context of the PaperCut server process.

Together, these flaws create a clean pre-authentication remote code execution chain. As watchTowr's Jake Knott explained: "CVE-2026-81578 allows you to bypass authentication, and from there you can edit a configuration file to exploit CVE-2026-82078 and gain Remote Code Execution."

Active Exploitation in the Wild

This was not a theoretical exercise. Huntress observed exploitation in two customer environments on August 26-27, with attacker activity focused on system discovery commands like whoami, ver, and tasklist, along with heavy anti-forensics activity.

The attackers were methodical. They gained access through the authentication bypass, modified system configuration to load a malicious Java class, and then ran reconnaissance commands to understand the compromised environment before covering their tracks.

What makes this particularly dangerous is that PaperCut servers are often internet-facing by design. Organizations deploy them to allow employees to print from anywhere. That convenience just became an open door.

The Patch That Wasn't Enough

Here is where the story gets alarming. PaperCut shipped an initial emergency patch on August 27. Within hours, watchTowr researchers fully reproduced the vulnerabilities, discovered multiple bypasses for the first patch, and identified an additional authentication bypass vulnerability.

This forced PaperCut to release Emergency Patch Release 2 on August 28, incorporating additional hardening developed in collaboration with Huntress and watchTowr.

"If you applied only the first patch, you are not protected," PaperCut warned. This is a critical distinction for IT teams who may have patched on Wednesday and assumed they were safe by Thursday.

The Unpatchable Majority

Perhaps the most sobering statistic comes from Huntress: roughly 47% of the approximately 2,500 PaperCut installations they track run version 23 or older. For these systems, no emergency patch exists. The only path forward is a full upgrade.

That means nearly half of all known PaperCut installations cannot be patched against this vulnerability chain without a major version upgrade — a process that typically requires planning, testing, and downtime that many organizations cannot arrange on short notice.

Detection and Response

The good news is that detection is feasible right now. Vendor-confirmed log signatures include:

  • ERROR DatabaseUtils - Database error looking up cardID: VALUES CAST
  • ERROR No suitable driver found for jdbc:no:x
  • The jdbc:derby:memory:pwn breadcrumb in server logs

Security teams should immediately:

  1. Check your version. If you run PaperCut NG or MF, confirm whether you are on v24 or later. If you are on v23 or older, plan an emergency upgrade.
  2. Apply Emergency Patch Release 2. Even if you already installed the first patch, Release 2 is mandatory. The first patch was bypassed.
  3. Audit your logs. Search for the indicator strings above. If you find them, assume compromise and begin incident response.
  4. Restrict access. If you cannot patch immediately, take the web management interface off the public internet. VPN-only access is a viable stopgap.
  5. Monitor for follow-on activity. Attackers who gained access may have established persistence. Check for new user accounts, scheduled tasks, and unusual network connections.

What This Means for Your Business

The PaperCut incident is a wake-up call about supply chain risk in everyday infrastructure. Print management software is not glamorous. It does not get the same security scrutiny as your identity provider or your cloud platform. But it sits on your network, runs with elevated privileges, and often faces the internet.

This pattern — attackers targeting overlooked infrastructure software — is accelerating. From PaperCut to MOVEit to Barracuda, the lesson is consistent: if it is connected, it is a target.

For organizations in the Middle East and beyond, this is the time to audit your internet-facing assets. Not just the obvious ones. The print server, the backup console, the management interface that "nobody uses" — those are exactly the doors attackers are walking through.

The bottom line: Patch PaperCut to Release 2 today. If you cannot patch, isolate. And while you are at it, ask yourself what other "set and forget" infrastructure is sitting on your network, waiting to be discovered.

Table of Contents

  • ↗The Two Flaws That Changed Everything
  • ↗Active Exploitation in the Wild
  • ↗The Patch That Wasn't Enough
  • ↗The Unpatchable Majority
  • ↗Detection and Response
  • ↗What This Means for Your Business

Related Posts

Dark cyberpunk holographic shield with a crack revealing red warning code, representing the Microsoft Entra ID vulnerability

Microsoft Entra ID Hit by CVSS 10.0 RCE — The Identity Backbone Almost Broke

Microsoft disclosed CVE-2026-69836, a perfect CVSS 10.0 remote code execution vulnerability in Entra ID. The deserialization flaw allowed unauthenticated attackers to execute code in the identity backbone powering Microsoft 365 and Azure — and Microsoft initially mislabeled it as actively exploited.

Necolas HamwiNecolas Hamwi
August 28, 2026 - 7 min read
Dark cyberpunk illustration of a Windows kernel under attack from Lazarus Group exploit code with neon purple and cyan accents

Microsoft's August 2026 Patch Tuesday: 421 CVEs, a Lazarus Zero-Day, and Your Windows Kernel Is the Battlefield

Microsoft's August 2026 Patch Tuesday patched 421 CVEs including CVE-2026-68820, an actively exploited zero-day in the Windows kernel used by North Korea's Lazarus Group to install the FudModule rootkit. Three additional CVSS 9.8 flaws and a completed SharePoint RCE chain make this one of the most urgent Patch Tuesdays in history.

Necolas HamwiNecolas Hamwi
August 27, 2026 - 7 min read
Dark cyberpunk visualization of a DNS rebinding attack poisoning a local AI model through a browser, with neon purple and cyan circuit motifs

One Website Visit Can Poison Your AI Agent: The NVIDIA NemoClaw DNS Rebinding Flaw

Oasis Security disclosed CVE-2026-65105, a DNS rebinding vulnerability in NVIDIA's NemoClaw that lets a malicious webpage silently poison the local AI model behind a developer's agent. The attack requires zero user interaction beyond visiting a webpage and persists below the layer any guardrail can detect.

Necolas HamwiNecolas Hamwi
August 26, 2026 - 7 min read