Researchers Claim First Fully Agentic Ransomware: JadePuffer

· Source: Welcome to the Artificial Intelligence Incident Database · Field: Technology & Digital — Cybersecurity & Data Privacy, Artificial Intelligence & Machine Learning · Depth: Intermediate, quick

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

In practice

Topics

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Security Engineer, Security Engineer, Tech Journalist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Welcome to the Artificial Intelligence Incident Database.