Overview
JADEPUFFER is the name the Sysdig Threat Research Team gave to what it assesses as the first documented ransomware operation driven end-to-end by a large language model, with no human operator at the keyboard for the intrusion or the extortion itself. Sysdig published the initial findings on July 1, 2026, describing an agentic threat actor, or ATA: an operator whose attack capability is delivered by an AI agent rather than a human-driven toolkit or a fixed exploit script.
The operator gained initial access by exploiting CVE-2025-3248, an unauthenticated remote code execution flaw in the code-validation endpoint of Langflow, an open-source framework for building LLM applications. CISA added the flaw to its Known Exploited Vulnerabilities catalog in May 2025. From that single foothold, the LLM agent autonomously chained reconnaissance, credential harvesting, lateral pivoting to a separate production server, and a destructive database-extortion playbook against Alibaba Nacos and MySQL, encrypting more than 1,300 configuration records with a key it printed once and never stored.
On July 20, 2026, Sysdig reported that JADEPUFFER had returned to the same Langflow instance with a materially upgraded payload. Where the first campaign used improvised Python and a database's own encryption function, this campaign staged ENCFORGE, a compiled Go ransomware binary purpose-built to destroy AI and machine learning artifacts: model checkpoints, vector indices, and training datasets across roughly 180 file extensions. The extortion contact embedded in the binary matches the contact from the first campaign, tying both operations to the same actor.
Why this matters for defenders: JADEPUFFER's kill chain runs almost entirely through cloud-native and container infrastructure rather than a Windows desktop. Its significance is not a new exploit or a novel encryption trick. Sysdig is explicit that none of the individual techniques were sophisticated. What is new is that an LLM agent strung ordinary techniques, a known CVE, a documented Nacos auth bypass, a Docker socket escape, into a complete, self-correcting extortion operation without a skilled human directing each step. That lowers the skill floor for running this class of attack to whatever it costs to operate an agent.
Verify before relying on this: Sysdig has not disclosed how many distinct victim environments have been hit, or whether other Langflow deployments have been targeted by the same operator outside the two documented sessions. Treat JADEPUFFER as a single tracked operator with two published campaigns, not a widespread ransomware-as-a-service family.