Back to Threat Intel
TLP:CLEARCTI-2026-0426

Daily Threat Intelligence Brief - April 26, 2026

April 26, 202617 min read
ctivulnerabilitiesransomwareai-securityagentic-aithreat-actors

Executive Summary

  • A systemic design vulnerability in Anthropic's Model Context Protocol (MCP) reference SDKs enables arbitrary command execution on any system running a vulnerable implementation, with researchers warning that 150M+ SDK downloads, 8,000+ public servers, and up to 200,000 instances inherit the exposure (The Hacker News, OX Security).
  • Independent audits found 36.7% of public MCP servers vulnerable to server-side request forgery and 43% vulnerable to command execution attacks, with proof-of-concept exfiltration of AWS IAM access keys, secret keys, and session tokens from EC2 metadata via Microsoft's MarkItDown MCP server (Adversa AI, Cyber Desserts).
  • The U.S. Department of Justice and FBI executed a court-authorized operation disrupting APT28's FrostArmada DNS-hijacking botnet, which at peak commanded 18,000 compromised MikroTik and TP-Link routers across 120 countries to harvest Microsoft 365 OAuth tokens and credentials (Bleeping Computer, SecurityWeek, SC Media).
  • ShinyHunters extended a relentless April extortion run by claiming Abrigo Inc. on April 11 with 1.75 million records, on top of Carnival (8.7M), Inditex (9M), Amtrak (2.1M), and Udemy (1.4M) earlier in the month (Privacy Guides, SharkStriker).
  • CVE-2026-5281, a use-after-free in Chrome's Dawn WebGPU implementation, is the fourth Chrome zero-day exploited in 2026; CISA added it to KEV on April 1 with a federal patch deadline of April 15, 2026 (The Hacker News, Help Net Security).
  • A French government data breach disclosed in late April exposed roughly 600 million log lines, including plaintext information, layered onto the France Titres (ANTS) incident from April 15 that already saw 19 million records claimed by actor "breach3d" (Privacy Guides, SC Media).
  • Microsoft Defender zero-day RedSun (local privilege escalation to SYSTEM via race condition) remains unpatched alongside UnDefend, while sibling flaw BlueHammer (CVE-2026-33825) was added to CISA KEV on April 22 (SecurityWeek, Cybersecurity News).
  • A Litecoin zero-day enabled a denial-of-service campaign that disrupted major mining pools, persisting because not all operators had migrated to the latest node release (Cybersecurity News).
  • Iranian-affiliated CyberAv3ngers continue exploiting Rockwell PLCs across U.S. water, energy, and government facilities under joint advisory AA26-097A, while Iran restored partial domestic internet on April 17 after a 47-day blackout, signaling resumption of baseline external operations (CISA AA26-097A, Unit 42).

Critical Vulnerabilities

Anthropic MCP Design Vulnerability: AI Supply Chain RCE

OX Security's research team disclosed a critical, systemic vulnerability at the core of the Model Context Protocol that enables arbitrary command execution on any system running a vulnerable MCP implementation. The flaw is baked into Anthropic's official SDKs across Python, TypeScript, Java, and Rust, meaning any developer building atop the reference foundation inherits the exposure. Successful exploitation grants attackers direct access to sensitive user data, internal databases, API keys, and chat histories. The supply chain blast radius spans 150M+ downloads, 7,000+ publicly accessible servers, and up to 200,000 vulnerable instances (The Hacker News, OX Security, TechRepublic).

CVE-2026-26118: Azure MCP Server SSRF (CVSS 8.8)

A server-side request forgery vulnerability in Azure MCP Server lets a low-privileged authorized attacker send a crafted URL to an MCP-backed agent, coercing the server to issue an outbound request that may include its managed identity token. Because Azure exposes metadata services at 169.254.169.254, successful SSRF can leak access tokens, credentials, and instance configuration data. Microsoft patched the flaw in its March 10, 2026 release; defenders touching Azure-hosted agents should confirm the patch shipped and audit MCP request logs for outbound calls to metadata endpoints (SentinelOne, PointGuard AI, GitHub Advisory).

