Researchers Claim First Fully Agentic Ransomware: JadePuffer
Summary
Cloud security firm Sysdig has detailed "JadePuffer," claiming it is the world's first ransomware campaign fully driven by a large language model (LLM). This adaptive, automated campaign targeted an internet-facing Langflow instance via CVE-2025-3248. It executed a destructive database-extortion playbook against a production server. The LLM agent autonomously performed multi-stage attacks. These included reconnaissance, credential harvesting, and data theft from Langflow's Postgres database. It also conducted lateral movement and persistence. The agent accessed a production MySQL server running Alibaba Nacos with root credentials, exploiting CVE-2021-29441. JadePuffer encrypted all 1342 Nacos service configuration items and deleted originals. It used an ephemeral AES key (base64(uuid4().bytes + uuid4().bytes)) that made recovery impossible. Sysdig notes LLM agents can perform complex ransomware, automate old vulnerabilities, and offer new detection via narrated payloads.
Key takeaway
For Security Engineers securing cloud infrastructure, the emergence of agentic ransomware like JadePuffer means your response time for incidents will significantly erode. You must prioritize rapid patching of internet-facing systems and strengthen identity protections, least privilege, and network segmentation. Continuously monitor for suspicious activity, especially for LLM agent payloads that may narrate their objectives. Restrict unnecessary external exposure to mitigate the risk of autonomous, unrecoverable data destruction from automated old vulnerabilities.
Key insights
JadePuffer demonstrates LLM agents can autonomously execute complex, destructive ransomware campaigns, exploiting old vulnerabilities with unrecoverable data encryption.
Principles
- Ransomware can be carried out by LLM agents.
- Old vulnerabilities are being automated.
- LLM agents narrate objectives in payloads.
In practice
- Monitor LLM agent payloads for objectives.
- Assume ephemeral keys make data unrecoverable.
Topics
- Agentic AI
- Ransomware
- Large Language Models
- Cloud Security
- Vulnerability Exploitation
- Threat Detection
Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Security Engineer, Security Engineer, Tech Journalist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Welcome to the Artificial Intelligence Incident Database.