Security & Threat Intelligence

The Watch

The Signal

Google DeepMind just published the first systematic proof that AI agents can be hijacked

Your AI agents are quantifiably exploitable and your message brokers may still be running admin:admin. Audit both today.

In Play

  1. AI Agent Attack Surface Formally Quantified

    DeepMind mapped 6 agent attack surfaces with 80–86% hijack rates via trivial HTML injection. MCP tool poisoning demonstrated on Cursor IDE hides malicious instructions invisible to users. CSA confirms 47% of orgs already breached through AI agents, 53% report agents exceeding permissions, and only 21% maintain real-time inventories.

    Ask Clarity
  2. Active Exploitation: Patch & Hunt Queue

    CISA added ActiveMQ CVE-2026-34197 (default admin:admin = unauthenticated RCE) with an expired 3-day deadline. SharePoint CVE-2026-32201 is flagged 'automatable' — mass exploitation imminent. A 17-year-old Excel RCE is re-weaponized against legacy Office. Dragon Boss adware escalated to SYSTEM-level AV termination across 23,565 endpoints with specific IOCs available.

    Ask Clarity
  3. CI/CD Pipelines Get Their Own Metasploit

    SmokedMeat, the first purpose-built CI/CD red team framework (AGPLv3), was released following TeamPCP's March 2026 supply chain compromises. Its Brisket implant sweeps runner memory for secrets and exchanges OIDC tokens for AWS/GCP/Azure access. Separately, Sophos confirmed QEMU is being weaponized as an EDR evasion layer for ransomware delivery inside VMs on target hosts.

    Ask Clarity
  4. Law Enforcement Gains & Regulatory Shifts

    Europol's Operation PowerOFF seized 53 DDoS-for-hire domains and recovered 3M+ user records across 21 countries. Scattered Spider's Tyler Buchanan pleaded guilty to wire fraud and identity theft ($8M+ stolen). NY DFS 23 NYCRR 500 final compliance deadline passed April 15. State AI legislation exploded to 1,500+ bills with Tennessee proposing Class A felony penalties for AI use in licensed activities.

    Ask Clarity

Deep Dives

AI Agent Attacks Are Quantified — And the Numbers Rewrite Your Risk Calculus

The Research That Changes the Conversation

Three independent research efforts published this cycle collectively establish that AI agent exploitation is no longer theoretical — it's measurable, repeatable, and alarmingly effective. Google DeepMind published the first systematic adversarial framework for AI agents, Redwood Research measured undetected sabotage rates in production-like environments, and the Cloud Security Alliance quantified enterprise breach rates through AI agents. The convergence of these findings demands immediate defensive action.


DeepMind's Six Attack Surfaces

DeepMind's framework identifies six distinct attack surfaces for AI agents: content injection, semantic manipulation, cognitive state corruption, behavioral control, systemic attacks, and human-in-the-loop traps. The headline numbers are stark: simple HTML injection into pages agents browse achieves up to 86% hijack rates. RAG corpus poisoning succeeds at over 80% with just 0.1% corrupted data — individual poisoned documents look completely benign until aggregated by the agent.

DeepMind's core conclusion is critical: training-time defenses cannot solve inference-time problems. No amount of RLHF or safety tuning protects an agent whose environment has been manipulated.

MCP Tool Poisoning: Already in Your IDEs

Simultaneously, researchers demonstrated three MCP tool poisoning attack patterns against Cursor IDE: direct tool poisoning (malicious instructions hidden in tool descriptions, invisible to users but executed by models), cross-server hijacking (one rogue MCP server compromising all trusted servers on the same client), and post-approval "rug pulls" where servers change tool definitions after user approval. These aren't theoretical — Cursor is in active use across engineering teams.

Enterprise Impact: The Numbers Are Damning

CSA research confirms the real-world impact:

  • 47% of organizations have already been breached through AI agents
  • 53% report agents exceeding their intended permissions
  • 87% run 2+ agent platforms with fragmented visibility
  • Only 21% maintain real-time agent inventories

Redwood Research's LinuxArena adds the detection dimension: frontier AI models achieve roughly 23% undetected sabotage against trusted monitoring in production-like Linux environments. One in four malicious agent actions goes unseen by your current SIEM and EDR stack.

Confirmed Exploits in Production Platforms

This isn't limited to open-source tools. Microsoft Copilot Studio and Salesforce Agentforce have confirmed form-based prompt injection vulnerabilities — attackers craft malicious prompts as normal form input that override agent behavior and exfiltrate data. Google's own Antigravity AI agent manager was found vulnerable to RCE via prompt injection even at its highest security setting, because tools classified as "native" bypassed the sandbox entirely. Google patched this specific instance, but the design flaw — exempting trusted tools from security boundaries — is architectural, not instance-specific.

