Security1 distinct publisher2 min readPublished
Huntress has seen exploitation in two customer environments. One flaw hands over PaperCut's configuration without a login, the second turns that configuration into a class loader, so patching and config review are one job.
The Watch · Security desk

Compiled by The WatchSomething wrong?How this is made
The authorization check reads the wrong object. A crafted request can name one page to be rendered in the response and a different page that owns the component or action actually executed, and PaperCut's permission test lands on the rendered page rather than on the code behind it [3]. That is the unauthenticated foothold.
CVE-2026-81578, scored 8.8, is that gap in the web management interface: unauthenticated remote requests reach administrative functions and trigger backend actions before access validation completes [5]. CVE-2026-82078, scored 9.4, sits in the database connection utilities, where the application instantiates driver classes from configurable driver names with no allowlist check [4]. Change the configuration without a login, then have the server load the class you named [1]. Huntress puts the end state as remote control over the trusted configuration and arbitrary Java code running inside the application's process [2]. The higher score is on the class loading; the half of the chain that deletes the login requirement is the 8.8 [2].
The payload Huntress recovered is a Java .class file, operating-system agnostic, running under Linux or Windows to fingerprint the machine and produce a directory listing, written to a file named Udydn.out under a /data/content/ path relative to the install directory [10]. It then deletes Udydn.out, the server's server.log, and /data/internal/derby.log [11].
PaperCut has not said what the malicious activity looked like [13], so the detection material in circulation is Huntress's artifact set plus whatever the server configuration itself shows. The database driver name is a stored, attacker-writable value, which makes reading that field, and the rest of the config, part of the same day's work as the patch [1]. Recommended containment: remove public exposure immediately, apply the patch, and restrict Application Server web access to trusted IP addresses or place it behind a VPN or another controlled administrative path [14].
Ranked by verification strength, evidence, and original report placement.
Malicious actors are exploiting a newly patched security flaw in PaperCut NG and PaperCut MF to execute arbitrary code on susceptible instances.
Huntress researchers John Hammond and Andrew Brandt said the vulnerability gives an unauthenticated attacker remote control over PaperCut's trusted configuration, which could be used to execute arbitrary Java code inside the application's process.
Huntress: in unpatched PaperCut NG and MF, a crafted request can refer to one page that is rendered for the response and another page that owns the component or action being executed; PaperCut's authorization check could trust the rendered page and miss the permissions required by the component behind it, letting an unauthenticated request change the server configuration and reach sensitive endpoints that trigger unsafe actions and arbitrary code execution.
CVE-2026-82078 (CVSS 9.4): an unsafe dynamic class loading vulnerability in the database connection utilities of PaperCut MF and NG; the application instantiates database driver classes based on configurable driver names without validating against an allowlist of approved drivers.
CVE-2026-81578 (CVSS 8.8): an improper access control vulnerability in the web management interface of PaperCut MF and NG; under specific conditions, unauthenticated remote requests targeting administrative functions can trigger backend actions prior to the completion of access validation checks.
PaperCut has publicly disclosed two flaws in NG and MF: CVE-2026-82078 and CVE-2026-81578.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · August 28, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
invest
NYDFS says a vendor's flaw reached its banks, and there is no regulator for the vendor1 distinct publisher
security
GTA VI leak: extortion leverage moves from the regulator to the fanbase1 distinct publisher
security
Pre-auth flaw in macOS Screen Sharing turns any exposed Mac into an arbitrary file read1 distinct publisher
security
Kimsuky keeps picking RDP, which puts detection on configuration instead of files1 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
One outlet, three named vendors
Only The Hacker News covers this, but it is not relying on a single voice: two Huntress researchers are named and quoted on the mechanism, watchTowr's threat intelligence head is quoted on the chaining, and the CVE text and scores are PaperCut's own. That is unusually specific for a day-one exploitation story — filenames, paths, commands, an error string to grep. What holds the score down is that no party outside those three vendors has confirmed the two intrusions, PaperCut will not describe the activity, and watchTowr had not answered the request for comment when this published.
Two environments, and no denominator
The only count in the whole story is two — two Huntress customer environments, one of them the August 27 incident. Against that sits a vendor shipping emergency patches twice in short order and a researcher claiming bypasses of the first, which tells you the attack surface is live even if the observed footprint is small. Nobody offers the number that would settle it: how many PaperCut Application Servers are reachable from the internet. Exploitation is confirmed and narrow; whether it is narrow because attackers are few or because the intruders' own tooling wipes the logs behind it, this reporting cannot say.
Slightly under its own ceiling
Two things pull in opposite directions and the understatement wins narrowly. The reassuring phrase in the story is "limited exploitation on two customer environments" — but the .class file attackers dropped deletes server.log, derby.log and its own output, so two is a floor established by evidence the attacker chose to leave behind. In the other direction, the tidy idea that both CVEs flow from one authorization design is inference, not reporting: the 9.4 bug is described as a missing driver allowlist in database utilities, which is a different mistake in a different place. The headline claim — unauthenticated requests loading attacker Java into the server process — is exactly what the vendors say.
Research that doubles as a sales demo
The two firms supplying the technical substance both sell services that would have caught this: Huntress found it in customer environments it monitors, and watchTowr, introduced as a preemptive exposure management firm, contributes the chaining claim, the patch bypasses and a quote from its head of threat intelligence that arrives with a hunting indicator attached. Useful and promotional are not mutually exclusive here. PaperCut's incentives run the other way — it published CVE text and scored the bugs, then said nothing about the attacks, and its assessment that the second patch adds hardening beyond the first is unverified by anyone else. Read watchTowr's "likely addressed in the second patch" as the hedge it is.
Firm on mechanism, thin on scope
We would stand behind the how: the chain, the CVE pair, what the deployed Java class does and which logs it removes are described consistently by parties in a position to know. We would not stand behind the how much. One outlet, all-vendor sourcing, no independent confirmation of the two compromises, and a moving target — a second emergency patch has already replaced the first, and the researchers who broke the bypasses have not yet said which of them the new patch closes.