ZeroHour
GBHackerspublished ()ingested Mayura Kathir
Part of a story covered by 2 sources: “Agentic Ransomware: JADEPUFFER Runs End-to-End AI Attack While ENCFORGE Locker Destroys Models and Training Data” — merged summary and timeline →

JADEPUFFER Evolves Agentic Ransomware to Target AI Models and Training Data

highRansomware exploited in the wildimportance 76CVE-2025-3248
AI summary · glm-5.3-flash

Sysdig links JADEPUFFER, an AI-driven ransomware actor, to ENCFORGE, a new locker encrypting and destroying AI models, training data, and vector databases.

Sysdig reports the agentic ransomware actor JADEPUFFER returned in July 2026 to a previously compromised Langflow environment with ENCFORGE, a locker targeting roughly 180 extensions for model checkpoints, vector databases, embedding indexes, and training data. Initial access used CVE-2025-3248 (CVSS 9.8), an unauthenticated RCE in Langflow versions before 1.3.0, added to CISA's KEV catalog in May 2025 after active exploitation. The actor searched hosts for LLM-provider API keys and cloud credentials, encrypted and deleted data, and left a ransom demand, favoring destruction over double extortion. Sysdig estimates rebuilding a destroyed model costs $75,000-$500,000 and observed the agent correcting failed actions in about 31 seconds.

  • ENCFORGE targets about 180 extensions tied to model checkpoints, vector databases, embeddings, and training data
  • Initial access via CVE-2025-3248 (CVSS 9.8), unauthenticated RCE in Langflow before 1.3.0, actively exploited
  • Agent autonomously corrected a failed action in 31 seconds and wrote corrective Python scripts within minutes
  • Sysdig estimates destroyed-model recovery costs at $75,000-$500,000; attacks are destruction-first, not double extortion
  • Defenders should patch Langflow, isolate AI orchestration platforms, and back up AI/ML artifacts immutably
ProductsENCFORGE
Threat actorsJADEPUFFER
OrganizationsCISASOCRadar

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2025-3248
Unauthenticated RCE in Langflow /api/v1/validate/code

Langflow, an open-source visual framework for building LLM and agentic AI applications, contains a missing authentication flaw (CWE-306) in its /api/v1/validate/code endpoint. A remote attacker with network reachability to the endpoint can send crafted HTTP requests without any credentials, causing arbitrary code execution on the server. Successful exploitation yields code execution under the application's privileges, enabling data theft, backdoor installation, and, per CISA, ransomware deployment. Any running Langflow instance is affected; the tool is typically self-hosted by development teams building AI workflows, so real-world exposure depends on whether each instance is reachable from untrusted networks. Exploitation is confirmed in the wild: the flaw was added to CISA's KEV catalog on 2025-05-05 with known ransomware use, EPSS assigns a 100% probability of exploitation within 30 days (100th percentile), and a public PoC is available.

Do: Upgrade Langflow to the latest patched release identified in the vendor's advisory; federal agencies must apply mitigations per vendor instructions under BOD 22-01 or discontinue use if mitigations are unavailable. Until patched, restrict network access to the /api/v1/validate/code endpoint via reverse-proxy authentication, firewall rules, or VPN placement, and avoid exposing Langflow directly to the internet. Because ransomware use is confirmed, review access and process-execution logs for signs of prior compromise.

9.8100% KEV ransomware PoC ×2
  • Langflow
moderatetens of thousands of self-hosted deployments, with likely only hundreds to low thousands directly exposed to the internet
Full article974 words · extracted from gbhackers.com · click to collapse

JADEPUFFER, the agentic threat actor first linked to an autonomous ransomware operation against exposed Langflow infrastructure, has evolved its tooling to target artificial intelligence models, training datasets, and vector data.

Its latest payload, ENCFORGE, marks a shift from conventional database extortion toward destruction-focused attacks on high-value AI and machine-learning assets.

The group’s ENCFORGE locker targets about 180 extensions associated with model checkpoints, vector databases, embedding indexes, training data, and other artifacts needed to build, fine-tune, and operate modern AI systems.

Unlike traditional ransomware campaigns, the operation is notable not merely for its payload selection but for the decision-making model behind it.

Sysdig characterized JADEPUFFER as an agentic threat actor: an AI-driven operator able to plan, execute, assess failures, and adjust attack activity without evidence of continuous human approval.

The observed activity indicates that an LLM agent can chain together reconnaissance, exploitation, credential discovery, persistence, privilege escalation and extortion-oriented destruction at machine speed.

The campaign’s original access vector was CVE-2025-3248, a critical missing-authentication vulnerability in Langflow’s /api/v1/validate/code endpoint.

Affected Langflow versions before 1.3.0 allowed unauthenticated remote code execution through crafted requests.

CISA added the flaw to its Known Exploited Vulnerabilities catalog in May 2025 after evidence of active exploitation emerged.