CVE-2026-5281: Chrome Dawn WebGPU Use-After-Free

Google patched a high-severity use-after-free vulnerability in Dawn, the WebGPU implementation in Chromium, after confirming an exploit existed in the wild. A remote attacker who has compromised the renderer process can execute arbitrary code via a crafted HTML page. CISA added the bug to KEV on April 1, 2026, with a Federal Civilian Executive Branch patch deadline of April 15. Google fixed the flaw in Chrome 146.0.7680.177/178. This is the fourth Chrome zero-day exploited in 2026, reflecting the expanding browser attack surface as graphics and compute APIs grow more capable (The Hacker News, SOCRadar, Security Affairs).

CVE-2026-33825: Microsoft Defender BlueHammer LPE (CVSS 7.8)

BlueHammer is a race-condition elevation-of-privilege flaw in Microsoft Defender's anti-malware platform that lets a local attacker escalate to SYSTEM. Disclosed publicly on April 2 by researcher Chaotic Eclipse (Nightmare-Eclipse) before a patch shipped, it was added to CISA KEV on April 22 with a federal deadline of May 6, 2026. Two related zero-days from the same researcher remain in active circulation: RedSun, a sibling LPE that also produces full SYSTEM access, and UnDefend, a denial-of-service that blocks definition updates. Microsoft has not yet shipped patches for RedSun or UnDefend (Bleeping Computer, SecurityWeek, Cybersecurity News).

CVE-2026-32201: Microsoft SharePoint Spoofing Zero-Day

Patched in April 2026 Patch Tuesday after in-the-wild exploitation, this improper input validation flaw lets unauthenticated remote attackers spoof identity to SharePoint Server. Bleeping Computer continued to observe more than 1,300 internet-exposed SharePoint servers unpatched and under active targeting through the latter half of April (Bleeping Computer, SecurityWeek, Tenable).

CVE-2026-39987: Marimo Pre-Auth RCE (Status Update)

CISA's federal patch deadline for the Marimo unauthenticated WebSocket terminal RCE lands May 13, 2026. Resecurity's tracking continues to log NKAbuse-variant payloads using the NKN peer-to-peer protocol for command-and-control. Because Marimo hosts cluster with LLM gateways, vector stores, and ML orchestration runners, defenders should treat any unpatched Marimo box as a presumed AI supply chain breach pivot (Bleeping Computer, Resecurity, Cloud Security Alliance).

Litecoin Zero-Day: Mining Pool DoS

A zero-day vulnerability in Litecoin node software was exploited to launch a denial-of-service campaign that disrupted multiple major mining pools. The exposure window stayed open because operators lagged in migrating to the latest node release. Treat the incident as a reminder that consensus-layer software follows the same patch-lag patterns seen across enterprise estate (Cybersecurity News).

AI Security Threats

April 26 closes a week in which AI security stopped being a research conference talking point and became a measurable supply chain incident. The Anthropic MCP disclosure is the headline. OX Security's writeup describes a flaw that lives in the protocol's reference implementation rather than any single deployment, so every downstream developer who imported the official SDK shipped the same defect into production agent runtimes. Researchers compare the disclosure to the "open redirect" moment for early web applications, where a single semantic mistake in a foundational protocol forced a multi-year refactor across the entire ecosystem (TechRepublic, The Hacker News).

The numbers behind the exposure are now well characterized. BlueRock Security analyzed more than 7,000 MCP servers and found 36.7% potentially vulnerable to server-side request forgery. A separate February 2026 audit found 43% of publicly available MCP servers vulnerable to command execution attacks. Trend Micro independently identified 492 MCP servers with zero client authentication and zero traffic encryption. Researchers demonstrated working credential theft against Microsoft's MarkItDown MCP server, retrieving AWS IAM access keys, secret keys, and session tokens from an EC2 instance metadata endpoint (Cyber Desserts, Adversa AI, Medium / Nyami).

