In July 2026, the Sysdig Threat Research Team published findings on JADEPUFFER, which they classify as the first documented agentic ransomware operation. An AI agent, powered by a large language model, entered a target environment through a known software vulnerability and then carried out the entire attack chain autonomously: reconnaissance, credential theft, lateral movement, persistence, and finally encryption of 1,342 database configuration records. No skilled human operator directed each step. The AI handled it all and adapted in real time when individual steps failed.
What traditional ransomware looks like
To understand why JADEPUFFER is significant, it helps to understand what ransomware attacks looked like before AI agents entered the picture.
A typical ransomware campaign involves multiple specialists working across days or weeks. One person finds a vulnerability or purchases stolen credentials. Another gains initial access. A third conducts reconnaissance inside the network, mapping out systems and identifying where the most valuable data lives. A fourth handles lateral movement, hopping between machines using compromised accounts. Eventually, ransomware is deployed to encrypt files and extract data for a double-extortion threat.
Each step requires a different skill set. Each step also takes time, which is why businesses with monitoring tools in place occasionally catch attacks in progress before encryption occurs. The average time from initial access to ransomware deployment in 2025 was 17 hours. Security teams had at least some window to detect unusual activity.
Agentic ransomware compresses that window dramatically, because a single AI system can handle all of those steps without switching between human operators and without sleeping.
How JADEPUFFER actually worked
The Sysdig team documented JADEPUFFER in enough detail that we can walk through exactly what happened step by step.
Step 1: Initial access through a known vulnerability
The AI agent gained entry by exploiting CVE-2025-3248, a critical unauthenticated remote code execution vulnerability in Langflow, an open-source framework used to build AI applications. The vulnerability was publicly known, and a patch existed. The target environment had not applied it. This is the single most common way attacks begin: a known, patchable vulnerability that was not patched in time.
Step 2: Autonomous reconnaissance and credential harvesting
Once inside, the AI agent did not wait for instructions. It began mapping the environment, searching for configuration files, environment variables, and credential stores. This is work that a human attacker would spend hours doing manually. The AI did it systematically and at machine speed. It collected credentials it found in configuration files and stored them for use in the next stages.
Step 3: Persistence and lateral movement
The agent established persistence by creating a cron job that beaconed back to the attacker's infrastructure every 30 minutes. It then used the harvested credentials to pivot to a production MySQL database server running Alibaba Nacos, a service configuration and discovery platform. When standard login attempts did not work, the agent exploited a second known vulnerability, CVE-2021-29441, an authentication bypass in Nacos, to create rogue administrator accounts and gain full control.
Step 4: Encryption and ransom demand
With administrator access to the Nacos server, the AI agent encrypted all 1,342 service configuration records, deleted the originals, and deployed a ransom note containing a Bitcoin payment address and contact details. The ransom note appeared in the database itself rather than as a text file dropped on a desktop, reflecting the agent's understanding of where a victim would look for critical information in this kind of database-focused attack.
Why small businesses are in the crosshairs
Small and mid-sized businesses already absorb more than 70 percent of all data breaches. The reasons are straightforward: smaller IT teams, less budget for security tools, slower patch cycles, and less monitoring. These are exactly the conditions that agentic ransomware is designed to exploit.
JADEPUFFER exploited two publicly known, already-patched vulnerabilities. A business running a patched software stack would not have been exposed to either CVE. But patching requires time, attention, and a system for tracking which software versions are running where across your environment. Most small businesses do not have that system in place, which means there are almost certainly unpatched vulnerabilities sitting in their network right now.
The JADEPUFFER attack also exploited credentials stored in configuration files. In small business environments, it is common for credentials to be stored in places they should not be, such as shared spreadsheets, email threads, or application configuration files that are not encrypted or access-controlled. An AI agent doing reconnaissance will find those credentials faster than any human attacker would.
And the speed factor matters. If an AI agent can go from initial access to encrypted database in minutes rather than hours, the monitoring tools that catch human attackers during a slow lateral movement phase may simply not have enough time to generate an alert before the damage is done. This is not a reason to give up on monitoring; it is a reason to move monitoring from reactive to real-time.
What this means for your security posture
The arrival of agentic ransomware does not require a completely different set of defensive controls. It does raise the stakes on controls you should already have in place. Here is what matters most.
Patch management is no longer optional
Both vulnerabilities JADEPUFFER exploited had public patches available at the time of the attack. The organization was compromised because those patches had not been applied. In 2026, the window between a vulnerability being publicly disclosed and attackers scanning for it has collapsed to under 24 hours. EDCON's patch management data shows that unpatched vulnerabilities more than 30 days old are responsible for a disproportionate share of successful intrusions against small business clients.
Effective patch management means knowing every piece of software in your environment, tracking its version against published advisories, and having a process to apply critical patches within 24 to 72 hours. For most small businesses, this requires automated tooling and a managed IT partner who handles the tracking and deployment on their behalf.
Least-privilege access limits blast radius
JADEPUFFER was able to pivot to a production database because the credentials it harvested had broad network access. Least-privilege access means every user account and every service account has access only to what it specifically needs to do its job, and nothing beyond that. When an account is compromised, an attacker or AI agent working with those credentials hits walls instead of open doors.
For a small business using Microsoft 365, this means reviewing and restricting SharePoint permissions, controlling which accounts can access which applications, and ensuring service accounts for software integrations have narrow scopes. For businesses with on-premise servers or databases, it means separating user access from administrative access and ensuring that compromising one account cannot immediately unlock everything else.
Multi-factor authentication on every account
Harvested credentials are only useful to an attacker if they work without a second factor. Multi-factor authentication (MFA) on every account, including service accounts where possible, means that even if an AI agent finds a valid username and password, it still cannot use them to authenticate. JADEPUFFER would have been stopped at the lateral movement stage if MFA had been enforced on the Nacos server accounts.
In 2026, MFA with a text message code is considered the minimum, but phishing-resistant MFA using hardware keys or passkeys is significantly stronger. For Microsoft 365 environments, Microsoft Authenticator app-based MFA is a practical step up from SMS codes that any small business can implement.
Endpoint detection and response catches what AI attacks leave behind
Endpoint detection and response (EDR) tools monitor every device for behaviors that indicate an intrusion is underway: unusual process execution, credential access attempts, unexpected network connections, and persistence mechanisms like cron jobs. The JADEPUFFER agent's cron job for persistence is exactly the kind of activity that EDR tools are built to flag.
Agentic attacks move faster than human attacks, which means EDR needs to be actively monitored rather than configured and forgotten. A tool that generates alerts no one watches in real time is not providing real protection. For small businesses without dedicated security staff, this is one of the strongest arguments for managed IT services: a managed security operations function can monitor EDR alerts around the clock without the business needing to hire a full-time security analyst.
Network segmentation contains a breach when one does occur
One of the reasons JADEPUFFER was able to pivot from the initial Langflow server to a production MySQL database is that those systems were reachable from each other on the network. Network segmentation means separating your systems into logical zones so that compromising one does not automatically grant access to the rest. A web-facing application server should not have direct network access to your core database server. Workstations should not have direct access to servers. Guest WiFi used by visitors or customers should be completely isolated from your internal business network.
For childcare centers, this is particularly relevant. Many centers have devices used by teachers and administrators, devices used by children for educational activities, and potentially WiFi used by parents during pickup. Each of these populations should be on separate network segments so that a compromised device in one group cannot reach the systems in another.
Verified, tested backups remain the last line of defense
Even if every other control works perfectly, assuming you will never be compromised is not a sound strategy. Offline, immutable backups that are tested regularly give your business the ability to recover without paying a ransom if encryption does occur. The key word is tested: backups that have never been restored are backups that may not work when you need them. A backup verification process should confirm at minimum quarterly that your backups are complete, uncorrupted, and actually restorable within a timeframe that your business can survive.
The broader shift: AI on both sides of the threat
JADEPUFFER is the first documented case, but it will not be the last. Security researchers across the industry have noted that agentic AI systems lower the skill floor for attackers in the same way that automated marketing tools lowered the skill floor for phishing campaigns. When phishing became easy to automate in bulk, the volume of phishing attacks exploded. The same dynamic is likely to play out with agentic intrusion tools as they become more accessible on criminal markets.
The countermeasure is not to avoid AI, but to understand that the same kind of automation that attackers are now using is also available on the defensive side. Managed detection and response services use AI to correlate signals across endpoints, network traffic, and identity providers in real time, flagging behavioral anomalies that no human analyst could spot manually across a thousand data points per second. Small businesses that pair a strong baseline of controls with managed security monitoring are significantly better positioned than those relying on reactive measures alone.
Research from IBM's 2025 Cost of a Data Breach report found that organizations with AI-assisted security detection and response contained breaches 108 days faster on average than those without. For context, the average time to identify and contain a breach in 2026 without those tools is 241 days, meaning sensitive data can be exposed for nearly eight months before anyone realizes it. At an average US breach cost of $10.22 million, the gap in response time translates directly into cost.
A practical action plan for small business owners
Given everything above, here is what to prioritize over the next 30 days:
- Inventory every piece of software your business runs. This includes applications on servers, cloud services, devices, and anything employees have installed themselves. You cannot patch what you do not know about.
- Apply all critical and high-severity patches within 72 hours of release. If your current process has you reviewing patches quarterly or during scheduled maintenance windows, that cadence is no longer safe. Attackers now exploit critical vulnerabilities within hours of public disclosure.
- Audit every account for MFA. Every Microsoft 365 account, every cloud service login, every remote access account. If MFA is not turned on, turn it on this week. Pay particular attention to administrator accounts and any service accounts used by software integrations.
- Review user and service account permissions. Every account should have access only to what it needs. If an account has broader access than its function requires, restrict it. This is especially important for any accounts used by software to connect to other software.
- Verify your backups actually work. Pick one system and test a restore. If you cannot confidently restore from backup, your backup strategy has a gap that needs to be fixed before an incident forces you to find out the hard way.
- Assess whether you have real-time endpoint monitoring. Antivirus is not EDR. If your endpoint protection is not generating behavioral alerts and someone is actively reviewing those alerts, you are operating without a key detection layer. A managed IT provider can close this gap without requiring you to hire a security analyst.
Frequently asked questions
What is agentic ransomware and how is it different from regular ransomware?
Traditional ransomware requires a human attacker to direct each stage of an attack: finding a vulnerability, gaining access, moving through the network, and deploying the encryption payload. Agentic ransomware uses a large language model as an autonomous agent that handles the entire intrusion lifecycle on its own. When one approach failed, the JADEPUFFER agent adapted its method in real time, going from a failed login to a working alternative in 31 seconds. That kind of autonomous adaptation has never been documented in a ransomware operation before.
Why are small businesses specifically at risk from agentic ransomware?
Small and mid-sized businesses already account for more than 70 percent of all data breaches because attackers view them as easier targets: fewer security staff, slower patch cycles, and less monitoring. Agentic ransomware amplifies this problem in two ways. First, it dramatically lowers the skill barrier for attackers, meaning a far larger pool of criminals can now run sophisticated multi-stage campaigns. Second, it operates at machine speed rather than human speed, compressing the window for detection from hours to minutes.
Do I need to worry about JADEPUFFER if my business does not use Langflow or Nacos?
The specific vulnerabilities JADEPUFFER exploited affect organizations running those particular platforms. Most small businesses do not run them directly. However, the broader lesson applies to every business: agentic AI can now automate the full ransomware attack chain. Future variants will use different vulnerabilities against different software. The defensive fundamentals that protect against JADEPUFFER, such as patching, least-privilege access, network segmentation, and real-time endpoint monitoring, are the same ones that protect against any agentic ransomware variant.
What is the single most important thing a small business can do right now?
No single control stops everything, but the combination that matters most is: keep all software patched and current, enforce MFA on every account, and apply least-privilege access so that a compromised account cannot move freely through your network. JADEPUFFER exploited a known, patchable vulnerability and then used harvested credentials with broad access. Both of those conditions are preventable with controls that every small business can implement.
Can EDCON help our business assess and improve its defenses?
Yes. EDCON provides managed IT and cybersecurity services for small businesses and childcare centers across Southern California, including patch management, endpoint detection and response, Microsoft 365 security hardening, and network segmentation. We can review your current environment, identify the gaps that agentic ransomware exploits, and put the right controls in place. Contact us for a free security consultation.
The bottom line
JADEPUFFER is not a reason to panic. It is a reason to take seriously the security fundamentals that have always mattered: patch your software, enforce MFA, restrict account permissions, segment your network, and maintain verified backups. Those controls stopped the JADEPUFFER attack from succeeding at multiple stages. Organizations that had any one of them in place limited the attacker's options. Organizations that had all of them in place would have prevented the attack entirely.
What JADEPUFFER changes is the urgency and the pace. Attacks that once unfolded over days now unfold in minutes. Vulnerabilities that once took weeks to be exploited in the wild are now scanned for within hours. The defensive side of this equation has to move with the same kind of speed and automation that attackers are now bringing. For small businesses, the most practical way to accomplish that is to work with a managed IT provider that keeps the baseline of controls current and monitored, freeing you to focus on running your business rather than tracking vulnerability advisories.
Is your business protected against agentic ransomware?
EDCON helps small businesses and childcare centers across Southern California close the security gaps that AI-driven attacks specifically target: unpatched software, over-permissioned accounts, missing MFA, and gaps in endpoint monitoring. Book a free security consultation and we will review your current environment and tell you exactly where you stand.
Book a Free Security Consultation