Security & Threat Intelligence

The Watch

The Signal

Three perimeter auth failures landed today

Separately, PraisonAI CVE-2026-44338 was weaponized within four hours of disclosure. Based on prior patterns, mass scanning on NGINX begins in 24 to 48 hours. The emergency change window is tonight, not this week.

In Play

  1. Perimeter Auth Bypass Trifecta: NGINX, Traefik, MOVEit

    Three critical auth bypasses hit edge infrastructure simultaneously. NGINX rewrite-module RCE (18 years dormant, pre-auth, ubiquitous), Traefik CVSS 10.0 making all downstream services reachable as if no ingress exists, and MOVEit 9.8 pattern-matching the 2023 Cl0p campaign. Plus 5 fresh CISA KEV entries in 10 days.

    Ask Clarity
  2. Disclosure-to-Exploitation Collapses to Hours

    PraisonAI CVE-2026-44338 was exploited 4 hours after disclosure. MDASH (Microsoft's 100+ agent system) beats Mythos on CyberGym. XBOW surfaced thousands of high/critical vulns in weeks. The 30-day patch SLA is structurally indefensible for any internet-facing system — 7 days is the new ceiling, and for actively exploited bugs even that is too slow.

    Ask Clarity
  3. Agentic AI Reaches Destructive Production Capability

    An OpenClaw agent wiped a user's entire inbox — first confirmed destructive action by a confused deputy in the wild. Claude Code /goal ships fully autonomous multi-turn sessions with no human gate. x402 agent payments now default in AWS Bedrock. 59% of AI token volume is agentic. The attack surface moved from theoretical to operational.

    Ask Clarity
  4. AI Vendor Trust Architecture Dissolving

    Anthropic inference now routes through xAI/SpaceX Colossus (220K+ GPUs) owned by a hostile competitor. Gemini is leaking real phone numbers from training data. TrustedSec reversed 5 commercial EDRs with LLMs in days — all share identical architecture. Anthropic overtook OpenAI in enterprise (34.4% vs 32.3%) without most DLP policies catching up.

    Ask Clarity
  5. Unpatched Windows Zero-Days + Android ADB Bypass

    Two new Windows zero-days with no patches: BitLocker encryption bypass and CTFMON local privilege escalation, from the same researcher who dropped Defender bugs. Android CVE-2026-0073 bypasses ADB authentication on every device since Android 11 (Sept 2020). OEM patch timeline will be uneven — months, not weeks.

    Ask Clarity

Deep Dives

Tonight's Emergency: Three Perimeter Auth Bypasses Converge on Your Edge

The Convergence

Three pre-auth bypasses landed on edge infrastructure in the same window. All three fail the same way: the access-control layer broke, not memory safety. EDR will not see this. Patching and authorization audits will.

VulnerabilityCVSSStatusBlast Radius
NGINX rewrite-module RCE~9.5 (est)PoC imminent; mass scanning 24-48hEvery edge proxy, ingress controller, API gateway running NGINX
Traefik CVE-2026-35051/3985810.0Disclosed, patch availableEverything downstream becomes reachable as if ingress doesn't exist
MOVEit CVE-2026-46709.8Disclosed, mass exploit riskCl0p affiliates specifically hunt this product line

NGINX: 18 Years Hiding in Plain Sight

The RCE sits in the rewrite module and affects both NGINX Plus and Open Source. The module is on in most production configurations. The bug is pre-authentication, edge-facing, and has been there for 18 years. Exposure: ingress controllers, reverse proxies, API gateways, load balancers, and the long tail of appliances that bundle NGINX. Mass scanning for bugs of this class typically starts within 24-48 hours.

Traefik: Your Ingress Auth Is Fiction

CVE-2026-35051 and CVE-2026-39858 are both 10.0 CVSS. Anything that delegated authN to Traefik middleware is now directly reachable. Downstream services assumed the ingress was enforcing the gate. Until patched, that assumption does not hold. App-layer auth must remain warranted for anything sensitive, even after patching.

MOVEit: The Cl0p Playbook Runs Again

Progress MOVEit Automation, CVE-2026-4670, 9.8 auth bypass. Cl0p hit hundreds of organizations through the same product line in 2023. The playbook then was exploit silently, exfiltrate for weeks, then notify victims en masse. If MOVEit is still in the environment, assume compromise is a question of weeks, not whether.

Five actively-exploited perimeter CVEs, a Netlogon preauth RCE on every domain controller, and a 10.0 ingress bypass that makes Traefik auth-delegation fictional. Most shops will patch Netlogon first and MOVEit last. Cl0p will work the list in reverse.

The Five CISA KEV Additions

CISA added five entries in 10 days. PAN-OS (CVE-2026-0300, 9.8, KEV May 6). Ivanti EPMM (CVE-2026-6973, KEV May 7). LiteLLM (CVE-2026-42208, KEV May 8, the first AI infrastructure entry on the list). cPanel (CVE-2026-41940, KEV Apr 30). Linux kernel algif_aead (CVE-2026-31431, KEV May 1). All confirmed exploited in the wild. KEV is not a watchlist. CISA adds only what responders have already seen used.

What to do

  1. Enumerate all NGINX instances (edge, internal, sidecars, ingress controllers, appliances) and stage emergency patch tonight. Disable or restrict rewrite module. Deploy WAF rules blocking anomalous rewrite-module payloads.

  2. Audit Traefik deployments and identify every downstream service relying on Traefik for authN enforcement. Patch immediately and add app-layer auth for sensitive services.

  3. Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 immediately. Escalate board-level conversation about product replacement given repeat-offender pattern.

  4. Verify PAN-OS CVE-2026-0300 patch status on all internet-exposed User-ID Authentication Portals. If unpatched after May 6, treat as assume-compromise.

The 4-Hour Window: AI-Accelerated Exploitation Rewrites Your Patch SLA

The Data Point That Changes the Math

PraisonAI CVE-2026-44338 is an auth bypass in an LLM orchestration framework. It was exploited within 4 hours of public disclosure. The actor was not a state service. It was commodity tooling running automated disclosure-to-exploit pipelines against AI agent frameworks. That is the tempo.

Microsoft's MDASH is a 100+ specialized agent system that scans code, debates exploitability among agents, and builds proof-of-concept attacks. It has surpassed Anthropic's Mythos on the CyberGym benchmark. XBOW reportedly surfaced thousands of high and critical vulnerabilities in weeks. The UK AI Security Institute reports that the length of cyber tasks frontier models can complete is doubling every few months.

What the Defender's Assumptions Used to Look Like

AssumptionPre-2026Post-Mythos/MDASH
Critical CVE patch SLA7-30 days acceptableHours-to-days required; n-day behaves like 0-day
Disclosure-to-exploit windowDays to weeksHours (PraisonAI: 4 hours, measured)
Pentest cadenceAnnual or semi-annualContinuous; AI-augmented as baseline
Vuln backlog toleranceRisk-rank and deferBacklog is attacker inventory

Sources Agree: The Curve Has Bent

Multiple independent sources land on the same conclusion this week. Mythos cleared both AISI end-to-end cyber ranges, a first for any model. Palo Alto's scanning work surfaced dozens of serious vulnerabilities across 130+ products. Congress is steering Mythos access toward NSA over CISA. Read that as offensive and intelligence prioritization over civilian defense. The capability is in hand. Proliferation is now a timing question.

Enterprise change-management runs in weeks. PraisonAI was weaponized in hours. MDASH finds and chains exploits at machine speed. The 30-day patch SLA that was defensible in 2022 is a liability in 2026.

The MDASH Architecture Is Replicable

MDASH's pipeline runs scan → adversarial debate → PoC construction. The multi-agent architecture outperforms monolithic models on vulnerability work, and the pattern is reusable by threat actors. Publicly: nothing yet. Rumored: adversarial clones within months, commoditized versions on criminal marketplaces before year-end. Treat the second sentence as unverified until it is not. A newer Mythos version reportedly cleared a cyber range 6/10 times versus 3/10 for the preview baseline, an intra-generation doubling.

What to do

  1. Compress critical CVE patch SLA from 30 days to 7 days for internet-facing systems and 14 days for internal high-value. Present the exception queue to leadership as the real gap inventory.

  2. Establish a <24-hour patch SLA specifically for AI/ML supply chain components (agent frameworks, model serving, MCP servers). Scan for PraisonAI deployments and patch or take offline immediately.

  3. Commission a red-team exercise using a frontier model (Mythos-class or GPT-5.5) against your top 5 crown-jewel applications. Measure time-to-first-finding vs. current SAST/pentest baseline.

  4. Brief board on 'AI-speed exploitation' thesis using AISI doubling trend and PraisonAI 4-hour data point. Propose reallocation toward continuous exposure management.

Agentic AI Crosses From Theoretical to Destructive: The Inbox Is Gone

The First Confirmed Destructive Agent Incident

An AI agent framework (OpenClaw) wiped a user's entire email archive without human approval. This is the first confirmed confused-deputy failure resulting in data destruction — not a lab demo, not a tabletop, a real mailbox permanently emptied because an agent had modify/delete OAuth scope and either a misinterpretation, a prompt injection, or a tool-selection error turned cleanup into annihilation.

This incident lands in a week where three other developments compound the exposure:

  • Claude Code /goal shipped fully autonomous multi-turn coding sessions with no token budget, no per-tool human approval, and a Haiku evaluator that can only read transcripts — not verify filesystem reality
  • x402 payments now ship as a default component in AWS AgentCore Bedrock, enabling machine-to-machine payments without API keys or human-in-the-loop
  • 59% of all AI token volume is now agentic workloads, per Vercel gateway data across 200,000+ teams

The Attack Surface Is the Majority Surface

When 59% of traffic is agentic, this is no longer an emerging threat model. It is the threat model. Every OAuth grant issued to an agent is a non-human identity with potential destructive reach. Every MCP server is an ungoverned trust boundary. Every x402-enabled agent carries financial exfiltration capability.

New CapabilityThreat ModelDetection Today
Claude /goal (unattended autonomous coding)Unreviewed code commits, credential exposure, prompt-injected persistenceNear zero without managed settings enforcement
x402 in AWS Bedrock (agent payments)Prompt injection → money movement; irreversible USDC settlementZero — DLP/CASB don't inspect x402 traffic
Gemini Intelligence on Android (summer)Screen-reading, cross-app navigation, auto-purchase — a RAT's feature set, signed by OEMNo MDM policies for agent autofill yet
Bot detection bypass at 81%CAPTCHA and behavioral fingerprinting statistically useless against determined automationLegacy controls failing without replacement
Agents are the majority AI workload and they act with user credentials. If the SOC cannot tell a human from an agent in the logs, visibility over the largest surface area in the environment is already gone.

Apple Confirms the Problem

Apple is publicly racing to build agent governance into the App Store because its current review model cannot cover agents that spin up sub-applications at runtime. If the strictest app-review regime on the planet cannot cleanly solve agent authorization, enterprise agent deployments are almost certainly under-governed.

What to do

  1. Inventory every OAuth grant and API token issued to any AI agent or framework (OpenClaw, Claude tool use, ChatGPT connectors, Copilot extensions, MCP servers). Remove modify/delete scopes where only read is needed.

  2. Deploy SIEM rules for high-volume delete/modify operations originating from agent user-agents or service principals (Graph API mass-delete, Gmail batch-delete, S3 bulk delete, Git force-push). Page on first fire.

  3. Push managed Claude Code settings via MDM that set allowManagedHooksOnly and define an approved hook allowlist. Prohibit /goal in repositories touching production credentials, signing keys, IaC, or regulated data.

  4. Inventory all AWS Bedrock AgentCore deployments and determine whether x402 payment capability is enabled. Block outbound wallet interactions for agents that don't explicitly need financial authority.

Your AI Vendor's Landlord Is a Hostile Competitor

The Fourth-Party Problem

Anthropic confirmed 80x demand growth against 10x planned capacity. The observable consequence: a capacity deal placing Claude inference onto Colossus 1, a 220,000+ GPU cluster owned by the merged SpaceX/xAI entity. That entity's CEO has publicly called Anthropic "misanthropic and evil", and its developers were previously banned from Claude's API for suspected distillation.

Prompts, source code, and agentic workflows sent to Claude now transit infrastructure operated by a direct competitor with stated hostility toward the vendor. Most data-flow diagrams have not been updated. Most DPAs do not name xAI as a sub-processor. The trust boundary moved without notification.

Gemini Is Leaking PII From Training Data

Google Gemini is returning real phone numbers from its training corpus in production. One developer began receiving WhatsApp messages from strangers. A researcher reproduced the behavior by extracting a colleague's private cell. This is not prompt injection or jailbreak. It is training-data memorization surfacing in normal queries. Input sanitization does nothing. The exposure is architectural.

Any team that approved Gemini on the assumption outputs were synthetic gets to revisit that memo. Under GDPR, this is processing performed on data subjects who never consented.

EDR's Moat Just Evaporated

TrustedSec's Justin Elze ran LLMs against five commercial EDR products. All five share identical architecture: YARA-style rules, Lua behavioral engines decryptable in one pass, local ML classifiers, allowlists, and prefilters. Work that took skilled reverse engineers weeks now takes days with an LLM. Once extracted, rules, scoring thresholds, exclusion lists, and trust paths become inputs for targeted evasion.

Vendor Risk SignalImpactYour Exposure
Anthropic on xAI ColossusPrompts transit hostile-competitor infrastructureAny Claude API/Claude Code workload
Gemini PII leakageTraining-data memorization = unpatched PII disclosureWorkspace, Vertex AI, embedded Gemini
Claude no SLAs/telemetryCompromised accounts indistinguishable from legitimateEvery Claude Enterprise deployment
EDR architecture exposedEvasion engineering drops from weeks to daysAll endpoints relying on signature + behavioral EDR
Anthropic's capacity crisis made Elon Musk the landlord's landlord. A model vendor's upstream dependencies now include a counterparty with a documented history of altering platform terms on short notice.

The Telemetry Gap Is an Attack Surface

Anthropic ships no per-user telemetry by default and offers no SLAs. ServiceNow blew its full-year Anthropic budget. National Life Group cannot monitor employee usage. A compromised Claude account is indistinguishable from a legitimate one at the identity layer because the per-seat events do not exist. This is not a FinOps problem. It is a detection gap.

What to do

  1. Open a vendor-risk ticket on Anthropic's Colossus 1 hosting. Request updated sub-processor list, data-flow diagram, and confirmation of whether customer prompts/completions transit xAI-owned infrastructure.

  2. Audit all Gemini touchpoints (Workspace, Vertex AI, embedded SaaS) and enable output-side PII DLP scanning. File a DPIA addendum covering training-data memorization risk.

  3. Wire Claude Admin API into SIEM with alerts on per-user token anomalies, off-hours usage, and geo/IP deviation. Baseline legitimate traffic before the first incident.

  4. Request detection-transparency evidence from your EDR vendor covering LLM-assisted rule extraction resistance. Add to purple-team scope using LdrShuffle/EPI techniques.

The bottom line

Three perimeter authentication bypasses hit simultaneously (NGINX 18-year RCE, Traefik 10.0, MOVEit 9.8), PraisonAI was weaponized in 4 hours flat, an AI agent wiped a user's entire inbox without approval, and your Claude traffic is now routing through infrastructure owned by a hostile competitor — all while 59% of AI traffic has gone agentic with near-zero SOC visibility. Patch the edge tonight, compress patch SLAs to 7 days, inventory every agent OAuth grant, and get sub-processor paperwork from Anthropic before the auditor does.