The Azure MCP SSRF (CVE-2026-26118) confirms that the protocol's class of risk is not theoretical. The same primitive (an MCP tool that accepts a user-controlled URL parameter) collapses cleanly into cloud metadata exfiltration when deployed inside any cloud provider that exposes a metadata IP. Defenders should assume any MCP tool with URL inputs needs allow-list scoping, denial of access to cloud metadata ranges, and managed-identity token binding to outbound destinations (SentinelOne, PointGuard AI).

Indirect prompt injection continues to mature on its own track. Unit 42 and parallel teams documented ten in-the-wild payload families across compromised web pages, with Google measuring a 32% relative increase in malicious activity from November 2025 to February 2026. Three categories dominate observed payloads: destructive shell execution against coding assistants and DevOps runners, credential exfiltration via tool-use agents that hold environment variable scope, and attribution hijacking that coerces agents into recommending attacker-controlled consultants. Concealment techniques have hardened to include zero-sized DOM nodes, CSS-suppressed text, HTML attribute payloads, invisible Unicode, and split payloads reassembled at inference time (Unit 42, Help Net Security, Lakera).

Production exploitation continues to surface in commercial platforms. Recent incidents include LLM-induced SQL injection against connected databases, RAG context-window flooding combined with developer impersonation that bypasses pricing and coupon logic, and a documented "second-order" injection in ServiceNow Now Assist where a low-privilege agent was tricked into asking a higher-privilege agent to execute restricted actions on its behalf. Microsoft 365 Copilot's EchoLeak vulnerability earlier this year demonstrated zero-click prompt injection that silently exfiltrated enterprise data, and CVE-2025-53773 documented hidden prompt-injection payloads in pull request descriptions enabling RCE through GitHub Copilot at CVSS 9.6 (Sombra, TokenMix, Securance).

The agentic AI execution boundary is now the operative perimeter. Penligent's research argues that agents introduce a category of risk distinct from chatbots: agents have goals, callable APIs, persistent state, and the ability to plan and execute multi-step actions without a human in the loop, which means a single successful injection can trigger irreversible side effects. FireTail data published in April reports only 34% of enterprises have AI-specific security controls in place, even as nearly half of cybersecurity professionals identify agentic AI as their top emerging attack vector (Penligent, Security Boulevard).

Threat Actor Activity

APT28 (Forest Blizzard, Russia GRU). The U.S. Department of Justice and FBI executed a court-authorized technical operation disrupting APT28's FrostArmada DNS-hijacking campaign, which at its December 2025 peak controlled more than 18,000 compromised MikroTik and TP-Link routers across at least 120 countries. The operation overwrote DHCP and DNS settings to redirect traffic through attacker-controlled resolvers, enabling adversary-in-the-middle harvesting of Microsoft 365 OAuth tokens, Outlook credentials, and other web and email session material. UK NCSC and Lumen's Black Lotus Labs jointly characterized targeting as ministries of foreign affairs, law enforcement, and third-party email and cloud service providers across North Africa, Central America, Southeast Asia, and Europe. Defenders should treat compromise of consumer-grade SOHO gear as a credible upstream credential-theft chain even after the takedown (Bleeping Computer, SecurityWeek, The Hacker News, NCSC).

APT28 PRISMEX deployment. SecPod's April 2026 reporting notes APT28 paired router takeover with deployment of the PRISMEX implant against global government targets, extending the group's tradecraft beyond credential collection into long-dwell access on victim networks (SecPod).

