Monday Jul 13

Sysdig Catches AI Running Ransomware Solo

13JUL
SELF-REPAIREDNO HUMAN31 SEC

An AI agent broke in, attacked, and fixed its own mistakes alone. Sysdig found JadePuffer, an AI-run ransomware attack, start to finish. It self-corrected a failed login in 31 seconds, untouched by humans.

The attacker got in through a known bug in Langflow, a popular AI tool. From there, an AI agent took over the whole job.

It found the biggest database on its own and picked it as the target. It cracked a second system, then encrypted 1,342 configuration files. When a login attempt failed, it fixed the problem itself in 31 seconds.

The agent narrated its own reasoning in the code the whole time. Running an attack like this now costs whatever it takes to rent one AI agent.

full brief & sources

Why this matters

  • First documented case of a ransomware attack run entirely by an AI agent, from break-in to extortion.
  • The skill floor for ransomware just dropped to the cost of renting an AI agent.
  • It shows models can now recover from failures mid-attack without a human in the loop.

🔍 What happened

  • Sysdig's Threat Research Team calls it the first documented case of agentic ransomware.
  • The attacker got in through CVE-2025-3248, a known bug in an internet-facing Langflow instance.
  • From there it pivoted to a production MySQL server running Alibaba's Nacos service, using root credentials.
  • It exploited a second bug, CVE-2021-29441, to bypass authentication on Nacos.
  • JadePuffer encrypted 1,342 Nacos configuration items and deleted the originals, so paying the ransom can't restore them.
  • The clearest proof of autonomy: a failed login attempt got diagnosed and fixed in 31 seconds flat.

💬 Smart takes

  • Sysdig Threat Research Team: the payload code is full of natural-language notes explaining why each step was taken, including which database looked most valuable.
  • Skeptic: this is one documented case, not a wave, and most ransomware crews still don't need this level of automation to get paid.

🧭 Where this goes

  1. Likelysecurity teams start treating AI-agent-driven attacks as a standard threat category, not a novelty.
  2. Likelymore agentic ransomware cases surface once researchers know what patterns to look for.
  3. Possiblethe same LLMjacking economics that power this attack fund a wave of copycat campaigns.
  4. Wild Cardan agentic ransomware attack hits a hospital or utility within a year, forcing emergency regulation.

🥄 The Spoon Take

This isn't a smarter virus, it's an attacker that debugs itself. The 31-second fix is the tell: no human was watching, and none was needed. Cheap rented AI agents just became a viable ransomware crew of one.

🤔 Pushback

One documented case proves the technique works, not that criminal groups are actually switching to it yet.