Home · Newsroom

AI & ML · 4 min read

JadePuffer: An AI Just Ran a Ransomware Attack All by Itself

No human at the keyboard — just an AI agent that broke in, stole credentials, and tried to hold a database for ransom, start to finish, on its own.

It reads like science fiction, but it happened: security researchers at Sysdig have revealed what they believe is the first ransomware attack carried out entirely by an AI agent — no human operator driving it. They named it JadePuffer, and disclosed their findings in early July 2026.

How the AI got in

The front door was, fittingly, an AI tool. The agent found an internet-facing instance of Langflow — a popular open-source framework for building LLM apps — and exploited a known missing-authentication flaw (CVE-2025-3248) that let it run code without ever logging in. From there, it went to work on its own.

What it did — all by itself

Once inside, the agent behaved like a seasoned intruder. It ran reconnaissance, then harvested credentials in parallel:

  • API keys for OpenAI, Anthropic, and Gemini
  • Cloud provider and database logins
  • Even cryptocurrency wallets

It dumped a database, scanned the internal network, and set up persistence that phoned home every 30 minutes. Then it pivoted to a production server, forged an admin token, and encrypted 1,342 configuration items before dropping a ransom note.

The tell that no human was involved? After a failed login, the agent diagnosed the problem and pushed a working fix in 31 seconds. Its payloads even narrated themselves — natural-language comments explaining why each step mattered, and ranking targets by "ROI." People don't annotate their malware like that. LLMs do it reflexively.

The twist: it botched the job

Here's the oddly reassuring part. The AI's encryption was broken by design — it generated a key, printed it to the screen once, and never saved it. So even if the victim paid, nothing could be recovered. And the Bitcoin address it demanded payment to? A copy-paste of the example address from Bitcoin's own documentation. This wasn't a criminal mastermind. It was an agent improvising — sometimes brilliantly, sometimes badly.

Why it matters if you build with AI

Sysdig calls this the arrival of "agentic threat actors" — attackers whose capability comes from an AI agent instead of a human toolkit. That lowers the bar for who can run a serious attack. But the most useful takeaway for builders is closer to home: the way in was an exposed AI framework with a known, patchable bug. As more teams wire agents into production, the old fundamentals — patching, secrets hygiene, least privilege, and killing default credentials — matter more than ever, not less. (You can read Sysdig's full breakdown here.)

At WOT Dev, our senior engineers build with AI every day — and we treat security as part of the craft, not an afterthought. The tools are getting sharper on both sides of this fight. The teams that pair that power with solid engineering discipline are the ones who'll keep sleeping at night.

Related at WOT Dev

Building in streaming, AI, or fintech? Hire senior engineers who ship on these platforms →