CyberAv3ngers (Iran, IRGC-CEC). Joint advisory AA26-097A continues to track active exploitation of internet-exposed Rockwell Automation PLCs at U.S. water, wastewater, energy, and government facilities. The group, tracked under the aliases Shahid Kaveh, Hydro Kitten, Storm-0784, UNC5691, and Unit 42's CL-STA-1128, has shifted from earlier Unitronics targeting to Rockwell controllers and is exploiting CVE-2021-22681 to manipulate project files and HMI/SCADA displays. Operational disruption and financial loss have been documented at multiple utility operators (CISA AA26-097A, Security Affairs, Tenable).

Iran posture. Iran restored partial domestic internet on April 17 after a 47-day blackout, signaling renewed capacity for state-aligned operations conducted under the "Electronic Operations Room" formed February 28, 2026. Unit 42 expects continued OT-targeted campaigns through 2026 (Unit 42).

ShinyHunters. The extortion brand sustained April momentum with claims against Abrigo Inc. (1.75M records, April 11), Carnival Corporation (8.7M, April 18), Inditex (9M), Amtrak (2.1M), and Udemy (1.4M, April 24). Victims continue to receive pay-or-leak ultimatums on the group's portal (Privacy Guides, SharkStriker, TheCyberThrone).

China. Chinese state actors maintain patient long-dwell access using living-off-the-land tradecraft to pre-position inside U.S. critical infrastructure, consistent with the 2026 Annual Threat Assessment from the Office of the Director of National Intelligence (ODNI ATA 2026, Industrial Cyber).

Ransomware and Data Breaches

Ransomware Activity (April 2026)

Metric Value
Confirmed leak-site victims 166
Countries impacted 42
Active leak-site operators 36
Newly observed groups 4
Most active extortion brand ShinyHunters

Source: SharkStriker April 2026 review, BlackFog State of Ransomware.

Notable Breaches Disclosed in April 2026

Organization Records Claimed Threat Actor Date Disclosed Data Exposed
French Government 600M log lines Undisclosed Apr 2026 Logs, plaintext system data
McGraw-Hill 45,000,000 Undisclosed Apr 2026 PII
France Titres (ANTS) 19,000,000 breach3d Apr 15, 2026 Names, emails, DOB, addresses, account IDs
Inditex 9,000,000 ShinyHunters Apr 2026 PII, internal data
Carnival Corporation 8,700,000 ShinyHunters Apr 18, 2026 PII, internal corporate data
Amtrak 2,100,000 ShinyHunters Apr 2026 Emails, names, addresses, support tickets
SongTrivia Inc. 2,900,000 Ransomware Apr 2026 Auth tokens, emails, names, passwords
Abrigo Inc. 1,750,000 ShinyHunters Apr 11, 2026 Financial sector PII
Udemy 1,400,000 ShinyHunters Apr 24, 2026 PII, internal corporate data
Basic-Fit 1,000,000 Undisclosed Apr 2026 Customer information
LPL Financial 1,581 clients Malware Apr 23, 2026 Advisor device compromise, unauth trades
Vercel Under review Supply chain Apr 19, 2026 Source, API keys via Context.ai compromise
Rituals Under review Undisclosed Apr 2026 Names, DOB, addresses, phone, account info
Autovista Under review Ransomware Apr 2026 Eurotax, Schwacke, Glass's, Rødboka data
BePrime (Mexico) 12.6 GB Forum dump Apr 20, 2026 Plaintext credentials, transactions, audits

Sources: Privacy Guides, SharkStriker, SC Media France Titres, Vercel KB, Securities Lawyers Blog (LPL), Bright Defense.

Recommended Actions