JADEPUFFER reportedly used the Langflow compromise to enumerate the host environment and search for LLM-provider API keys, cloud credentials, database connection details and sensitive configuration files.

It later pivoted into database and configuration-management infrastructure, encrypting records and deleting original data before leaving a ransom demand.

The revised ENCFORGE capability expands that model from operational databases to AI assets that can be difficult, expensive or impossible to reconstruct quickly.

The most consequential change is ENCFORGE’s focus on the AI development lifecycle. A conventional ransomware incident may encrypt shared file servers, virtual machines and SQL databases.

ENCFORGE instead seeks files that represent accumulated computational investment and proprietary intellectual property: trained weights, checkpoints, datasets, feature stores, embedding collections and vector indexes.

For many organizations, recovery from the loss of a model does not simply mean restoring a backup.

Rebuilding may require reacquiring source data, recreating preprocessing pipelines, provisioning expensive GPU capacity, repeating fine-tuning work and validating that the retrained model delivers comparable quality and safety performance.

Sysdig estimated recovery costs for a destroyed model at roughly $75,000 to $500,000, depending on its scale and retraining requirements.

The operation is also reportedly destruction-first. ENCFORGE’s observed deployment did not rely on the increasingly common double-extortion sequence of data theft followed by a leak-site threat.


The four ransomware operating models, from fully human-operated to fully agentic (Source : SocRadar).
The four ransomware operating models, from fully human-operated to fully agentic (Source : SocRadar).

Instead, it focuses on denying access to irreplaceable AI artifacts, potentially creating immediate pressure on organizations that lack immutable, tested backups of their AI pipelines.

Security researchers at Sysdig reported that JADEPUFFER, returned to a previously compromised Langflow environment in July 2026 with an upgraded ransomware capability designed for AI/ML workloads.

Agentic Ransomware Target AI Models

JADEPUFFER illustrates why agentic ransomware changes the defensive equation. Automated ransomware has existed for years, but most commodity strains follow fixed routines.

An agentic operator can work toward an objective, interpret command output, identify failures and generate a revised method dynamically.

The skill floor drops to whatever it costs to rent or compromise access to an AI agent, a cost that falls further when that access comes from stolen credentials through a practice known as LLMjacking.

In the earlier intrusion, the actor was observed correcting a failed action in approximately 31 seconds. In its later ENCFORGE deployment, the agent reportedly wrote and ran multiple corrective Python scripts within minutes to overcome delivery problems.

SOCRadar’s Agentic Threat Intelligence, Workflow Configuration (Source : SocRadar).
SOCRadar’s Agentic Threat Intelligence, Workflow Configuration (Source : SocRadar).

That feedback loop reduces the dwell time defenders traditionally use to detect suspicious activity, investigate alerts and isolate affected systems.

The activity also follows growing evidence that attackers are targeting AI orchestration platforms as privileged entry points.

Such platforms commonly connect to databases, cloud services, APIs, code-execution environments and model repositories.

A single exposed service can therefore expose both conventional enterprise secrets and the core assets supporting AI applications.

Organizations operating Langflow or similar AI workflow frameworks should immediately identify all internet-facing instances, confirm version status and apply vendor fixes for CVE-2025-3248.

The vulnerability has a CVSS score of 9.8, enables unauthenticated code execution and has been actively exploited in the wild.

Security teams should also remove code-validation, administration and orchestration interfaces from direct internet exposure wherever possible.

Access should require strong authentication, network restrictions and segmentation from databases, cloud metadata services, container runtimes and secrets stores.

Most importantly, backup strategies must explicitly include AI/ML artifacts.

Immutable, offline and routinely tested recovery copies should cover model weights, training data, vector databases, prompt templates, evaluation datasets and pipeline configuration not only conventional databases and file shares.

JADEPUFFER’s evolution demonstrates that ransomware is beginning to treat AI infrastructure as a primary target rather than an adjacent technology.

The attack techniques remain familiar, but an autonomous operator can combine them faster, retry them more aggressively and focus them on assets whose loss can halt AI operations long after ordinary systems are restored.

IOCs

TypeValueContext
C2 / Source IP45.131.66[.]106Initial access and post-exploitation source; cron beacon target on port 4444.
Exfiltration / Staging IP64.20.53[.]230Referenced in the agent’s own code comments as a backup destination before destructive commands (InterServer, AS19318).
Entry VulnerabilityCVE-2025-3248Unauthenticated remote code execution in Langflow’s /api/v1/validate/code endpoint.

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Cut every SOC alert investigation by 21 min. Power your SOC with instant IOC context for immediate response: Integrate TI Lookup in your SOC

Mayura Kathirhttps://gbhackers.com/

Mayura Kathir is a cybersecurity reporter at GBHackers News, covering daily incidents including data breaches, malware attacks, cybercrime, vulnerabilities, zero-day exploits, and more.

Text extracted automatically; images, tables and formatting may be missing. Original: https://gbhackers.com/agentic-ransomware-to-target-ai-models/