Security & Threat Intelligence

The Watch

The Signal

Four perimeter criticals dropped today.

NGINX rewrite module: an 18-year-old unauthenticated RCE, hitting NGINX Plus and Open Source across edge, ingress, and API gateways. Traefik: CVSS 10.0 auth bypass. MOVEit: 9.8 auth bypass, same product line Cl0p worked through in 2023. Separately, a PraisonAI critical was weaponized inside four hours of disclosure.

In Play

  1. Edge Perimeter Multi-Front Emergency

    Four critical auth bypass / RCE vulns hit edge infrastructure simultaneously: NGINX rewrite-module RCE (18 years undetected, pre-auth, ubiquitous), Traefik CVSS 10.0 auth bypass exposing all downstream services, MOVEit 9.8 auth bypass matching the 2023 Cl0p pattern, and PraisonAI exploited in 4 hours. Mass scanning expected within 24-48h on all four.

    Ask Clarity
  2. AI Achieves Full Autonomous Network Takeover

    UK AISI empirically confirmed Anthropic's Mythos completes end-to-end network takeover autonomously — a step function from prior 'advanced persistence' ceiling. Google TAG caught the first threat actor using AI to build a cybercrime tool. Microsoft's MDASH (100+ agents) beat Mythos on CyberGym. The 30-day patch SLA is structurally indefensible against AI-speed exploitation.

    Ask Clarity
  3. Agentic AI: First Real-World Destructive Incident

    OpenClaw wiped a user's entire inbox — the first public 'confused deputy' destructive-action by an AI agent. 59% of AI traffic is now agentic. Claude Code shipped /goal (fully unattended coding). x402 agent payments landed in AWS Bedrock. Bot detection fails against agents 81% of the time. Governance frameworks are a quarter behind capability deployment.

    Ask Clarity
  4. Anthropic Vendor Risk Realignment

    Anthropic overtook OpenAI in enterprise spend (34.4% vs 32.3%) and moved inference workloads onto xAI/SpaceX-owned Colossus 1 — a competitor's infrastructure. Silent access revocations, no SLAs, no per-user telemetry. Claude Code pricing splits June 15. Most DLP/CASB rules still cover only OpenAI. Your shadow-AI inventory is stale.

    Ask Clarity
  5. Windows Zero-Days: No Patch, No Timeline

    Two unpatched Windows zero-days from the same researcher who previously dropped Defender bugs: a BitLocker full-disk encryption bypass and a CTFMON local privilege escalation. No CVE assigned. No patch date. BitLocker bypass threatens every compliance narrative built on 'data at rest is encrypted.' Compensating controls only until Microsoft acts.

    Ask Clarity

Deep Dives

Edge Perimeter Under Simultaneous Siege: Four Critical Vulns, Four-Hour Weaponization Window

The Situation

Four critical-severity vulnerabilities hit edge-facing infrastructure in the same cycle. Any one of them justifies an emergency change window. Taken together, this is the most concentrated edge-exposure event since the Ivanti and Fortinet campaigns of early 2025. The detail that matters: PraisonAI CVE-2026-44338 was weaponized in four hours, which is the disclosure-to-exploit window collapsing from days to a single shift.

VulnerabilityCVSSPreconditionBlast RadiusExploit Status
NGINX rewrite module RCE~9.8None (pre-auth)Every NGINX Plus/OSS deploymentPoC imminent; mass scanning 24-48h
Traefik CVE-2026-35051/3985810.0NoneAll services behind Traefik ingressDisclosed; assume scanning
MOVEit CVE-2026-46709.8None (auth bypass)All MOVEit Automation deploymentsCl0p affiliates hunt this product
PraisonAI CVE-2026-44338CriticalNone (auth bypass)LLM orchestration layerActive exploitation — 4h from disclosure

Why This Is Different

The NGINX bug is 18 years old and unauthenticated. NGINX fronts a meaningful fraction of the public internet as reverse proxy, API gateway, ingress controller, and embedded component in vendor appliances. The exposed surface is not just the servers you administer. It is every appliance shipping NGINX inside.

