JADEPUFFER: when an AI agent ran a complete attack without human help
In July 2026, an AI agent conducted a complete ransomware attack without human direction. What changed and what your business needs to do now.
SquadOS Team · July 9, 2026 · 5 min read
Sysdig, a cloud security firm, published in July 2026 the analysis of JADEPUFFER: the first documented ransomware attack conducted end-to-end by an AI agent. This article covers the case and what it changes in practice for companies already putting AI to work.
On the morning of July 1, 2026, a company had 1,342 production configuration items encrypted.
No human typed the commands. An AI agent did everything.
That is JADEPUFFER: the first documented ransomware attack conducted end-to-end by a language agent. Researchers at Sysdig published the full analysis that same week.
The case changes what companies that have already adopted AI need to know about governance.

What JADEPUFFER did, step by step
The entry point was CVE-2025-3248: a flaw in Langflow, a popular open-source framework for building LLM apps, that allowed remote code execution without authentication.
From there, the agent ran the attack in two phases.
Phase 1 (Langflow server):
- Host enumeration: system, user, hostname, network interfaces
- Credential harvesting: LLM APIs (OpenAI, Anthropic, DeepSeek, Gemini), cloud providers (AWS, GCP, Azure, Alibaba, Tencent), cryptocurrency wallets, databases
- MinIO object store exploitation using default credentials (minioadmin:minioadmin)
- Dumping the Langflow backing Postgres database
- Persistence via crontab (beacon every 30 minutes)
Phase 2 (production server):
- Authentication bypass on Alibaba Nacos via CVE-2021-29441
- Backdoor admin creation in the Nacos database
- Encryption of 1,342 configuration items using MySQL’s
AES_ENCRYPT() - Configuration table destruction
- Ransom note demanding Bitcoin payment
Encryption key generated from two random UUIDs: ephemeral and unrecoverable. Pay or lose everything.

The detail that changes everything: the agent adapted
Automated attacks have existed for decades. What sets JADEPUFFER apart is adaptive behavior.
At 19:34:36 UTC, the agent attempted a login. It failed.
At 19:35:07 UTC, 31 seconds later, it issued a corrective payload with a failure diagnosis and a new approach.
At 19:35:18 UTC, successful login.
Researchers called this “plan-act-observe-adjust” behavior. It is not a script following a fixed flow. It is an agent evaluating the result of each action and deciding the next one.
There is more. The payloads themselves contained natural-language reasoning. The agent explained, in comments within the code it generated, why it was making each decision. When it received data in XML instead of JSON, it adapted the parser immediately in the next request.
This is not automation. This is an agent that thinks.

What this means for companies already using AI
Sysdig was direct in its conclusion:
“The skill floor for ransomware has dropped to the cost of running an agent. If the agent runs on stolen credentials through LLMjacking, the cost to the attacker is nearly zero.”
The external attack is the obvious part. But there is a less-discussed implication for organizations already adopting AI internally.
If an AI agent can, without step-by-step human direction:
- Understand the environment it encounters
- Collect credentials systematically
- Move laterally between systems
- Adapt strategy when it hits obstacles
Then an internal agent running without governance carries the same potential. The difference: it already has legitimate credentials, access to the company’s knowledge bases, and a history of conversations with sensitive data.
Gartner projects 40% of enterprise apps will feature embedded agents by end of 2026, up from less than 5% in 2025. Only 17% of companies have agents in production with adequate governance today.
The gap between adoption and governance is growing.

The answer is not to stop using agents
Blocking AI use does not work. When policy is too restrictive, employees use personal tools with corporate data. Shadow AI.
The answer is governance.
In practice:
Centralize access. One place for all AI use, with company credentials, not personal ones. Without this, you do not know what is running.
Audit every conversation. Know who asked what, with which data, and when. The log is what separates “we think it is safe” from “we can prove it is safe.”
Native guardrails. Barriers that block PII leakage, customer data, and business secrets before they leave the system. A use policy alone is not enough.
Pattern visibility. Identify when an agent starts behaving unusually. Anomalous behavior needs a baseline, and a baseline needs historical data.
JADEPUFFER showed what autonomous agents do when there is no control. For companies using AI day-to-day, the question is not if an agent will do something unexpected. It is whether you will know when it happens.

Bring your company’s AI use into a governed environment: SquadOS centralizes access, audits every conversation, and activates native guardrails.
Source
Sysdig: JADEPUFFER: Agentic ransomware for automated database extortion
BleepingComputer: JadePuffer ransomware used AI agent to automate entire attack