JadePuffer Targets AI Model Artifacts
The agentic threat actor JadePuffer is using a new ransomware variant specifically engineered to destroy critical AI model assets.
A sophisticated threat actor known as JadePuffer has re-emerged with a specialized focus on disrupting artificial intelligence infrastructure. Unlike conventional groups that prioritize data theft, this operator is utilizing a targeted ransomware binary designed to systematically destroy trained machine learning models and their associated datasets.
Weaponizing Against AI Infrastructure
According to new research from the Sysdig Threat Research Team (TRT) published on July 20, 2026, the attacker returned to a previously compromised Langflow instance. Once inside, they deployed ENCFORGE, a Go-based, UPX-packed ransomware binary created to scan for and corrupt approximately 180 specific file extensions critical to modern machine learning environments.
The payload is highly deliberate, targeting formats such as TensorFlow and PyTorch checkpoints, HuggingFace SafeTensors weights, and various training datasets like Apache Parquet and NumPy arrays. By focusing on these assets, the attacker aims to render production models unusable.
Data Destruction Economics
The threat posed by JadePuffer centers on the high cost of model reconstruction. While traditional business data can often be recovered via backups, the loss of a trained AI model entails the loss of extensive training iterations, fine-tuning, and data curation cycles.
- Rebuilding models costs between $75,000 and $500,000 per instance in cloud GPU and engineering time.
- The ENCFORGE binary targets roughly 180 distinct file extensions.
- The operator successfully orchestrated a container escape in five minutes and 24 seconds.
Sysdig noted that because the operator lacks a data-exfiltration component or a public leak site, the group operates outside the standard double-extortion model favored by many ransomware-as-a-service (RaaS) providers. The primary objective appears to be the immediate destruction of intellectual property rather than the theft of data for ransom leverage.
Real-Time Exploitation Tactics
The attack sequence utilized CVE-2025-3248, a vulnerability in the Langflow code validation endpoint that allows for missing authentication. After gaining initial access, the agentic process performed standard credential harvesting before detecting a mounted Docker socket.
When an initial attempt to fetch the ransomware binary from the command-and-control (C2) server failed, the agent demonstrated adaptive capabilities. It autonomously iterated through multiple Python scripts to create a working delivery pipeline. This allowed the attacker to spawn a privileged escape container and move the ransomware payload across the namespace boundary to infect the host filesystem.
Implications for AI Resilience
The emergence of ransomware specifically tailored to destroy AI artifacts changes the risk profile for organizations heavily invested in machine learning. Because these attacks target the underlying training investments rather than just standard business records, traditional recovery metrics may prove inadequate. Security teams may need to consider isolated, immutable storage for model weights and training checkpoints to ensure that a compromise of the runtime environment does not result in the permanent loss of proprietary model assets.
Continue Reading
Critical Command Injection Flaw in AVideo
An incomplete patch in AVideo versions before 29.0 allows unauthenticated attackers to execute arbitrary OS commands via the Live plugin.
LightRAG Critical CORS Flaw Enables Data Theft
A critical vulnerability in LightRAG allows unauthorized cross-origin requests, potentially exposing sensitive documents and knowledge graph data.
LightRAG Critical Auth Bypass Vulnerability
A hardcoded secret in LightRAG allows unauthenticated attackers to bypass API key protections and gain full control over document operations.
Sources
- Infosecurity Magazine Original source
- new research Also reporting