<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/encforge-ransomware-targets-ai-models-after-langflow-rce-exploit-wsgqojka7" -->

---
title: ENCFORGE Ransomware Targets AI Models After Langflow RCE...
description: A threat actor called JADEPUFFER deployed a novel ransomware strain named ENCFORGE by exploiting CVE-2025-3248, a critical unauthenticated RCE in Langflow...
canonical: https://daily.dev/posts/encforge-ransomware-targets-ai-models-after-langflow-rce-exploit-wsgqojka7
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: ENCFORGE Ransomware Targets AI Models After Langflow RCE Exploit | daily.dev
og:description: A threat actor called JADEPUFFER deployed a novel ransomware strain named ENCFORGE by exploiting CVE-2025-3248, a critical unauthenticated RCE in Langflow...
og:url: https://daily.dev/posts/encforge-ransomware-targets-ai-models-after-langflow-rce-exploit-wsgqojka7
og:image: https://api.daily.dev/og/posts/WSgQOJkA7.png
og:image:alt: ENCFORGE Ransomware Targets AI Models After Langflow RCE Exploit
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ENCFORGE Ransomware Targets AI Models After Langflow RCE Exploit

**[Latest Hacking News](https://daily.dev/sources/lhn)** · 5 min read · 0 upvotes · 0 comments

## Summary

A threat actor called JADEPUFFER deployed a novel ransomware strain named ENCFORGE by exploiting CVE-2025-3248, a critical unauthenticated RCE in Langflow (CVSS 9.8, on CISA's KEV list). What makes this attack distinctive is the payload itself: ENCFORGE targets ~180 file extensions specific to ML infrastructure — PyTorch/TensorFlow checkpoints, Hugging Face SafeTensors, GGUF weights, FAISS vector indexes, and training datasets — while ignoring ordinary documents. Entry was gained via the Langflow RCE, then pivoted through an exposed Docker socket to achieve host-level access. The operator is characterized as an autonomous AI agent that iterated through six Python scripts in under six minutes after an initial deployment failure, with LLM-generated natural-language comments left in the code. ENCFORGE is a UPX-packed Go binary using AES-256/RSA-2048 hybrid encryption, with no data exfiltration — purely destructive. Rebuilding an encrypted production model can cost $75K–$500K. Mitigations include patching Langflow to 1.3.0+, auditing Docker socket exposure, running ML containers as non-root, and applying offline immutable backups to model artifacts.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://latesthackingnews.com/2026/07/26/encforge-ransomware-langflow-ai-models>

## Similar posts on daily.dev

- [Langflow RCE Actively Exploited to Deploy Cryptominers on AI Infrastructure](https://daily.dev/posts/langflow-rce-actively-exploited-to-deploy-cryptominers-on-ai-infrastructure-etl1ohlb0) · Orca Security Blog · 0 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#machine-learning](https://daily.dev/tags/machine-learning), [#docker](https://daily.dev/tags/docker), [#ransomware](https://daily.dev/tags/ransomware)

[View this post on daily.dev](https://daily.dev/posts/encforge-ransomware-targets-ai-models-after-langflow-rce-exploit-wsgqojka7)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"ENCFORGE Ransomware Targets AI Models After Langflow RCE Exploit","url":"https://daily.dev/posts/encforge-ransomware-targets-ai-models-after-langflow-rce-exploit-wsgqojka7","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/encforge-ransomware-targets-ai-models-after-langflow-rce-exploit-wsgqojka7"},"datePublished":"2026-07-26T19:12:34.872Z","dateModified":"2026-07-26T19:13:29.459Z","description":"A threat actor called JADEPUFFER deployed a novel ransomware strain named ENCFORGE by exploiting CVE-2025-3248, a critical unauthenticated RCE in Langflow...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/d483506381bf4ca00d666fada93e722f?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/d483506381bf4ca00d666fada93e722f?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Latest Hacking News","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Latest Hacking News","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/5110318ded6e43f1bb12facdeb2b1965","url":"https://daily.dev/sources/lhn"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/encforge-ransomware-targets-ai-models-after-langflow-rce-exploit-wsgqojka7","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"security,machine-learning,docker,ransomware","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Latest Hacking News","item":"https://daily.dev/sources/lhn"},{"@type":"ListItem","position":3,"name":"ENCFORGE Ransomware Targets AI Models After Langflow RCE Exploit"}]}
```