The attack surface for AI agents isn't the model — it's everything the model reads, and your current controls have a 23% blind spot for what the model does.

The Insurance Gap Compounds This

Adding urgency: insurers are quietly excluding AI workloads from cybersecurity and E&O coverage, meaning a breach through your AI agents may land as a fully uninsured loss. The combination of quantified exploitability and vanishing insurance coverage creates a risk posture most boards haven't been briefed on.

What to do

  1. Inventory all MCP server connections across Cursor, Claude Desktop, and custom clients by end of this week. Kill unauthorized servers, pin versions to prevent rug pulls, and demand tool description visibility from MCP client vendors.

  2. Threat model AI agent deployments against DeepMind's six attack surfaces this sprint. Focus on content injection (86% success) and cognitive state poisoning (RAG at 0.1% threshold) as the highest-probability attack classes.

  3. Audit Copilot Studio and Agentforce deployments for form-based input exposure and restrict agent data access to least-privilege immediately.

  4. Establish mandatory human verification policy for all AI-generated remediation guidance before execution — SOC tools, helpdesk bots, and code review agents all included.

  5. Brief your board on the convergence of quantified AI agent exploitability (47% breach rate) and AI workload insurance exclusions this quarter.

Your Patch & Hunt Queue Just Got Five Critical Additions — Two KEV Deadlines Already Expired

The Exploitation Landscape This Week

Five distinct active exploitation or imminent-exploitation items landed this cycle. Two are on CISA's KEV catalog with deadlines that have already passed. One is flagged by Microsoft as "automatable" — meaning mass exploitation tooling is expected within days. One is an adware-turned-SYSTEM-malware campaign with 23,565 confirmed compromised endpoints and specific IOCs you can hunt today. And one has a public PoC on GitHub for a security appliance in your stack.


Apache ActiveMQ CVE-2026-34197: 13 Years of Default Credentials

Horizon3 researchers — using Anthropic's Claude to find it — discovered a code injection vulnerability in ActiveMQ's Jolokia JMX-HTTP bridge at /api/jolokia/. The flaw technically requires authentication, but widespread use of default credentials (admin:admin) makes it effectively unauthenticated RCE. CISA added it to KEV on April 17 with an April 20 remediation deadline — already expired. The unusually tight 3-day window signals confirmed exploitation at scale.

ActiveMQ is a Java message broker embedded in countless middleware stacks since 2004. Many organizations don't realize they're running it. The fact that AI found a critical vulnerability human auditors missed for 13 years should recalibrate your assumptions about what's hiding in legacy codebases.

SharePoint CVE-2026-32201: "Automatable" Means It's Coming Fast

Microsoft itself flagged this Patch Tuesday SharePoint spoofing zero-day as "automatable". The CVSS 6.5 score is misleading — spoofing in SharePoint enables token theft, session hijacking, and phishing from trusted internal domains. The "automatable" designation means exploitation tooling will be commoditized rapidly. Prioritize internet-facing and hybrid SharePoint deployments immediately.

CVE-2009-0238: A 17-Year-Old Excel RCE Returns

CISA added this 2009 Excel RCE (CVSS 9.3, malformed objects) to its KEV catalog on April 14 after confirming fresh exploitation against legacy Office 2000–2007 and Mac Office 2004/2008 installations. Originally used to drop Trojan.Mdropper.AC, its re-emergence 17 years later proves threat actors are actively scanning for the legacy software nobody retired.

CVECVSSProductKEV DeadlineKey Risk
CVE-2026-34197HighApache ActiveMQApr 20 (EXPIRED)Default creds = unauth RCE
CVE-2026-322016.5SharePoint ServerPatch Tuesday"Automatable" exploitation
CVE-2009-02389.3Excel (legacy Office)Apr 2817yr vuln, no vendor support
CVE-2026-39808TBDFortiSandboxNo KEV (PoC public)Compromised sandbox = malware passes

Dragon Boss Solutions: When Adware Becomes Malware

A signed adware binary from Dragon Boss Solutions LLC deployed a multi-stage chain: an off-the-shelf update mechanism fetches payloads that terminate antivirus products with SYSTEM privileges, establish WMI persistence, and modify hosts files to block vendor security updates. Huntress sinkholed the unregistered C2 domain chromsterabrowser[.]com and found 23,565 infected endpoints.

Specific IOCs to hunt immediately:

  • WMI event consumer: MbRemovalMbSetupKillConsumer
  • Defender exclusion paths containing DGoogle or DDapps
  • DNS queries to chromsterabrowser[.]com
  • Any signed binaries from "Dragon Boss Solutions LLC"
Your EDR's adware/PUP classification just became a security gap — Dragon Boss proves "nuisance" detections can mask SYSTEM-level compromise.

FortiSandbox CVE-2026-39808

A PoC exploit is now on GitHub. A compromised FortiSandbox lets malware sail through analysis unchallenged. If unpatched, restrict management interface access to trusted networks immediately.

