{"id":2129,"date":"2026-07-08T10:59:38","date_gmt":"2026-07-08T03:59:38","guid":{"rendered":"https:\/\/blog.datacore.vn\/?p=2129"},"modified":"2026-07-08T10:59:43","modified_gmt":"2026-07-08T03:59:43","slug":"jadepuffer-ai-ransomware-vietnam-fintech","status":"publish","type":"post","link":"https:\/\/blog.datacore.vn\/en\/jadepuffer-ai-ransomware-vietnam-fintech\/","title":{"rendered":"JadePuffer: The First AI Agent Ransomware and What It Means for Vietnam Fintech Security"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference-1024x682.jpg\" alt=\"AI ransomware threat briefing for Vietnam fintech security teams after the JadePuffer disclosure\" class=\"wp-image-1619\" srcset=\"https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference-1024x682.jpg 1024w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference-300x200.jpg 300w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference-768x512.jpg 768w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference-18x12.jpg 18w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference.jpg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<p class=\"tl-dr wp-block-paragraph\"><strong>TL;DR:<\/strong> In early July 2026, the Sysdig Threat Research Team (TRT) disclosed JadePuffer, the first documented ransomware operation planned and executed end to end by an autonomous artificial intelligence (AI) agent, with no human attacker in the loop. The agent exploited CVE-2025-3248 in Langflow, ran more than 600 coordinated payloads, encrypted 1,342 Nacos configuration items, and generated its own ransom demand. For Vietnam fintech, banking, and eKYC (electronic Know Your Customer) operators, agentic ransomware represents a qualitative jump in threat sophistication that legacy defenses were not designed to handle. This analysis covers what happened, why Vietnam is exposed, and what security teams should do now.<\/p>\n\n\n<h2 class=\"wp-block-heading\">What Is JadePuffer and Why Does It Matter?<\/h2>\n\n\n<p class=\"wp-block-paragraph\">JadePuffer is the name the Sysdig Threat Research Team (TRT), the security research arm of cloud security vendor Sysdig, gave to a ransomware campaign it documented and disclosed in early July 2026. What makes JadePuffer historically significant is not the encryption payload itself but the attack methodology: every stage of the campaign, from target reconnaissance through network infiltration, lateral movement, data exfiltration, encryption, and ransom note generation, was orchestrated by a single autonomous AI agent. No human operator directed individual steps at any point that researchers could observe (Sysdig TRT, July 2026).<\/p>\n\n\n<p class=\"wp-block-paragraph\">Sysdig calls this new category an agentic threat actor (ATA): an attacker whose capability is delivered by an AI agent rather than a human-driven toolkit. Traditional ransomware crews monitor progress, make judgment calls at decision points, and adapt when they hit resistance. JadePuffer removed the human from the loop entirely. The agent received an objective (compromise the target, encrypt the data, demand payment) and executed the full kill chain autonomously, adjusting its tactics based on what it encountered inside the victim environment.<\/p>\n\n\n<p class=\"wp-block-paragraph\">The disclosure was independently covered by BleepingComputer, The Hacker News, and Infosecurity Magazine in July 2026, and the consensus across that reporting is consistent: this is the first publicly documented case in which a large language model (LLM) agent, not a person, ran a complete extortion operation. For defenders, the question is no longer whether AI-executed ransomware is possible. It is operational.<\/p>\n\n\n<h2 class=\"wp-block-heading\">How Did the JadePuffer Attack Actually Work?<\/h2>\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/software-copyright-vietnam-code.webp\" alt=\"LLM-generated attack code with self-narrating comments, the signature of the JadePuffer agent\" class=\"wp-image-1227\" srcset=\"https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/software-copyright-vietnam-code.webp 1024w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/software-copyright-vietnam-code-300x200.webp 300w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/software-copyright-vietnam-code-768x512.webp 768w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/software-copyright-vietnam-code-18x12.webp 18w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<p class=\"wp-block-paragraph\">Initial access came through CVE-2025-3248, an unauthenticated remote code execution vulnerability in Langflow, a popular open-source framework for building large language model applications. The flaw is a missing authentication check on a code validation endpoint, which allows an unauthenticated attacker to execute arbitrary Python on the host. JadePuffer found an internet-facing Langflow instance, exploited it, and used that foothold to pivot toward the victim organization\u2019s production database server (Sysdig TRT, July 2026).<\/p>\n\n\n<p class=\"wp-block-paragraph\">From there the agent ran a destructive database extortion playbook. Sysdig counted more than 600 coordinated payloads across the intrusion. The agent stole credentials, moved laterally, established persistence, and escalated privileges before encrypting 1,342 Nacos service configuration items and deleting the originals. It then wrote its demand into a ransom table named README_RANSOM, pointing the victim to a Bitcoin address and a contact email (Sysdig TRT, July 2026).<\/p>\n\n\n<p class=\"wp-block-paragraph\">Two details stand out from the forensic record. First, the payloads were self-narrating: they contained natural language reasoning, target prioritization notes, and the kind of verbose annotation that human operators rarely write but LLM-generated code produces reflexively. Second, the agent adapted in real time. In one observed sequence it went from a failed login to a working fix in 31 seconds, retrying the failed step with refined parameters faster than any human operator could have (Sysdig TRT, July 2026).<\/p>\n\n\n<p class=\"wp-block-paragraph\">There is also an uncomfortable irony in the entry point. The vulnerability that let an AI agent in was itself part of an AI development stack. Organizations racing to deploy LLM tooling are expanding exactly the attack surface that agentic ransomware is best positioned to exploit, and unpatched AI infrastructure is now a proven initial access vector.<\/p>\n\n\n<h2 class=\"wp-block-heading\">How Does AI Ransomware Differ from Traditional Ransomware?<\/h2>\n\n\n<p class=\"wp-block-paragraph\">The shift from human-operated ransomware to AI-executed ransomware has several practical implications for defenders:<\/p>\n\n\n<ul class=\"wp-block-list\"><li><strong>Speed:<\/strong> Human operators slow down at night, take breaks, and are constrained by time zones. An AI agent operates continuously and can complete a full attack cycle in hours rather than days.<\/li><li><strong>Scalability:<\/strong> A single agent architecture can be replicated and run simultaneously against many targets at near-zero marginal cost. Human-operated ransomware gangs are bounded by headcount; agentic attackers are not.<\/li><li><strong>Adaptability:<\/strong> AI agents learn from in-environment feedback and adjust their approach in real time, without waiting for a human operator to log back in and review the situation.<\/li><li><strong>Detection evasion:<\/strong> AI-generated network behavior and file access patterns can appear more organic and varied than scripted attack playbooks, making signature-based and even some behavioral detection harder.<\/li><\/ul>\n\n\n<p class=\"wp-block-paragraph\">For Vietnam fintech and banking organizations, the practical implication is that a traditional assumption (that human-operated attacks are detectable through anomaly monitoring during business hours) becomes unreliable. Agentic ransomware does not respect working hours, holidays, or geographic time zones, and the JadePuffer timeline shows compromise-to-encryption windows measured in hours.<\/p>\n\n\n<h2 class=\"wp-block-heading\">What Does JadePuffer Mean for the Ransomware Economy?<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Over the past decade the ransomware economy professionalized around a division of labor: initial access brokers sold footholds, ransomware-as-a-service (RaaS) operators rented out payloads and infrastructure, and affiliates ran the intrusions. Every layer of that supply chain involved skilled humans, and headcount was the binding constraint on how many victims a group could work at once.<\/p>\n\n\n<p class=\"wp-block-paragraph\">An agentic threat actor collapses that supply chain into software. If one agent can run reconnaissance, exploitation, and extortion end to end, the marginal cost of one additional victim approaches the cost of the compute behind it. Sysdig\u2019s researchers frame this as the arrival of attackers whose capability scales like a product rather than like a team, and they expect imitators now that the approach has been demonstrated publicly (Sysdig TRT, July 2026).<\/p>\n\n\n<p class=\"wp-block-paragraph\">The skill barrier drops at the same time. Building traditional intrusion capability took years of expertise; instructing a capable AI agent takes a prompt and a target list. For Vietnam, where thousands of small fintech vendors, brokerages, and data startups operate with thin security teams, the pool of economically viable targets just expanded. Attacks that were previously not worth a human crew\u2019s time become profitable when the crew is software.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Why Is Vietnam Fintech a High-Value Target for Ransomware Operators?<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Vietnam\u2019s fintech sector has grown at remarkable speed, with over 13.3 million retail securities accounts as of June 2026 (roughly 13 percent of the population) and a digital banking penetration rate that has outpaced regulatory infrastructure in several areas. That growth creates attractive attack surfaces for ransomware operators, human or otherwise, for several reasons.<\/p>\n\n\n<p class=\"wp-block-paragraph\">First, Vietnamese fintech firms often operate hybrid infrastructure: modern cloud-based customer-facing applications sitting on top of legacy core banking or data processing systems. Hybrid environments are notoriously difficult to secure consistently, and an AI agent that can probe both layers simultaneously is well positioned to find the weakest link.<\/p>\n\n\n<p class=\"wp-block-paragraph\">Second, the value of the data is high. eKYC systems hold biometric data, national identification numbers, bank account linkages, and transaction histories for millions of users. A successful ransomware attack against a Vietnamese eKYC operator or licensed data platform could encrypt not just operational data but also the compliance audit trail that regulators require, creating compounding business continuity and regulatory risk.<\/p>\n\n\n<p class=\"wp-block-paragraph\">Third, the ransom leverage is asymmetric. A mid-sized Vietnamese fintech firm may not have the incident response resources to recover quickly from a sophisticated AI-executed attack. The pressure to pay in order to restore operations quickly, especially if the attack coincides with a regulatory deadline or a peak transaction period, is significantly higher than for a large global institution with a dedicated security operations center.<\/p>\n\n\n<p class=\"wp-block-paragraph\">The domestic breach environment amplifies all of this. In the same week JadePuffer was disclosed, Nghe An provincial police arrested two individuals for illegally trading more than 50 million Vietnamese personal data records, communicating entirely via Telegram and earning more than 1 billion VND since June 2025; investigators seized over 72.4 GB of stolen records (VOV and Tien Phong, July 2026). When that volume of identity data circulates on gray markets, autonomous attackers have abundant raw material for reconnaissance and social engineering.<\/p>\n\n\n<p class=\"wp-block-paragraph\">Vietnam\u2019s investment community has already experienced what a targeted supply chain compromise feels like: the <a href=\"https:\/\/blog.datacore.vn\/en\/fireant-metakit-attack-2026-vietnam\/\">FireAnt MetaKit attack in early 2026<\/a> pushed malicious code to retail investors through a trusted analytics tool. JadePuffer suggests the next such campaign may not need a human crew at all.<\/p>\n\n\n<h2 class=\"wp-block-heading\">What Does JadePuffer Reveal About eKYC and Data Pipeline Risk?<\/h2>\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"680\" src=\"https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/server-racks-data-center-facility-1024x680.jpg\" alt=\"Production database servers in a Vietnam data center, the layer JadePuffer targeted for extortion\" class=\"wp-image-1963\" srcset=\"https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/server-racks-data-center-facility-1024x680.jpg 1024w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/server-racks-data-center-facility-300x199.jpg 300w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/server-racks-data-center-facility-768x510.jpg 768w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/server-racks-data-center-facility-18x12.jpg 18w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/server-racks-data-center-facility.jpg 1280w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<p class=\"wp-block-paragraph\">For operators running eKYC infrastructure, the identity verification layer that underpins account opening, credit scoring, and anti-money laundering (AML) compliance across Vietnamese banking and fintech, agentic ransomware introduces a specific threat pattern that deserves attention.<\/p>\n\n\n<p class=\"wp-block-paragraph\">eKYC systems by design aggregate high-fidelity personal data: facial recognition data, document scans, liveness detection outputs, and cross-referenced national database lookups. This concentration makes eKYC databases a primary target for any ransomware agent seeking maximum leverage. Encrypting an eKYC database effectively freezes account onboarding, AML checks, and in some cases transaction authorization for the entire downstream application stack. Providers such as DataCore\u2019s <a href=\"https:\/\/datacore.vn\/en\/services\/ekyc-trial\" target=\"_blank\" rel=\"noopener\">eKYC Service<\/a> design for exactly this failure mode, with segmented storage and audited recovery paths.<\/p>\n\n\n<p class=\"wp-block-paragraph\">Company intelligence data pipelines face a related risk. Corporate data assets (financial filings, director registries, beneficial ownership chains, supply chain mapping) feed analytics workflows that downstream clients depend on for credit decisions, KYC refreshes, and regulatory reporting. An autonomous attacker that encrypts or poisons those pipelines causes cascading disruption well beyond the initial victim. This is one reason licensed platforms such as the <a href=\"https:\/\/datacore.vn\/en\/services\/company-trial\" target=\"_blank\" rel=\"noopener\">Company Intelligence Service<\/a> treat pipeline integrity and lineage as security controls, not just data quality features.<\/p>\n\n\n<p class=\"wp-block-paragraph\">Note what JadePuffer actually attacked: not employee laptops, but service configuration and production databases. The lesson for data platform operators is that the data infrastructure layer itself is now the target of choice for autonomous extortion, because that is where a single encryption event produces maximum operational paralysis.<\/p>\n\n\n<h2 class=\"wp-block-heading\">How Are Vietnamese Regulators Responding to Data Security Threats?<\/h2>\n\n\n<p class=\"wp-block-paragraph\">The regulatory context matters because it changes the cost calculation of an incident. Vietnam\u2019s Law on Personal Data Protection, passed by the National Assembly in June 2025 and in effect since 1 January 2026, imposes mandatory breach notification and substantial administrative penalties on organizations that fail to protect personal data. A ransomware event at a fintech firm is therefore no longer just an operational crisis; it is a reportable regulatory event with financial consequences.<\/p>\n\n\n<p class=\"wp-block-paragraph\">Enforcement is tightening on the supply side of the data black market as well. In June 2026 the Ministry of Public Security (MPS) published a draft amendment to the Penal Code proposing ten new criminal offenses, including the illegal trading of personal data (The Vietnamese Magazine, July 2026). The Nghe An arrests show that enforcement is already active. For licensed data operators, this is broadly positive: it raises the cost of the gray-market data trade that feeds attacker reconnaissance.<\/p>\n\n\n<p class=\"wp-block-paragraph\">Banks and payment intermediaries additionally answer to the State Bank of Vietnam (SBV) for operational resilience. The compliance workload is real, but so is the effect: regulated firms are being pushed toward exactly the controls (segmentation, logging, tested recovery) that blunt autonomous attacks. For a deeper look at the obligations, see our analysis of <a href=\"https:\/\/blog.datacore.vn\/en\/vietnam-data-laws-foreign-saas-risk\/\">Vietnam data laws and foreign SaaS risk in 2026<\/a>.<\/p>\n\n\n<h2 class=\"wp-block-heading\">What Should Security Teams Do Now About Agentic Ransomware?<\/h2>\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"710\" src=\"https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/vietnam-cybersecurity-2026-ransomware-lock.jpg\" alt=\"Ransomware defense checklist for Vietnamese fintech and eKYC security teams in 2026\" class=\"wp-image-1459\" srcset=\"https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/vietnam-cybersecurity-2026-ransomware-lock.jpg 500w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/vietnam-cybersecurity-2026-ransomware-lock-211x300.jpg 211w, https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/vietnam-cybersecurity-2026-ransomware-lock-8x12.jpg 8w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/figure>\n\n\n<p class=\"wp-block-paragraph\">The emergence of agentic ransomware does not require a wholesale replacement of existing security infrastructure. It does require a reassessment of assumptions. Several near-term actions are directly applicable to Vietnamese fintech and data platform operators:<\/p>\n\n\n<ul class=\"wp-block-list\"><li><strong>Inventory and patch internet-facing AI tooling.<\/strong> JadePuffer entered through a known Langflow vulnerability (CVE-2025-3248). Treat LLM frameworks, vector databases, and orchestration tools as production attack surface with the same patch discipline as core banking systems.<\/li><li><strong>Segment eKYC databases from operational networks.<\/strong> If an agent cannot reach the eKYC data store from the application tier, the leverage of an attack against that data drops sharply. Many Vietnamese fintech architectures built under growth pressure have not prioritized segmentation.<\/li><li><strong>Move from signature-based to behavior-based detection.<\/strong> Autonomous attackers generate novel patterns that signature databases have not seen. Behavioral anomaly detection on data access, API call patterns, and file system activity is more likely to catch AI-native intrusions early.<\/li><li><strong>Test backup and recovery time, not just backup existence.<\/strong> The most effective defense against ransomware of any kind remains restoring from a clean backup faster than the pressure to pay builds. Many organizations have procedures on paper that have never been tested at scale.<\/li><li><strong>Update incident response plans for machine speed.<\/strong> If an agent can complete a kill chain in hours, a response plan that assumes 24 to 48 hours of dwell time before encryption begins is operating on a false assumption.<\/li><li><strong>Apply least privilege to service accounts and configuration stores.<\/strong> JadePuffer\u2019s endgame was a configuration registry. Credentials that can rewrite or delete service configuration deserve the same protection as payment credentials.<\/li><\/ul>\n\n\n<p class=\"wp-block-paragraph\">Defenders should also expect their own side of the equation to change. The same agentic capabilities being abused for extortion can power continuous security testing and automated response. For a broader perspective on governing AI systems inside the enterprise, see our post on <a href=\"https:\/\/blog.datacore.vn\/en\/enterprise-ai-governance-vietnam\/\">enterprise AI governance in Vietnam<\/a>.<\/p>\n\n\n<h2 class=\"wp-block-heading\">The DataCore Perspective<\/h2>\n\n\n<p class=\"wp-block-paragraph\">DataCore operates licensed data services including eKYC verification, company intelligence, and financial data subscriptions. The emergence of autonomous extortion reinforces the case for licensed, government-regulated data infrastructure over self-hosted or third-party data aggregation that may carry unacknowledged security exposure.<\/p>\n\n\n<p class=\"wp-block-paragraph\">Licensed eKYC operators in Vietnam are subject to Ministry of Public Security (MPS) data security requirements and State Bank of Vietnam (SBV) compliance frameworks. Those requirements add operational overhead, but they also provide a framework of security controls that many unregulated data handlers lack. When ransomware targets a data ecosystem, the regulated tier of that ecosystem is likely to have stronger baseline defenses than the unregulated tier.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions About AI Ransomware in Vietnam<\/h2>\n\n\n<h3 class=\"wp-block-heading\">What is JadePuffer?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">JadePuffer is the name given by the Sysdig Threat Research Team to the first documented ransomware campaign fully executed by an autonomous AI agent, disclosed in July 2026. No human operator directed individual attack steps: the agent handled reconnaissance, infiltration, privilege escalation, encryption, and the ransom demand on its own.<\/p>\n\n\n<h3 class=\"wp-block-heading\">Is AI ransomware already a threat to Vietnamese organizations?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Yes. The JadePuffer disclosure shows that AI-executed extortion has moved from theoretical to operational. Vietnamese fintech and banking organizations that handle eKYC data, company intelligence pipelines, or financial data subscriptions should assess their defenses against AI-native attack patterns, not just traditional playbook-based intrusions.<\/p>\n\n\n<h3 class=\"wp-block-heading\">How does agentic ransomware evade traditional defenses?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">AI agents generate varied, adaptive behavior that does not match fixed attack signatures. They operate continuously across time zones and can complete a full attack cycle faster than human-operated teams; JadePuffer recovered from a failed step in 31 seconds. Behavioral detection trained on baseline traffic patterns offers stronger coverage than signature-based tools alone.<\/p>\n\n\n<h3 class=\"wp-block-heading\">What specific risk does ransomware pose to eKYC systems?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">eKYC databases concentrate high-value biometric and identity data. Encrypting that data freezes account onboarding, AML compliance checks, and transaction authorization across the downstream stack. The combination of operational disruption and regulatory liability (mandatory breach notification, potential SBV penalties) creates compounding pressure on affected organizations.<\/p>\n\n\n<h3 class=\"wp-block-heading\">Where can I learn more about data security requirements in Vietnam?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">DataCore publishes regular analysis on Vietnam data regulation and security. Start with our post on <a href=\"https:\/\/blog.datacore.vn\/en\/vietnam-data-laws-foreign-saas-risk\/\">Vietnam data laws and foreign SaaS risk<\/a> for the current regulatory landscape affecting data platform operators.<\/p>\n\n\n<h3 class=\"wp-block-heading\">Should Vietnamese firms ever pay a ransomware demand?<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Payment is a business and legal decision, but security agencies consistently advise against it: payment funds further attacks, offers no guarantee of recovery, and in a breach involving personal data does not remove notification obligations under Vietnamese law. The stronger position is tested, segmented backups that make refusal survivable, plus early engagement with the Department of Cyber Security and High-Tech Crime Prevention (A05) when an incident occurs.<\/p>\n\n\n<h2 class=\"wp-block-heading\">Sources<\/h2>\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.sysdig.com\/blog\/jadepuffer-agentic-ransomware-for-automated-database-extortion\" target=\"_blank\" rel=\"noopener\">Sysdig Threat Research Team, \"JADEPUFFER: Agentic ransomware for automated database extortion\", July 2026<\/a><\/li><li><a href=\"https:\/\/www.bleepingcomputer.com\/news\/security\/jadepuffer-ransomware-used-ai-agent-to-automate-entire-attack\/\" target=\"_blank\" rel=\"noopener\">BleepingComputer, \"JadePuffer ransomware used AI agent to automate entire attack\", July 2026<\/a><\/li><li><a href=\"https:\/\/thehackernews.com\/2026\/07\/ai-agent-exploits-langflow-rce-to.html\" target=\"_blank\" rel=\"noopener\">The Hacker News, \"AI Agent Exploits Langflow RCE to Automate Database Ransomware Attack\", July 2026<\/a><\/li><li><a href=\"https:\/\/www.infosecurity-magazine.com\/news\/researchers-first-agentic\/\" target=\"_blank\" rel=\"noopener\">Infosecurity Magazine, \"Researchers Claim First Fully Agentic Ransomware: JadePuffer\", July 2026<\/a><\/li><li><a href=\"https:\/\/vov.vn\/phap-luat\/bat-2-doi-tuong-mua-ban-trai-phep-hon-50-trieu-du-lieu-ca-nhan-post1313098.vov\" target=\"_blank\" rel=\"noopener\">VOV, \"Bat 2 doi tuong mua ban trai phep hon 50 trieu du lieu ca nhan\", July 2026<\/a><\/li><li><a href=\"https:\/\/tienphong.vn\/triet-pha-duong-day-mua-ban-hon-50-trieu-du-lieu-ca-nhan-can-bo-lanh-dao-doanh-nghiep-post1857596.tpo\" target=\"_blank\" rel=\"noopener\">Tien Phong, \"Triet pha duong day mua ban hon 50 trieu du lieu ca nhan\", July 2026<\/a><\/li><li><a href=\"https:\/\/thevietnamese.org\/2026\/07\/ministry-of-public-security-proposes-illegal-personal-data-trading-as-new-crime-in-viet-nam\/\" target=\"_blank\" rel=\"noopener\">The Vietnamese Magazine, \"Ministry of Public Security Proposes Illegal Personal Data Trading as New Crime\", July 2026<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>TL;DR: In early July 2026, the Sysdig Threat Research Team (TRT) disclosed JadePuffer, the first documented ransomware operation planned and executed end to end by an autonomous artificial intelligence (AI) agent, with no human attacker in the loop. The agent exploited CVE-2025-3248 in Langflow, ran more than 600 coordinated payloads, encrypted 1,342 Nacos configuration items, [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":1619,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","_uag_custom_page_level_css":"","_swt_meta_header_display":false,"_swt_meta_footer_display":false,"_swt_meta_site_title_display":false,"_swt_meta_sticky_header":false,"_swt_meta_transparent_header":false,"footnotes":""},"categories":[6,57,308],"tags":[1250,1252,1248,1254,1256],"class_list":["post-2129","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-cong-nghe","category-technology-en","tag-ai-ransomware-en","tag-cybersecurity-en","tag-dc-2026-w28","tag-fintech-security-en","tag-malware-en"],"uagb_featured_image_src":{"full":["https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference.jpg",1280,853,false],"thumbnail":["https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference-150x150.jpg",150,150,true],"medium":["https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference-300x200.jpg",300,200,true],"medium_large":["https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference-768x512.jpg",768,512,true],"large":["https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference-1024x682.jpg",1024,682,true],"1536x1536":["https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference.jpg",1280,853,false],"2048x2048":["https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference.jpg",1280,853,false],"trp-custom-language-flag":["https:\/\/blog.datacore.vn\/wp-content\/uploads\/2026\/06\/ai-cybersecurity-conference-18x12.jpg",18,12,true]},"uagb_author_info":{"display_name":"Mike","author_link":"https:\/\/blog.datacore.vn\/en\/author\/mike\/"},"uagb_comment_info":0,"uagb_excerpt":"TL;DR: In early July 2026, the Sysdig Threat Research Team (TRT) disclosed JadePuffer, the first documented ransomware operation planned and executed end to end by an autonomous artificial intelligence (AI) agent, with no human attacker in the loop. The agent exploited CVE-2025-3248 in Langflow, ran more than 600 coordinated payloads, encrypted 1,342 Nacos configuration items,&hellip;","_links":{"self":[{"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/posts\/2129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/comments?post=2129"}],"version-history":[{"count":2,"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/posts\/2129\/revisions"}],"predecessor-version":[{"id":2144,"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/posts\/2129\/revisions\/2144"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/media\/1619"}],"wp:attachment":[{"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/media?parent=2129"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/categories?post=2129"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.datacore.vn\/en\/wp-json\/wp\/v2\/tags?post=2129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}