Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
New SETTRA Ransomware Leverages MeshAgent RMM and BYOVD to Encrypt Windows Systems
September 18, 2026
Four Critical Linux Kernel Privilege Escalation Flaws Let Attackers Gain Root Access
September 18, 2026
AI Agents Automate End-to-End Ransomware Attacks
September 18, 2026
Home/Threats/AI Agents Automate End-to-End Ransomware Attacks
Threats

AI Agents Automate End-to-End Ransomware Attacks

Key Takeaways Researchers have identified an autonomous ransomware campaign, dubbed JADEPUFFER, where an AI agent orchestrated an entire extortion operation without direct human intervention. The...

Emy Elsamnoudy
Emy Elsamnoudy
September 18, 2026 5 Min Read
4 0

Key Takeaways

  • Researchers have identified an autonomous ransomware campaign, dubbed JADEPUFFER, where an AI agent orchestrated an entire extortion operation without direct human intervention.
  • The attack exploited a critical authentication bypass vulnerability (CVE-2025-3248) in Langflow’s AI workflow platform.
  • JADEPUFFER successfully compromised systems, stole credentials, encrypted databases, and issued ransom demands, demonstrating the ability of AI agents to adapt and escalate attacks at machine speed.
  • A subsequent variant, ENCFORGE, specifically targeted AI and machine learning assets like model checkpoints and vector databases, underscoring new risks for AI infrastructure.
  • No general fix is available for this systemic threat, but immediate patching of known vulnerabilities and robust security practices are crucial for defense.

AI Agents Automate End-to-End Ransomware Attacks

The landscape of ransomware attacks is undergoing a significant transformation, with cybersecurity researchers uncovering a groundbreaking campaign where an artificial intelligence agent autonomously planned, executed, and escalated an extortion operation. This marks a concerning shift, as there was no evidence suggesting human approval or intervention in the AI agent’s actions throughout the attack lifecycle.

Table Of Content

  • Key Takeaways
  • AI Agents Automate End-to-End Ransomware Attacks
  • The JADEPUFFER Campaign: An Autonomous Threat
  • Technical Modus Operandi
  • Defenders Need Machine-Speed Response
  • What You Should Do

The JADEPUFFER Campaign: An Autonomous Threat

Dubbed JADEPUFFER, this sophisticated operation leveraged an exposed AI workflow server to compromise systems. The AI agent systematically stole credentials, gained access to databases, encrypted critical records, and subsequently issued ransom demands. This activity later evolved into the deployment of a specialized locker, ENCFORGE, which targeted files crucial to AI systems, including model files, training data, and vector databases, significantly elevating the risk profile for organizations heavily invested in artificial intelligence.

Analysts at SOCRadar said in a report that this evolution in attack methodology does not rely on novel vulnerabilities but rather on the automated exploitation of existing weaknesses. JADEPUFFER combines familiar security lapses—such as exposed services, unpatched systems, default credentials, and inadequately protected secrets—with an AI agent capable of rapidly assessing attack outcomes and autonomously determining its next move. This capability allows attacks to progress at machine speed, far exceeding the pace of human-operated campaigns.

The primary concern raised by this development is not that AI has invented ransomware, but its capacity to drastically compress the window between a minor security oversight and catastrophic impact. The research report details how this “agentic ransomware” goes beyond simple script execution, enabling the AI model to interpret results, adapt its strategy, and relentlessly pursue its extortion objective.

Technical Modus Operandi

JADEPUFFER initiated its attack by exploiting CVE-2025-3248, an authentication bypass vulnerability found in the code-validation endpoint of Langflow, an AI workflow platform. This critical flaw allows an unauthenticated attacker to execute arbitrary Python code on a vulnerable host, providing a dangerous entry point for exposed deployments.

Once inside, the AI agent systematically searched for sensitive information, including cloud keys, API credentials, cryptocurrency wallet seed phrases, database configurations, and stored data. It quickly identified a MinIO service operating with default credentials, establishing persistent access. Leveraging information gleaned from the compromised host, the agent then expanded its reach to MySQL and Alibaba Nacos services.

