PaperCut AI Agent Attack Hit 395 Organizations, Exposing a Faster Patch Race
PaperCut became the center of an AI-assisted attack that compromised at least 440 servers across 395 organizations in 48 countries. According to GreyNoise, hundreds of agents helped one operator develop exploits, identify targets, and execute intrusions at an unusually compressed pace.
The PaperCut AI agent attack matters because it turned a familiar security failure into a high-speed operation. Vulnerable internet-facing software, delayed patching, and excessive server privileges are not new. What changed was the attacker’s ability to coordinate those ingredients across hundreds of targets with limited manual work.
The campaign also complicates simple claims about autonomous hacking. GreyNoise attributed important parts of the operation to AI agents, but a human selected the objective, assembled tools, and supplied targeting instructions. The agents increased speed and reach while also making mistakes. That combination, acceleration without reliable control, is the central security problem.
The PaperCut AI Agent Attack Scaled From a Lab to 48 Countries
The campaign converted exploit development, target discovery, and intrusion into parallel workflows that moved faster than a conventional response cycle.
GreyNoise said it had tracked malicious activity from the campaign’s main orchestration address since early July 2026. That infrastructure had previously targeted internet-facing products from several major technology vendors.
On August 31, researchers observed a likely Russian-speaking attacker develop and test exploits against PaperCut NG and MF. These self-hosted applications manage printing, copying, and scanning across business and institutional networks.
The attacker constructed a laboratory containing vulnerable PaperCut software and an Active Directory server. Active Directory is Microsoft’s central service for managing enterprise users, computers, permissions, and authentication.
At the same time, separate workflows reportedly used the Netlas internet-scanning service to assemble target lists. This parallel structure reduced the delay between proving an exploit and finding exposed systems that accepted it.
The campaign targeted CVE-2026-81578 and CVE-2026-82078. The first vulnerability allowed unauthenticated requests to modify certain PaperCut system configurations under specific conditions.
The second vulnerability involved unsafe dynamic class loading in PaperCut’s database utilities. It allowed arbitrary Java bytecode to execute when an attacker could manipulate the required configuration values.
The two weaknesses were especially dangerous when chained. An attacker could first bypass an access control boundary, alter configuration, and then reach remote code execution.
Remote code execution, or RCE, lets an attacker run chosen commands on another system. PaperCut’s self-hosted applications commonly run with SYSTEM-level privileges on Windows, giving successful code execution substantial local authority.
GreyNoise’s detailed campaign analysis attributed the operation to hundreds of agents using OpenAI’s Codex as a harness and a DeepSeek model. A harness is the software layer that gives a model tools, working memory, and permission to perform multistep tasks.
That distinction is important. GreyNoise did not say OpenAI models generated the attack logic. Its report identified Codex as the orchestration environment and a DeepSeek model as the model used inside that environment.
The agents also worked with existing offensive security software. The observed toolkit included credential utilities, network-mapping tools, tunneling software, and custom Rust programs.
This was not an autonomous model inventing every attack technique from first principles. It was an operator combining model-driven coordination with mature tools and known post-exploitation methods.
According to GreyNoise, the attacker moved from an empty workspace to RCE against a real victim in just under four hours. The first domain administrator compromise followed about two hours later.
Once the campaign fully launched, it compromised at least 11 organizations within 26 seconds. One American high school reportedly went from initial access to full domain administrator privileges in seven minutes.
The final count observed by GreyNoise reached at least 440 PaperCut instances associated with 395 identified organizations. Researchers also encountered victims that they could not confidently connect to named organizations, so the total may be incomplete.
Those results make the PaperCut AI agent attack more than another mass scan against recently disclosed vulnerabilities. The operation connected development, validation, targeting, and exploitation in one repeatable system.
The incident reporting also documented credential harvesting at 280 victims. Operating-system or domain secrets were obtained from 147 victims, while domain administrator access was achieved at 12 organizations.
That distribution matters. Compromising a server does not automatically mean compromising an entire enterprise domain. Yet even a limited percentage becomes serious when automation can produce hundreds of initial footholds.
Schools Faced the Heaviest Pressure From the Compressed Patch Window
Education organizations carried the largest share of the damage because exposed infrastructure met a campaign operating at machine speed.
GreyNoise identified 204 affected instances in education, compared with 51 in its other or unclassified category. Retail, commercial, and professional services accounted for 38 affected instances.
The concentration did not necessarily reflect a deliberate campaign against schools. Researchers described the activity as opportunistic and said the victim distribution likely reflected PaperCut’s customer base.
PaperCut software has an obvious role in education. Schools and universities operate shared printers, student accounts, staff directories, usage quotas, and centralized administrative services.
Those requirements can place a print-management server close to identity infrastructure. A domain-joined application server may hold credentials or trust relationships that become valuable after an attacker gains local control.
The United States recorded 98 affected instances, the largest national total in GreyNoise’s data. The United Kingdom followed with 59, while France and Spain each had 31.
Canada recorded 24 affected instances. Victims appeared across 48 countries, confirming that the operation was not confined to one school system, hosting provider, or regional network.
PaperCut first reported that it was investigating active exploitation after receiving customer incident reports. Its updated security bulletin said the first reported compromise arrived on August 27 from an organization serving education customers.
Emergency patches followed, but the response evolved as PaperCut investigated additional behavior. On September 10, the company published maintenance releases that replaced the earlier emergency builds.
PaperCut NG and MF versions 26.0.5, 25.0.13, and 24.1.10 contain the relevant fixes and added hardening. The company advised customers on emergency builds to move to a maintenance release.
The incident exposed a difficult timing mismatch. Vendors need to verify flaws, build fixes, test releases, and distribute clear guidance. Defenders must then identify affected servers, schedule work, apply updates, and investigate possible compromise.
An AI-assisted operator can perform several offensive steps concurrently. One workflow can refine an exploit while others enumerate targets, validate access, or prepare post-exploitation commands.
That concurrency shrinks the useful life of a traditional emergency process. A patch released within days can still arrive after attackers have established access, especially when administrators cannot immediately interrupt critical services.
The pressure becomes sharper for schools. Many education organizations manage broad networks with constrained security staffing, varied hardware, and maintenance schedules tied to classroom operations.
A print server can appear less urgent than an identity system or internet gateway. Yet its permissions and network position can turn it into a route toward privileged credentials.
The campaign’s speed changes what “patch quickly” means. Weekly review cycles and next-day change windows may be too slow for an exposed service under active exploitation.
Defenders also cannot assume that installing a patch ends the incident. A patch closes the original vulnerability, but it does not remove accounts, tunnels, malware, or stolen credentials created before the update.
PaperCut told customers to examine server logs, unexpected log deletion, suspicious child processes, and files written during exploitation. It also warned that attackers might remove some artifacts, so their absence cannot rule out compromise.
That creates two simultaneous tasks. Administrators must close the entry point while incident responders determine whether the attacker already crossed it.
This distinction places direct pressure on security leaders, managed service providers, and software vendors. Their emergency procedures must support patching and compromise assessment at the same time.
The PaperCut AI agent attack therefore tests more than technical defenses. It tests whether organizations can convert a vendor warning into inventory, containment, forensic review, and credential recovery within hours.
The Real Conflict Is Agent Speed Versus Human Response Time
AI did not create the vulnerabilities, but it helped compress a multistage intrusion into a workflow that conventional response processes struggled to match.
The most important comparison is not AI attackers against human defenders in the abstract. It is automated offensive coordination against operational processes built around human review.
The attacker still depended on several familiar conditions. PaperCut servers had to be exposed and vulnerable. Some environments provided privileged execution, domain membership, or weak credential boundaries.
Post-exploitation also relied on known techniques. In one path, the attacker dumped LSASS memory and registry secrets, then reused recovered password hashes against a domain controller.
LSASS is the Windows process responsible for enforcing local security policy and handling authentication material. Access to its memory can expose credentials that support lateral movement.
A second path used the noPac technique against environments that had not patched two Active Directory vulnerabilities disclosed in 2021. This shows how an older weakness can amplify the impact of a new entry point.
A third path required a particularly risky configuration. If PaperCut ran on a domain controller or under a domain administrator service account, the attacker could add a new account to the Domain Admins group.
GreyNoise said all three paths eventually used DCSync. This technique imitates a domain controller’s replication request to retrieve password data from Active Directory.
None of those methods is new. The change came from connecting them through agents that could inspect conditions, select steps, run tools, and adapt when a command failed.
Conventional mass exploitation often follows a rigid script. It scans for a signature, sends a fixed payload, and moves to the next address. An agentic workflow can introduce conditional reasoning between those actions.
That does not make the system infallible. It makes the attacker’s automation more flexible. A model can interpret tool output and choose another established technique without waiting for a human to review every host.
The campaign also reduced the cost of parallelism. A single operator could reportedly assign hundreds of agents to separate victims instead of manually maintaining hundreds of interactive sessions.
That arrangement shifts the attacker’s bottleneck. The scarce resource becomes supervision and follow-through, not the ability to obtain initial access.
GreyNoise observed multiple-day delays between initial access and domain administrator compromise at some victims. Researchers attributed those delays to the operator’s lack of action, rather than a technical obstacle.
This finding shows that the agents did not eliminate human dependence. They created more successful access than the operator could immediately exploit.
That surplus is dangerous even when many victims receive little attention. Access can remain available for later use, sale, data theft, ransomware deployment, or transfer to another criminal group.
GreyNoise had not determined the final objective when it published its findings. The company said the actor might be developing access for affiliates or preparing direct follow-on activity.
The attack therefore sits between autonomous intrusion and AI-assisted scaling. Human intent remained decisive, but automated agents performed enough independent work to change the campaign’s tempo.
The 2026 incident also echoes an established PaperCut history. In 2023, CISA, the FBI, and international partners issued a joint security advisory after ransomware actors exploited a different PaperCut vulnerability.
That earlier campaign demonstrated the value of internet-facing print servers to criminal groups. The new incident adds agent-driven orchestration to an already attractive attack surface.
This is the core reversal. AI security debates often focus on whether models can discover unknown vulnerabilities or devise novel attacks. Here, the larger impact came from applying AI to ordinary operational work.
The agents helped assemble targets, develop a working chain, operate common tools, and repeat the process. That was enough to turn a patch race into a global compromise event.
For defenders, the relevant countermeasure is not a product that labels every command as AI-generated. The network still records processes, accounts, connections, configuration changes, and credential access.
Security programs need to detect those outcomes quickly, regardless of whether a human, script, or language model initiated them. Agent speed raises the required response tempo, but it does not erase observable behavior.
Agent Errors Complicate the Autonomous Hacking Narrative
The same autonomy that expanded the campaign also produced inconsistent targeting and uneven results, limiting claims that agents operated with reliable control.
GreyNoise said the attacker maintained a list of 28 countries that the agents were instructed to avoid. The list included Russia, China, Iran, Belarus, Ukraine, Brazil, and South Africa.
Observed victim data showed that the restriction failed in several cases. GreyNoise recorded affected systems in China, Kazakhstan, Namibia, Nigeria, Pakistan, South Africa, Brazil, and Zimbabwe.
Researchers said the reason for those deviations remained unclear. The agents might have misclassified locations, followed stale data, misunderstood constraints, or executed tasks without rechecking the target policy.
The result illustrates an important tradeoff. An operator can gain enormous reach by delegating decisions, but delegated systems can violate instructions at the same speed.
That risk matters to criminals because unwanted targeting can attract enforcement or disrupt political protections. It also matters to legitimate organizations that deploy agents for administration, testing, or security research.
An agent given command execution and network access can interpret an ambiguous objective too broadly. Guardrails at the conversational level do not necessarily constrain every tool call or downstream process.
This campaign does not establish that one specific model independently chose its victims. It shows that an agent system reportedly failed to maintain the operator’s geographic restrictions.
Attribution also requires caution. GreyNoise described the operator as likely Russian-speaking, partly based on language and the pattern of avoided countries. That assessment is not the same as identifying a person, criminal group, or state sponsor.
The role of individual AI components remains similarly bounded by available evidence. GreyNoise observed Codex as a harness and a DeepSeek model within the workflow, alongside public offensive tools.
Neither OpenAI nor DeepSeek directed the operation. The attacker selected and configured the components, provided objectives, and supplied the environment in which they acted.
It would also be inaccurate to credit AI with every one of the 395 organizational compromises. GreyNoise’s sensor data supports an AI-orchestrated campaign, but each victim’s exact sequence may vary.
The reported outcomes were uneven. Credential harvesting occurred at 280 victims, secrets were obtained at 147, and domain administrator access was confirmed at 12.
Those numbers describe meaningful damage, but they also reveal limits. The agents did not reliably transform every foothold into enterprise-wide control.
Traditional controls sometimes stopped them. GreyNoise documented at least one target where Cloudflare’s web application firewall blocked an attempted compromise.
PaperCut also reported cases where endpoint protection detected child shell processes and isolated the server. These examples counter the idea that AI-assisted attacks automatically defeat existing security tools.
The failure rate does not make the campaign harmless. Automation can tolerate many failed attempts when successful attempts remain inexpensive and fast.
However, it changes the defensive lesson. Organizations do not need to solve artificial general intelligence to reduce their exposure. They need layered controls that force the agents into repeated, visible failures.
Removing public exposure where it is unnecessary cuts off target discovery. Prompt patching closes the initial path. Least-privilege service accounts limit what a compromised application can reach.
Network segmentation can prevent a print server from contacting sensitive identity services. Endpoint detection can interrupt credential dumping, tunneling, and suspicious process chains.
A web application firewall can block exploit traffic before it reaches the application. Centralized logging can preserve evidence even if an attacker deletes local server logs.
These measures are familiar because the underlying security problem remains familiar. The PaperCut AI agent attack increased the speed and scale of exploitation, not the wisdom of giving an application excessive privileges.
The skeptical conclusion cuts both ways. It would be wrong to dismiss this as ordinary scripting because GreyNoise observed model-driven parallel work and adaptation.
It would also be wrong to describe the campaign as a fully autonomous cyber force. Human direction, exposed systems, known tools, and legacy weaknesses remained essential.
The most defensible interpretation lies between those extremes. Agentic systems can make a moderately skilled operator behave like a larger team, while introducing mistakes that become harder to contain at scale.
What Defenders Should Watch After the PaperCut AI Agent Attack
The next test is whether defenders find persistent access before the campaign’s initial footholds become ransomware, data theft, or traded credentials.
The first signal is PaperCut’s evolving incident guidance. Customers should track changes to the vendor bulletin, supported maintenance releases, and newly published indicators of compromise.
PaperCut identified suspicious activity involving its pc-app process, unexpected server-log deletion, database errors, and unfamiliar files. The company cautioned that attackers may clean up files as activity progresses.
That warning makes behavioral evidence important. A clean file search cannot outweigh suspicious account creation, credential access, network tunnels, or unexplained domain-controller activity.
Organizations running PaperCut NG or MF should first establish which versions are deployed. They should also determine whether any application server remains reachable from the public internet.
Administrators then need to confirm that installed builds contain the maintenance fixes. Emergency builds should be replaced with the corresponding maintenance release identified by PaperCut.
Patching should trigger investigation rather than close the ticket. Teams need to review activity from August 2026 onward, especially around the first exploitation reports and the August 31 campaign launch.
The second signal is follow-on abuse of the harvested credentials. GreyNoise recorded credential access at 280 victims and operating-system or domain secrets at 147.
Credentials remain valuable after the original vulnerability is fixed. Attackers can reuse hashes, authenticate through remote services, create persistence, or sell access to another operator.
Security teams should examine newly created accounts, privileged-group changes, unusual replication requests, and authentication from unfamiliar systems. They should also rotate credentials exposed on compromised servers.
A DCSync event deserves particular attention because it can indicate an attempt to retrieve domain credential data. An attacker with that information can preserve access beyond the life of the original server exploit.
Any organization that finds evidence of domain compromise should treat recovery as an identity incident. Rebuilding one PaperCut server will not invalidate stolen credentials or remove unauthorized directory changes.
The third signal is reuse of the same operating model against other enterprise products. GreyNoise had already associated the campaign infrastructure with attacks against multiple internet-facing technologies.
The PaperCut workflow is portable. An operator can replace the vulnerable product while keeping the scanning services, agent harness, models, offensive tools, and parallel task structure.
Future campaigns will clarify whether this was an unusual case or a repeatable template. A similar sequence against another widely deployed application would strengthen the conclusion that agent orchestration has become standard criminal infrastructure.
Defenders should watch for campaigns that move from vulnerability disclosure to adaptive exploitation within hours. They should also track whether agents modify payloads, select different privilege-escalation routes, or manage persistence across many victims.
The full incident timeline suggests that speed now matters at every step. Detection queues, approval chains, and maintenance processes all become security controls when exploitation unfolds this quickly.
Organizations can prepare by connecting asset inventory to vulnerability alerts. A critical vendor advisory should automatically identify exposed systems, owners, business dependencies, and available containment options.
They should also preserve investigation context. Incident decisions scattered across tickets, chat, email, and meeting notes slow response when analysts must reconstruct what changed.
A searchable technical knowledge base can help teams connect advisories, inventories, prior incidents, and remediation records. It does not replace security tooling, but it can reduce time lost to fragmented information.
The PaperCut AI agent attack ultimately offers a concrete planning question. Can an organization identify an exposed application, contain it, patch it, and investigate it within the attacker’s four-hour development window?
For many teams, the honest answer will be no. That gap should guide the next exercise, budget decision, and infrastructure change.
Start with the systems that combine internet exposure, privileged execution, and identity access. Measure how long an urgent advisory takes to reach the person who can act. Then test whether the organization can preserve evidence while making the service safe.
AI agents gave this attacker more parallel capacity, but they did not make defense impossible. They made slow ownership, incomplete inventories, and excessive trust far more expensive.



