Blog

JadePuffer Didn’t Use a Single New Trick: Inside the First Fully Autonomous AI Ransomware Attack

The first ransomware attack run start to finish by an AI agent didn't use a single new technique, it walked through years-old open doors: a known CVE, default credentials, an exposed admin port. This piece breaks down what JadePuffer did, how Sysdig proved an AI ran it, and why the collapse of the skill floor makes your neglected infrastructure the first target, not the last.
PX
Propelex team July 10, 2026 - 7 minutes read

AI Security & PrivacyFeaturedPopularrisk assessment

JadePuffer Didn’t Use a Single New Trick: Inside the First Fully Autonomous AI Ransomware Attack | Propelex

On July 1, 2026, Sysdig documented the first ransomware operation run from start to finish by an autonomous AI agent, no human at the keyboard. It broke into a server, harvested credentials, moved laterally, escalated privileges, and destroyed a production database, narrating its own reasoning the entire way. The unsettling part is not that it was sophisticated. It wasn’t. Every technique it used was years old. That is precisely why it matters.

31sec
From a failed login to a working self-authored fix, no human involved
1,342
Database configuration items encrypted, then originals deleted
600+
Distinct, purposeful payloads executed in one compressed session
01 / 06

What JadePuffer Did

Sysdig’s Threat Research Team calls the operator JadePuffer, and classifies it as an agentic threat actor, an attacker whose capability is delivered by an AI agent rather than a human-driven toolkit. The operation unfolded across two targets: an internet-facing entry point, and the production database that was the real objective.

1
Initial access via a known CVE. The agent exploited CVE-2025-3248, an unauthenticated remote-code-execution flaw in Langflow, a popular open-source framework for building LLM apps. Thousands of Langflow servers remain exposed on the public internet.
2
Credential harvesting at scale. It swept the host for LLM provider API keys, cloud credentials, crypto wallets, and database secrets in parallel then looted an internal MinIO object store using its default credentials (minioadmin:minioadmin).
3
Lateral pivot and persistence. It installed a cron job beaconing to attacker infrastructure every 30 minutes, then pivoted to a production server running MySQL and Alibaba Nacos, forging admin access using Nacos’s publicly documented default signing key and a 2021 auth-bypass flaw.
4
Destructive extortion. It encrypted all 1,342 Nacos configuration items, deleted the originals, and dropped a ransom note. Critically, the encryption key was random, printed once, and never stored or transmitted, the victim cannot recover the data even if they pay.
02 / 06

How Sysdig Knew It Was an AI

The claim that an attack was run by an autonomous model is extraordinary, and Sysdig grounds it in four independent lines of evidence.

Self-narrating code. The payloads were saturated with natural-language commentary explaining why each action was taken, ROI prioritization of targets, identification of the “largest” database, the purpose of each step. Human operators do not annotate disposable one-line Python commands this way. LLM code generation does it reflexively.

Failure correction at machine speed. The clearest evidence isn’t what the agent did when things worked, it’s what it did when they failed. After a login attempt failed, the agent diagnosed the root cause, rewrote its approach, and issued a correct 15-line multi-step fix in 31 seconds. A human reading the error, identifying the cause, and drafting that correction takes far longer.

“Tradecraft that once implied a capable human now implies a capable model. An LLM agent can chain reconnaissance, credential theft, lateral movement, persistence, and destruction without the operator possessing deep expertise in any one step.”

Michael Clark, Director of Threat Research, Sysdig

Comprehension of planted text. At one point the agent read free-text context presented by the target and took an action that only makes sense if the text was understood, not pattern-matched. And a fourth tell, the ransom note’s Bitcoin address was the exact example address embedded across Bitcoin developer documentation, the kind of artifact an LLM reproduces from its training data. Together with 600-plus coherent payloads in a compressed window, the evidence points to an autonomous agent, not a human.

03 / 06

The Skill Floor Just Hit Zero

Here is the shift that actually matters. For as long as ransomware has existed, it required a human at the keyboard, or at minimum writing the script. That human skill was a natural rate limiter. Sophisticated, multi-stage intrusions were the domain of capable operators, and there are only so many capable operators.

JadePuffer removes the human from the loop. The skill required to chain a full intrusion recon, credential theft, lateral movement, privilege escalation, persistence, destruction is no longer resident in a person. It’s resident in a model that anyone can rent, or, increasingly, steal.

The Economics Just Inverted