Immediate (next 24 to 72 hours)

  • Inventory every Anthropic MCP SDK consumer in your stack (Python, TypeScript, Java, Rust). Apply patched SDK versions as Anthropic ships them, and treat every existing public MCP server as a presumed compromise pivot until proven otherwise. Block outbound requests from MCP processes to cloud metadata IPs (169.254.169.254, fd00:ec2::254) and to internal admin networks (OX Security).
  • Confirm Azure MCP Server hosts received the March 10, 2026 patch for CVE-2026-26118 and audit MCP request logs for outbound calls to metadata endpoints or unexpected external destinations (SentinelOne).
  • Update Chromium-based browsers to 146.0.7680.177/178 to close CVE-2026-5281 (Dawn WebGPU). For unmanaged endpoints, push the update via MDM and monitor renderer process telemetry for anomalous WebGPU calls (Help Net Security).
  • Patch Marimo to 0.23.0 or block external access to /terminal/ws, then rotate every secret reachable from a Marimo host, including cloud provider keys held in colocated .env files (Bleeping Computer).
  • Apply the April 2026 Patch Tuesday rollup, with priority on CVE-2026-32201 (SharePoint) and CVE-2026-33825 (Defender BlueHammer). Inventory remaining exposure to RedSun and UnDefend and apply Microsoft mitigations until patches ship (Bleeping Computer).
  • Audit SOHO and edge router fleets (MikroTik, TP-Link in particular) for FrostArmada indicators: unexpected DHCP/DNS overrides, foreign DNS resolvers in client configs, and configuration changes outside your change-control window. Force credential rotation for any Microsoft 365 account that authenticated through a suspect device (NCSC).

Short-Term (next 30 days)

  • Stand up indirect prompt injection detection on every agent that ingests external content: web scraping, RAG retrieval, email summarization, document parsing. Block zero-sized DOM nodes, CSS-suppressed text, invisible Unicode, and obfuscated metadata at the ingestion layer. Add a separate detection pass for split payloads reassembled at inference time (Lakera, Help Net Security).
  • Adopt explicit allow-listing for tool calls available to AI agents. Scope credentials per-agent rather than per-user, and require human approval for destructive or high-cost actions. Enforce token binding so MCP server outbound credentials can only target pre-approved endpoints (Penligent).
  • Run a focused MCP exposure sweep: identify all MCP servers in your environment, confirm authentication is required, confirm TLS is enforced, and confirm none expose privileged tool surfaces over the public internet. Trend Micro's audit found 492 servers running with zero authentication and zero encryption, so assume yours might be among them (Adversa AI).
  • Validate ransomware backup recovery against ShinyHunters tradecraft, focusing on PII stores in customer support, ticketing, and identity systems that have been the recurring extortion target this month (SharkStriker).
  • Audit third-party tool dependencies in CI/CD and developer tooling for supply chain exposure equivalent to the Vercel and Context.ai incident. Trace which third parties hold your access keys and which services would be reachable from a compromised dev console (Vercel KB).

Strategic (next quarter)

  • Build an AI agent security program that treats agents as privileged service accounts with auditable action logs, segmented blast radius, and red team coverage that includes second-order prompt injection chains, as demonstrated in the ServiceNow Now Assist incident. Treat MCP tool surfaces as you would treat internal admin APIs (Sombra).
  • Move toward zero-trust segmentation between AI workloads and surrounding production services. Marimo, LLM gateways, MCP servers, vector stores, and orchestration runners should not share credential scope or network reachability with general application infrastructure (Cloud Security Alliance).
  • Plan for sustained Iran-linked OT targeting through 2026 by reducing internet exposure of legacy PLCs, deploying network monitoring tuned to CyberAv3ngers tradecraft, and rehearsing incident response with engineering and operations leadership (CISA AA26-097A).
  • Track Russian SOHO router targeting as a recurring credential-theft vector. Even after FrostArmada was disrupted, the underlying class of attack remains viable against any unmanaged consumer-grade gear that holds enterprise traffic. Push managed routers, certificate-pinned VPN, and conditional access tied to device posture (SecurityWeek).
  • Validate egress monitoring on critical infrastructure assets and audit identity systems for living-off-the-land artifacts referenced in the 2026 Annual Threat Assessment, treating Chinese pre-positioning as a baseline planning assumption (ODNI).

Sources