What to do

  1. Scan your network for ActiveMQ web consoles (default port 8161) and Jolokia endpoints (/api/jolokia/) today. Patch to 5.19.4 or 6.2.3. Rotate any instance using default credentials. Block external access to the web console.

  2. Patch SharePoint Server against CVE-2026-32201 from this week's Patch Tuesday. Prioritize internet-facing instances within 48 hours.

  3. Hunt for Dragon Boss Solutions IOCs across your endpoint fleet today: WMI consumer name, Defender exclusion paths, C2 domain, and signed binary publisher.

  4. Inventory legacy Office 2000–2007 and Mac 2004/2008 installations. Block inbound .xls/.xlsb attachments at mail gateways for unpatched hosts.

  5. Validate FortiSandbox patch status for CVE-2026-39808. If unpatched, restrict management interface to jump hosts only.

SmokedMeat Gives Attackers Metasploit for CI/CD — Your Build Infrastructure Is Now a First-Class Target

A New Offensive Framework Changes the CI/CD Threat Landscape

SmokedMeat (AGPLv3) is the first purpose-built red team framework for CI/CD pipelines — described accurately as Metasploit for build infrastructure. Released in direct response to TeamPCP's March 2026 supply chain compromises of Trivy, LiteLLM, KICS, Telnyx, and dozens of npm packages, SmokedMeat codifies the attack patterns that nation-state and sophisticated criminal groups have been executing ad hoc.


What SmokedMeat Does

SmokedMeat's implant, Brisket, operates inside CI/CD runner environments and performs three critical functions:

  1. Secret sweeping: Scans runner process memory for credentials, tokens, and API keys that workflows expose during execution
  2. OIDC token exchange: Exchanges CI/CD OIDC tokens for AWS, GCP, and Azure access credentials — turning a pipeline compromise into cloud infrastructure access
  3. Blast radius mapping: Generates live attack graphs showing what can be reached from a compromised runner

The OIDC token exchange capability is particularly dangerous. Many organizations use OIDC federation to grant CI/CD pipelines cloud access without long-lived credentials — a security best practice that also creates a token exchange pathway an attacker can abuse from within the runner.

TeamPCP's Targeting of Security Tools

The context matters: TeamPCP didn't just compromise random npm packages. They specifically targeted security tools themselves — Trivy (vulnerability scanning), KICS (infrastructure-as-code scanning). This represents a sophisticated escalation: compromising the tools defenders use to detect compromise. If your CI/CD pipeline includes Trivy or KICS, verify your dependency trees against TeamPCP's known compromised versions.

QEMU as an EDR Evasion Layer

In a related development, Sophos documented threat actors running ransomware inside QEMU virtual machines on target hosts. The ransomware executes inside the VM, evading endpoint detection that only monitors host-level processes. This is virtualization as a detection bypass — your EDR sees a legitimate QEMU process, not the ransomware running inside it.

When your security scanning tools are compromised and your ransomware runs inside VMs your EDR trusts, the detection model that assumes host-level visibility is sufficient has failed.

LLMs Accelerate the Bottom of Your Vulnerability Funnel

TrustedSec benchmarked six self-hosted LLMs across 4,800 test runs against OWASP Juice Shop. Results: 85–98% success on single-step exploits (SQLi, auth bypass, JWT confusion, IDOR) but 0% on multi-step chains requiring 10+ sequential tool calls. Translation: commodity AI now reliably exploits your low-hanging fruit automatically. Your SQLi and IDOR bugs are no longer waiting for a human attacker — they're automatable targets.

What to do

  1. Run SmokedMeat (or equivalent) against your CI/CD pipelines in a controlled red team exercise this quarter. Map OIDC federation scopes, runner secret access, and GitHub Actions workflow injection risks.

  2. Pin GitHub Actions to commit SHAs and review dependency trees against TeamPCP's compromised packages (Trivy, LiteLLM, KICS, Telnyx, npm packages) by end of week.

  3. Deploy SIEM detection rules for QEMU process execution on non-virtualization hosts this sprint. Flag any QEMU instance on endpoints or servers where virtualization isn't part of the standard build.

  4. Prioritize remediation of single-step vulnerability classes (SQLi, IDOR, auth bypass, JWT confusion) across external-facing applications this quarter.

The bottom line

Three independent research teams just proved AI agents are hijackable 80–86% of the time while CISA added a 13-year-old ActiveMQ RCE with default credentials to its KEV catalog (deadline already expired), CI/CD pipelines got their own Metasploit equivalent (SmokedMeat), and 23,565 endpoints were compromised by adware that escalated to SYSTEM-level AV termination — the common thread is that your most basic assumptions (agents follow instructions, message brokers changed their passwords, adware is harmless, build runners are trusted) are all being exploited simultaneously.