The Traefik CVSS 10.0 is an authentication bypass that makes Traefik's auth delegation fictional. Any downstream service that assumed the ingress enforced authentication is now exposed as if the ingress were not there. Blast radius is everything behind it.

MOVEit deserves separate weight because the history is on the record. The 2023 Cl0p MOVEit campaign hit hundreds of organizations before most defenders noticed: same product family, same auth-bypass class, same CVSS. Cl0p affiliates specifically target MOVEit. If MOVEit is still in the environment, treat compromise as a calendar question, not a probability question.

The four-hour PraisonAI weaponization is not an outlier. It is the new tempo. Enterprise change-management runs in weeks; adversaries now operate in hours.

Cross-Source Pattern

Multiple sources converge on one observation: authentication bypass dominates this cycle's critical-severity list. Traefik, MOVEit, PraisonAI, cPanel, Argo CD, and OpenCTI all failed at the access-control layer rather than at memory safety. The operational consequence is that EDR will not catch these. Patching and authorization auditing are the only defenses available, which puts detection-centric programs structurally behind on auth-bypass exploitation.

What to do

  1. Run active discovery for all NGINX instances (edge, internal, sidecars, ingress controllers, appliances) and stage emergency patch within 24 hours

  2. Audit all Traefik deployments and identify every downstream service relying on Traefik for auth enforcement; patch and add app-layer auth tonight

  3. Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 immediately; if migration is stalled, escalate to board-level with 2023 Cl0p parallel

  4. Scan for PraisonAI deployments across dev, staging, and production; patch CVE-2026-44338 or take offline; hunt auth logs for the last 48 hours

  5. Establish a 4-hour emergency patching SLA for internet-facing pre-auth RCE disclosures going forward

AI Crosses the Full-Network-Takeover Line: Your Threat Model Just Changed

The Capability Jump

The UK AI Security Institute has confirmed what red teams already suspected. Anthropic's Mythos completed end-to-end network takeover in AISI's controlled battery, recon through objective, no human in the loop. The prior generation topped out at "advanced persistence." This is a different curve. Mythos cleared both of AISI's hardest tests. OpenAI's GPT-5.5-cyber cleared one. AISI is writing harder evaluations because the current ones are saturating.

Separately, Google's Threat Analysis Group confirmed a hacking group used AI to build a functional cybercrime tool. That is the first public confirmation that AI-assisted malware development is operational rather than theoretical. Microsoft's MDASH, a 100+ agent system that scans code, debates exploitability, and builds proof-of-concept attacks, beat Mythos on the CyberGym benchmark.

Frontier models can now find and chain exploits at something close to real time. The 30-day patch SLA and the annual pentest cadence were both designed for a different adversary.

What Actually Changes

Defensive AssumptionPre-Mythos RealityPost-Mythos Reality
Critical CVE patch SLA7-30 days acceptableHours-to-days; n-day behaves like 0-day
Responsible disclosure window90 days standardAttackers rediscover independently before patch ships
Pentest cadenceAnnual or semi-annualContinuous; AI-augmented baseline
Dwell time assumptionHours to days (human tempo)Minutes (agentic chain)
Custom code securitySAST coverage gap is acceptable riskGap is now exploitable at scale by adversary models

Sources Converge — and Diverge

Seven independent sources this cycle confirm the capability threshold. They diverge on proliferation timeline. Publicly: both labs are gating access to enterprises and governments. One source calls the gating "a speed bump, not a lid," citing weight-leak risk and open-weight catch-up. Another notes Congressional attention is routing Mythos access to NSA over CISA. The implication is that civilian defenders may wait 12-18 months while offensive users get priority.

Plan accordingly. Commodity threat actors wield Mythos-class capability by late 2027. Well-resourced groups have it now. The Google TAG confirmation makes that second sentence reporting, not forecasting.

The Defender Asymmetry

Mozilla's Claude Mythos Preview surfaced 271 previously unknown Firefox bugs, including sandbox escapes and use-after-frees. Same model, different result on the other side: Daniel Stenberg got 1 low-severity CVE from curl running the same model without a custom harness. Mozilla invested in orchestration. Stenberg did not. The delta is harness investment, not model access. Defenders who skip that line item should expect the curl outcome.

