JadePuffer: The First Ransomware Campaign Run Entirely by an AI
Cloud security firm Sysdig has published findings on what it describes as the world's first ransomware campaign operated entirely by a large language model (LLM) — an AI system capable of understanding and generating human-like text, here repurposed as an attack engine. According to Sysdig's Threat Research Team, the campaign, named JadePuffer, required no skilled human operator.
The attack began by exploiting CVE-2025-3248, a known flaw in Langflow (an open-source tool used to build AI-powered applications). From there, the AI agent worked autonomously: it harvested credentials, mapped connected systems through lateral movement (moving through a network from one compromised machine to others), installed a persistence mechanism via a cron job (a scheduled task that runs automatically), and ultimately reached a production database server.
What happened next is striking. The agent encrypted 1,342 configuration items inside a Nacos service (a configuration management tool used in cloud environments) and deleted the originals. The encryption key was randomly generated and never saved anywhere. The victim cannot recover their data, even if they pay.
The AI narrated its own actions inside its payloads — which Sysdig notes is actually a new detection opportunity for defenders watching network traffic.
The real warning is the speed. The agent recovered from a failed login and produced a working fix in 31 seconds.
What you should do: Patch internet-facing systems immediately, especially anything running older or unmonitored software. Ensure production databases are not directly reachable from public-facing services. Check that credentials are rotated regularly and not stored in plaintext config files.
Sources

