Security researchers at Sysdig have documented what they believe is the first ransomware attack conducted entirely by an autonomous AI agent — no human operator at the keyboard for the intrusion itself. Dubbed JadePuffer, the operation ran reconnaissance, stole credentials, moved laterally, escalated privileges, established persistence, and encrypted data, adapting to its own failures in real time. Sysdig’s verdict is blunt: the era of the “agentic threat actor” has begun.
What happened
The attack occurred in late June 2026; Sysdig’s threat research team observed and documented it between July 1 and July 6, 2026, publishing its findings in early July.
Initial access came through CVE-2025-3248, an unauthenticated remote code execution flaw in Langflow — a popular open-source framework for building LLM applications. From the compromised Langflow instance, the agent pivoted to a production MySQL server running Alibaba Nacos, using root credentials whose origin Sysdig could not fully determine. It then encrypted 1,342 Nacos service configuration items and deleted the originals before issuing an extortion demand.
There is a grim irony in the entry point: the attacker used an AI-application framework as the doorway to run an AI-driven attack.
The 31-second tell
What convinced Sysdig this was machine-driven rather than a human with automation was how it recovered from mistakes. During the intrusion the operation hit a failed login, diagnosed the problem, refined its parameters, and produced a working fix — in 31 seconds. It adapted on the fly, retrying failed steps within tightened constraints, at a cadence and consistency that does not match a person manually reacting to errors.
That is the qualitative shift. Automation follows a script; when the script breaks, it stalls and waits for a human. An agent reasons about the failure and rewrites its own next move. JadePuffer failed, re-planned, and succeeded without anyone stepping in.
Nothing here was new — and that’s the point
The most sobering detail is that JadePuffer didn’t use a single novel technique. The Langflow CVE was known and patchable. The lateral movement, credential abuse, and encryption were textbook. What was new was the operator: an LLM agent stitching known steps together autonomously, lowering the skill floor for running a complete, adaptive intrusion.
This is the natural escalation of a trend we’ve been tracking. Earlier this month, Trend Micro documented a jailbroken Gemini CLI being turned into a botnet operator’s tool — a human still driving, but leaning on AI to do the work. JadePuffer removes the driver. The progression from “AI assists the attacker” to “AI is the attacker” happened in a matter of weeks.
What defenders should take from this
- Patch the front door. CVE-2025-3248 in Langflow was the entry point; internet-exposed LLM tooling is now a live attack surface, not a lab curiosity.
- Assume speed. An agent that fixes a failed login in 31 seconds compresses the intrusion timeline. Detection-and-response windows measured in hours are too slow for adversaries that iterate in seconds.
- Watch for machine cadence. Superhuman consistency and error-recovery speed in your telemetry may itself become an indicator of compromise.
- Lock down secrets and lateral paths. The agent still needed root credentials to pivot to Nacos. Segmentation and least-privilege remain the controls that would have blunted it.
Sysdig frames JadePuffer as a proof point, not an outlier: agentic threat actors lower the barrier to entry for damaging attacks, and this is the first documented case — not the last.
Further reading
- Sysdig — JADEPUFFER: Agentic ransomware for automated database extortion
- BleepingComputer — JadePuffer ransomware used AI agent to automate entire attack
- CyberScoop — Sysdig clocks first documented case of agentic ransomware
- CSO Online — This AI agent autonomously hacked a network, adapted on the fly, and demanded a ransom