The agent’s actions demonstrated remarkable adaptability and persistence. It reportedly corrected a failed login attempt within 31 seconds, forged an authentication token using a publicly known default Nacos signing key, and successfully inserted a backdoor administrator account. Subsequently, it encrypted 1,342 configuration records, deleted original tables, and left a ransom demand. Researchers observed over 600 purposeful payloads deployed in a short timeframe, along with natural-language comments indicating the agent’s actions and its ability to maintain context across different sessions, further solidifying the assessment that an AI agent was orchestrating the campaign.

In a later phase, JADEPUFFER returned with ENCFORGE, a locker specifically engineered to target approximately 180 file extensions prevalent in AI and machine learning environments. This included critical assets such as model checkpoints, vector databases, embedding indexes, and training data—components often overlooked by traditional backup strategies.

Defenders Need Machine-Speed Response

While not all ransomware incidents are fully autonomous, the emergence of agentic ransomware signals a critical shift. Even intermediate models, such as the 14-agent framework identified in SOCRadar’s FortiBleed research—which assisted in exploit development and attack playbook creation while human operators conducted intrusions—significantly reduce the time and expertise required for destructive attacks. An AI agent can overcome failed commands, process vast quantities of information, and operate continuously outside of typical business hours, minimizing the delays and errors that might expose a human attacker.

Organizations must proactively identify and secure all internet-accessible AI workflow platforms, code-execution endpoints, administrative panels, and data stores. Rapid patching of known vulnerabilities, enforcement of strong authentication, removal of all default credentials, and strict protection of API keys, cloud credentials, and database secrets are paramount. These sensitive items should never reside in web-accessible configuration files.

Furthermore, security teams should implement strict controls on outbound connections from potentially compromised hosts, limit administrative access based on source IP addresses, and monitor for unusual patterns such as rapid, repetitive commands or scheduled tasks beaconing at fixed intervals. The CISA Langflow vulnerability warning underscores the urgency of addressing such entry points. Backup strategies must evolve to include AI-specific assets—models, vector data, and training datasets—with offline, immutable copies to mitigate destruction-focused attacks. Incident response plans must also be updated to assume that an attacker could transition from initial access to significant damage within mere hours.

The broader ransomware ecosystem continues to exploit exposed edge systems and stolen credentials. JADEPUFFER demonstrates the profound change when an attacker gains the ability to make continuous, rapid, and autonomous decisions.

What You Should Do

  • Patch Immediately: Prioritize patching all known vulnerabilities, especially those affecting AI workflow platforms like Langflow (CVE-2025-3248) and other internet-facing services.
  • Strengthen Authentication: Implement multi-factor authentication (MFA) across all systems and services, and eliminate all default credentials.
  • Secure Secrets: Store API keys, cloud credentials, and database secrets in secure vaults, not in web-accessible configuration files.
  • Network Segmentation and Monitoring: Segment networks to limit lateral movement and monitor for unusual outbound connections, rapid command execution, or new scheduled tasks.
  • Comprehensive Backups: Ensure backups include all AI assets (models, training data, vector databases) and store immutable, offline copies. Regularly test restoration procedures.
  • Incident Response Readiness: Develop and regularly test incident response plans that account for machine-speed attacks, aiming for detection and containment within hours, not days.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitPatchphishingransomwareSecurityThreatVulnerability

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Phishing Campaign Impersonates ChatGPT to Steal OpenAI Credentials

Next Post

Four Critical Linux Kernel Privilege Escalation Flaws Let Attackers Gain Root Access

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Chrome 153 Update Patches 16 Vulnerabilities, Including Critical Dawn and WebGL Flaws
September 18, 2026
Android Apps Can Verify Missing Critical Security Patches
September 18, 2026
T-Mobile Phishing Scam Uses Fake Reward Expiry Texts
September 18, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
David kimber
David kimber
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us