LIVE · cybersecurity feed
Live wire
ransomware

JadePuffer agentic attacks now target AI model data with ransomware

The JadePuffer autonomous AI agent has upgraded with custom malware called EncForge that focuses on encrypting AI assets, such as training datasets, vector databases, and model checkpoints. [...]

zeroday.news · 12d ago

A new variant of the JadePuffer autonomous AI agent, dubbed EncForge, has been observed targeting AI model data with ransomware. This development follows earlier reports this month detailing JadePuffer's capabilities as an agentic threat actor (ATA) that can autonomously execute all phases of a ransomware attack, from initial access to data encryption.

Cloud security firm Sysdig reported that the AI agent demonstrated real-time adaptability, optimizing its intrusion methods to resolve technical obstacles in under a minute. In a recent incident, the attacker revisited a previously compromised Langflow instance, which was vulnerable to CVE-2025-3248. This time, the attack involved EncForge, a Go-based ransomware specifically designed for AI and machine learning (ML) infrastructure.

EncForge targets approximately 180 file extensions, encompassing a broad spectrum of the modern AI/ML stack. This includes AI model checkpoints, vector databases, training datasets, and embedding indices across various common formats. Specific targets include Hugging Face SafeTensors files, PyTorch and TensorFlow models, GGUF and GGML weights, FAISS vector indexes, and training datasets in formats such as Parquet, Arrow, TFRecord, NumPy, and DuckDB. The ransomware's command-line help also references LoRA adapters and legacy GGML files as examples, suggesting a deliberate focus on AI environments rather than a general-purpose file encryptor.

After gaining initial access, the threat actor searched for cloud credentials, API tokens, and accessible internal services. They subsequently discovered an exposed Docker socket, which provided root-level control. When the initial attempt to download the ransomware payload failed, the operator iteratively developed and deployed six Python scripts within five minutes. The final script, `deploy.py v2`, successfully delivered the payload. This script is described as a fully autonomous pipeline that identifies the target process ID, copies EncForge across namespace boundaries via `procfs`, performs a try-mode scan, initiates the live encryption pass, and then verifies execution by counting `.locked` files.

The EncForge ransomware, identified as a Go-based binary named `lockd`, is packed using the Ultimate Packer for eXecutables (UPX). It employs the AES-256 algorithm in counter mode for encryption within a hybrid scheme, where the symmetric key is secured with an RSA-2048 public key. To enhance performance, the malware encrypts only selected portions of each file rather than their entire contents. Encrypted files are appended with the `.locked` extension, and a ransom note is dropped, informing the victim of the attack and providing a unique identifier.

Analysis of the Linux variant of EncForge revealed the presence of Windows anti-recovery functions, such as shadow copy deletion and boot recovery disabling. While the code hinted at a macOS version, its existence remains unconfirmed. Researchers found no evidence of data exfiltration during the intrusion, and EncForge itself does not appear to incorporate a data-stealing mechanism.

The encryption of critical AI assets like model weights, training datasets, and vector indexes could result in significant operational and financial damage for organizations. Estimates suggest potential costs ranging from $75,000 to $500,000 per model, depending on its size and purpose, along with weeks or months of lost training and fine-tuning efforts.

To mitigate such threats, security recommendations include applying available security updates, particularly Langflow version 1.3.0 or later, restricting Docker socket access, running Langflow containers as non-root users, and implementing filesystem-level access controls for directories containing model weights.

ransomwaremalwareai
ShareXLinkedInWhatsAppFacebook

More News

view all →
vulnerability

Coldcard Hardware Wallet Flaw Linked to $70 Million Bitcoin Theft in 41 Minutes

An attacker drained 1,196 Bitcoin addresses in 41 minutes on July 30, taking 1,082.65 BTC worth about $70.2 million at the time. Galaxy Research mapped the sweep and tied it to a firmware flaw in Coldcard, the Bitcoin-only hardware wallet made by Canadian firm Coinkite. A March 2021 firmware integration error routed seed generation to a deterministic software pseudorandom number generator (PRNG

vulnerabilitycritical

Rails patches critical Active Storage flaw with RCE potential

A critical vulnerability in the Active Storage framework can allow an unauthenticated attacker to read arbitrary files from a Rails application, and potentially escalate to remote code execution (RCE). [...]

malware

Russian Hackers Hijack Hotel Wi-Fi to Steal Microsoft 365 Tokens

Microsoft says Russian hackers hijacked hotel Wi-Fi portals to spread malware and steal Microsoft 365 tokens from travelers. Microsoft Threat Intelligence disclosed CaptiveCrunch, a campaign it attributes to Storm-2945, an operational sub-cluster of Midnight Blizzard, the Russian SVR-linked group also known as APT29 and Cozy Bear. Since early May 2026, Storm-2945 has been manipulating DNS […]

CVE-2026-48449critical

Adobe fixed a maximum-severity vulnerability flaw in Campaign Classic

Adobe fixed a maximum severity vulnerability in Campaign Classic that could let attackers run code remotely without user interaction. Adobe has addressed a critical vulnerability, tracked as CVE-2026-48449 (CVSS score of 10.0), in Adobe Campaign Classic, the company’s enterprise marketing automation platform. The flaw is caused by incorrect authorization and could allow attackers to execute […]

security

Balance Theory Raises $19 Million to Help Enterprises Manage Cybersecurity Investments

The funding round was led by SYN Ventures, with participation from existing investors DataTribe and TEDCO. The post Balance Theory Raises $19 Million to Help Enterprises Manage Cybersecurity Investments appeared first on SecurityWeek.

vulnerabilitycritical

Ruby on Rails Patches Critical Vulnerability

The flaw can be exploited by unauthenticated attackers to read arbitrary files and potentially achieve remote code execution (RCE). The post Ruby on Rails Patches Critical Vulnerability appeared first on SecurityWeek.