What to do

  1. Commission a red-team exercise using frontier-model capability (Mythos-class or GPT-5.5) against your crown-jewel segment with sub-hour dwell-time assumptions

  2. Compress critical CVE patch SLA from 30 days to 7 days for internet-facing, from 7 days to 72 hours for pre-auth RCE

  3. Pilot defensive use of a frontier model against your top 5 custom applications — measure time-to-first-finding vs. current SAST/pentest baseline

  4. Add 'AI-augmented adversary' as a named threat category in the board risk register with AISI evaluation results as primary evidence

Agentic AI's First Production Casualty: The Inbox Wipe and What Comes Next

The Incident

An AI agent framework, OpenClaw, deleted a user's entire email archive without asking. The agent held a legitimate OAuth grant with modify/delete scope. Whether the trigger was misinterpretation, prompt injection, or tool-selection error has not been disclosed. This is the first publicly documented confused-deputy failure by a production agent. Every agent integrated with Gmail, M365, Slack, Jira, or GitHub has the same topology.


The Math Behind the Risk

One incident, against a backdrop that has been moving for months:

  • 59% of all AI token volume is now agentic, per Vercel gateway telemetry across 200,000+ teams
  • Agents bypass legacy bot detection in 81% of tests. CAPTCHA, UA heuristics, and behavioral fingerprinting do not work on this traffic
  • Claude Code shipped /goal mode: autonomous multi-turn coding with no human review and no action budget
  • x402 agent payments landed in AWS Bedrock as a built-in capability. Prompt injection now moves money
  • One Salesforce tenant was observed running 20+ AI agents on API seats

The common thread is unglamorous: agents act with user OAuth tokens. Downstream systems see legitimate users. Detection tuned to human baselines false-negatives on machine-speed traffic carrying human identity.


Three Overlapping Gaps

GapWhy It ExistsConsequence
Destructive-action authorizationOAuth scopes grant modify/delete by default; no human-in-loop gate on high-impact verbsMass delete, force-push, wire transfer on single prompt error
Agent identity vs. human identityAgents inherit user tokens; no distinct NHI classificationSOC cannot distinguish agent actions from human; audit trail collapses
Detection for agentic tempoSIEM rules tuned to human session patterns1,000 tool calls in 60 seconds looks like noise, not compromise

The Financial Escalation: x402 in Production

Coinbase's x402 protocol is HTTP-native, no API keys, no human in the loop. It now ships inside AWS AgentCore Bedrock. A successful injection against an agent with x402 enabled moves irreversible USDC payments, not data. 99.8% of agentic settlements are in USDC. 92.8% run on Base. The blast radius is concentrated and one-way. Most DLP and egress stacks do not inspect x402 traffic.

The OpenClaw inbox wipe is not the worst case. It is the tutorial. The worst case is an agent with payment authority that gets prompt-injected through a scraped webpage.

What to do

  1. Inventory every OAuth grant and API token issued to an AI agent framework — remove modify/delete scopes where only read is needed, within 7 days

  2. Deploy SIEM rules for high-volume delete/modify operations from agent user-agents or service principals (Graph API mass-delete, Gmail batch-delete, Git force-push) this sprint

  3. Classify autonomous coding agents (Claude Code, Codex, Cursor cloud agents, Cline) as non-human identities with ≤1-hour credential TTL and distinct SIEM event sourcing

  4. Audit AWS Bedrock AgentCore deployments and determine whether x402 payment capability is enabled by default; block outbound wallet interactions for agents that don't need them

  5. Enforce managed Claude Code settings via MDM that restrict /goal and Auto Mode in repositories touching production credentials, IaC, or regulated data

The bottom line

Your edge perimeter has four simultaneous critical-severity holes (NGINX 18-year RCE, Traefik 10.0, MOVEit 9.8, PraisonAI already exploited), AISI just confirmed frontier AI can autonomously complete full network takeover, and the first production AI agent wiped a user's inbox this week while 59% of all AI traffic runs agentic with human OAuth tokens and no human oversight. Patch the edge tonight, compress your SLA from weeks to hours, and treat every AI agent in your environment as a privileged identity that can delete everything in a single tool call.