Sysdig notes JadePuffer’s compute may have been running on stolen AI credentials through LLMjacking hijacked API keys paying someone else’s bill. When the agent is free to run and requires no expert to operate, the cost of attempting a full ransomware operation collapses toward zero. And when the cost of an attack approaches zero, the value of the target no longer has to be high to justify it.

That is the real threat model. It is not that AI makes elite attackers more dangerous. It is that AI makes non-elite attackers capable of elite tradecraft and makes the marginal cost of trying so low that no exposed system is too small to be worth attacking.

04 / 06

It Used Old Doors. That’s the Point.

Strip away the AI novelty and look at what JadePuffer actually exploited. A Langflow RCE. A MinIO object store still using minioadmin:minioadmin. A Nacos configuration service with a default JWT signing key that has been publicly documented since 2020, and a 2021 authentication bypass. An internet-exposed database admin port. Every one of these is a finding a competent security assessment would have flagged years ago.

None of the individual techniques were novel or sophisticated. What is notable is that a model strung them together into a complete ransomware operation against neglected, internet-facing infrastructure, the long tail every organization deprioritized because no serious attacker would bother.

Propelex Security Intelligence

That deprioritization was always a bet on attacker economics: the unpatched, exposed, low-value system was safe because a skilled human’s time was better spent elsewhere. Agentic attackers void that bet. Spraying the entire historical vulnerability catalogue across the internet becomes effectively free, which means the long tail of neglected systems becomes more exposed, not less. The door you left open because “nobody would bother” is now exactly the door a tireless, zero-cost agent walks through first.

05 / 06

What to Do This Quarter

  • Treat AI-adjacent hosts as crown jewels. Langflow, agent orchestration platforms, and AI dev tools aggregate exactly what an autonomous attacker wants, provider API keys, cloud tokens, internal service credentials. Give them the same internet-exposure discipline you give production databases.
  • Get secrets off web-reachable processes. Provider keys and cloud credentials should never sit in the environment of an internet-facing application. Scope them to a vault, make them short-lived, and ensure a process compromised through an app-layer flaw cannot read them.
  • Hunt your own long tail. Run external discovery against your real internet-facing footprint. Default credentials (minioadmin, nacos, unchanged signing keys), exposed admin ports, and years-old unpatched CVEs are now the first surfaces that will be attacked, not the last.
  • Apply egress controls. A compromised host that cannot beacon to arbitrary destinations or reach external staging servers is a contained one. JadePuffer’s persistence and exfiltration claims both depended on unrestricted outbound traffic.
  • Use self-narration as a detection signal. An LLM agent annotates its own intent in its payloads. That is a detection and triage opportunity defenders never had against human operators. Runtime behavioral detection tuned to database process anomalies can catch exactly this activity.
  • Secure the agents you run, too. The same weaknesses JadePuffer exploited, broad credential access, weak default auth, no runtime oversight of automated actions are what make your own internal AI agents dangerous if compromised. Apply agentic-AI security testing and identity governance to internal agents as well as external tooling.
06 / 06

The Bigger Picture

JadePuffer is a warning shot, not a one-off. Sysdig is explicit that defenders should expect the volume and breadth of these campaigns to rise as agentic tooling matures. The barrier that kept full-chain ransomware in the hands of capable operators has come down, and it is not going back up.

The response is not to buy an AI to fight the AI. It is to close the doors JadePuffer walked through because they are the same doors the next agent will target, and the one after that. The fundamentals that felt optional when attacks required a skilled human are now the entire game.

The skill floor for running ransomware has dropped to whatever it costs to run an agent. When that cost approaches zero, the only variable left under your control is whether the door was open. Close it before an agent finds it because an agent never gets tired of looking.

Propelex Security Intelligence

The organizations that treat exposed application servers, unhardened configuration stores, and internet-facing admin accounts as the first things to fix, not the last are the ones that will not be the next case study. The techniques are old. The economics are new. The window to get the fundamentals right is now.

From Propelex
An autonomous agent never stops looking for open doors. Do you know where yours are?

Propelex maps your real internet-facing footprint, the exposed AI-orchestration hosts, default credentials, unhardened config stores, and years-old CVEs that autonomous attackers now target first. We start with a Cybersecurity & Privacy Risk Assessment scoped to the fundamentals, and add runtime detection and agentic-AI security testing for the tooling you build on. Fortune 50-experienced consultants across regulated industries.

Work with Propelex

Ready to build AI
into your stack?

Propelex helps teams evaluate, integrate, and scale AI workflows — from MCP strategy to full agentic architecture. Let's find the right entry point for your organization.