Security & Threat Intelligence

The Watch

The Signal

Two pre-auth, edge-facing bugs landed this cycle

Both ship nearly everywhere. PraisonAI CVE-2026-44338 was weaponized four hours after disclosure. Mass scanning against NGINX is expected inside 24 to 48 hours. The change window is tonight, not the weekend.

In Play

  1. Critical Edge Infrastructure: NGINX + Traefik + MOVEit + Argo CD

    Four new critical pre-auth vulnerabilities hit edge infrastructure simultaneously. NGINX rewrite-module RCE is 18 years old and ubiquitous. Traefik CVE-2026-35051/39858 scores 10.0 and nullifies downstream auth. MOVEit CVE-2026-4670 (9.8) pattern-matches the Cl0p campaign. Argo CD CVE-2026-42880 (9.6) leaks K8s Secrets to read-only users.

    Ask Clarity
  2. AI Autonomous Offensive Capability: Formally Confirmed

    UK AISI confirmed Mythos completes full network takeover chains autonomously. Microsoft's MDASH (100+ agents) beat Mythos on CyberGym benchmark. Google TAG caught a real threat actor using AI to build a cybercrime tool. Patch SLAs calibrated to human-speed adversaries are now structurally obsolete.

    Ask Clarity
  3. Agentic AI as Production Attack Surface

    Claude Code /goal ships fully autonomous coding with no human in the loop. Gemini Intelligence grants screen-read + app-navigate + auto-purchase on Android this summer. x402 agent payments are default in AWS Bedrock. 59% of AI token volume is now agentic. An agent (OpenClaw) wiped a user's inbox — the confused deputy is no longer theoretical.

    Ask Clarity
  4. Anthropic Vendor Risk Realignment

    Anthropic overtook OpenAI in enterprise spend (34.4% vs 32.3%), moved inference to xAI-owned Colossus 1 (220K+ GPUs), and is silently revoking Claude Code access from paying customers. Most DLP and CASB rules were written for OpenAI-only. The vendor-risk and sub-processor model requires immediate re-papering.

    Ask Clarity
  5. Geopolitical Cyber Escalation: Taiwan + China Posture

    Xi labeled the $14B Taiwan arms package 'extremely dangerous' — language that has historically preceded Volt Typhoon and Salt Typhoon surges against US infrastructure. China-affiliated APT ran a multi-wave Exchange intrusion against Azerbaijani energy (Dec 2025–Feb 2026). Chip-for-rare-earths brinkmanship adds hardware refresh risk.

    Ask Clarity

Deep Dives

Four New Pre-Auth Edge Vulnerabilities Demand Emergency Patching Tonight

The Compound Exposure

Four pre-auth criticals against edge infrastructure, dropped on the same cycle. Exploitation tempo has collapsed. NGINX's rewrite module RCE sat undetected for 18 years and affects NGINX Plus and Open Source both. That covers ingress controllers, API gateways, reverse proxies, and the long tail of appliances that ship NGINX inside. Traefik CVE-2026-35051/CVE-2026-39858 is CVSS 10.0. Complete auth bypass. Every downstream service is exposed as if the ingress were not there. MOVEit Automation CVE-2026-4670 is a 9.8 auth bypass and pattern-matches the 2023 Cl0p campaign, which ran for months before most victims noticed. Argo CD CVE-2026-42880 is a 9.6 that lets read-only users extract plaintext Kubernetes Secrets. EDR will not see it. This is missing authorization, not memory corruption.

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 Exploitation Timeline Problem

PraisonAI CVE-2026-44338 anchors the tempo. Four hours from disclosure to working exploit in the wild. Treat that as the new baseline for AI/ML supply-chain targets, not an outlier. LLMjacking honeypot research lines up: exposed AI endpoints get fingerprinted by Shodan within three hours and absorb 175 attack attempts per week. The 30-day patch window is dead for anything internet-facing.

Priority Triage Matrix

VulnerabilityCVSSExploitation StatusPatch Window
NGINX rewrite RCE~9.8PoC imminent, mass scan 24-48hTonight
Traefik auth bypass10.0Disclosed, blast radius is totalTonight
PraisonAI CVE-2026-44338CriticalActive exploitation (4h after disc.)Tonight
MOVEit CVE-2026-46709.8Cl0p-pattern mass-exploit expected48 hours
Argo CD CVE-2026-428809.6Disclosed, easy to exploitThis week

What Makes This Cycle Different

The common thread across Traefik, MOVEit, Argo CD, and PraisonAI is authentication bypass. Not memory corruption. Access-control layer failures. EDR will not catch these. File integrity monitoring will not catch these. Patching and authorization auditing will. Anything that delegated auth to Traefik middleware needs an inventory pass, and app-layer auth is now required for anything sensitive, patched or not.

On MOVEit: Progress Software's repeat-offender pattern is a documented vendor-risk data point now. The 2023 campaign hit hundreds of organizations. If MOVEit is still in the environment, the board-level conversation about product replacement is overdue.

What to do

  1. Enumerate all NGINX instances (edge, internal, sidecars, ingress controllers) and stage emergency patch deployment tonight; disable rewrite module where not required

  2. Audit Traefik deployments and identify all downstream apps relying on Traefik for authN; implement app-layer auth on sensitive services immediately

  3. Patch PraisonAI CVE-2026-44338 or take offline; pull auth logs for the last 48 hours on any exposed instance

  4. Patch MOVEit to 2025.1.5/2025.0.9/2024.1.8 and initiate board-level migration discussion

  5. Lock down Argo CD RBAC and rotate all Kubernetes Secrets accessible to read-only users until patch 3.2.11/3.3.9 lands

AI Autonomous Offense is Now Formally Confirmed — Rebuild Around Machine-Speed Adversaries

The Capability Threshold

Three confirmations this week, from three independent bodies, settle the question of whether AI-driven autonomous offense is operational. UK AISI confirmed that Anthropic's Mythos executed full network takeover chains, initial access through objective, in both of its hardest simulated ranges. Microsoft's MDASH, a system of more than 100 specialized agents, beat Mythos on the CyberGym benchmark for reproducing real-world vulnerabilities. Google TAG publicly attributed an AI-built cybercrime tool to a tracked threat actor. That last one is the first public attribution of AI-assisted malware development to a named group.

AISI just empirically confirmed that frontier AI can now execute full network takeover autonomously; gated access buys us months, not years, to rebuild detection around machine-speed adversaries.

What Changed From Last Week

Tuesday's briefing logged 81% autonomous success rates. This week the same capability is reclassified as government-validated operational capability. AISI is building harder evaluations because current tests are saturated. A newer Mythos version cleared 6/10 vs. 3/10 baseline ranges. That is an intra-generation doubling. Capability is compounding between versions, not just between releases.

The second development is architectural. MDASH's pipeline is now public: scan → adversarial debate → PoC construction. The pipeline is reusable. Multi-agent architectures outperform monolithic models on vulnerability work, and adversarial clones will surface in criminal marketplaces before year-end. Treat that as forecast, not fact.

Defensive Assumptions That No Longer Hold

Prior AssumptionPost-Confirmation Reality
Critical CVE patch SLA: 7-30 daysHours-to-days required; n-day behaves like 0-day
Annual/semi-annual pentest cadenceContinuous; AI-augmented red team as baseline
Vulnerability backlog: risk-rank and deferBacklog is attacker inventory at machine speed
90-day responsible disclosure windowAttackers may rediscover independently before patch ships

The Policy Dimension

Congress is routing Mythos access toward NSA over CISA. The signal is offensive and intelligence prioritization over civilian defensive distribution. If NSA is the priority recipient, civilian critical infrastructure uplift is delayed. Plan as if no federal help arrives at AI parity with adversaries. Separately: CAISI pulled down voluntary model-testing agreements under White House pressure, while ODNI is pushing an IC-led assessment center. Compliance direction is frozen for 6 to 12 months.

What to do

  1. Compress critical CVE patch SLA from 30 days to 7 days for internet-facing assets and establish virtual patching on disclosure day

  2. Commission a red-team engagement using frontier-model capability (Mythos-class) against your crown-jewel segment; measure time-to-first-finding vs. current SAST/pentest baseline

  3. Rebuild correlation windows and velocity-based analytics for sub-hour dwell times instead of hours-to-days

  4. Add 'AI-augmented adversary' as a named threat category in the annual risk register and board reporting

Agentic AI Reached Production Scale — Treat Every Agent as a Privileged Non-Human Identity

The Operational Reality

Agentic AI is now the majority workload, not an emerging one. Vercel production telemetry across 200,000+ teams puts 59% of all AI token volume as agentic. That is a measured rate on live infrastructure, not a forecast. Three shipments this week pin the attack surface in place:

  • Claude Code /goal: Anthropic shipped fully autonomous, multi-turn coding sessions. No token budget cap. No per-tool human approval. The agent picks tools and decides when to stop. The only check is a Haiku model reading the conversation transcript.
  • Gemini Intelligence: From summer 2026 on Galaxy S26 and Pixel 10, Android ships an on-device agent that reads screens, navigates apps, autofills forms, and completes purchases. The capability list maps one-to-one to a Remote Access Trojan objective list.
  • x402 in AWS Bedrock: Coinbase's agent-to-agent payment protocol is now default in AgentCore. Prompt injection against an agent with payment authority is not data leakage. It is a withdrawal.
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.

The Confused Deputy Is No Longer Theoretical

An OpenClaw agent wiped a user's entire email archive without human approval. Apple is publicly racing to sandbox agents inside the App Store because static review cannot cover agents that spin up sub-applications at runtime. If the strictest review process in tech cannot resolve agent authorization, enterprise deployments are under-governed by default.

AI agents bypass legacy bot detection in 81% of tests. CAPTCHA, user-agent heuristics, and behavioral fingerprinting are statistically useless against determined automation. The LLM-Scanner tool updated mid-experiment to defeat honeypots. That is shared, actively maintained adversary tooling, not a one-off.

Agent Security Architecture: Procurement Baseline

PlatformIsolationCredential ModelKey Risk
Claude Code /goalWorkspace-scoped; Haiku evaluatorDeveloper's own credentialsUnattended commits + no review
Gemini IntelligenceOn-device, cross-appAll connected accountsPrompt injection via screen content
x402 / AgentCoreBedrock runtimeWallet keys, no API keyIrreversible financial loss
Notion External AgentsShared workspace contextDepends on agent vendorThird-party DLP blind spot

The Claude Code /goal Specifics

The Haiku evaluator only reads the conversation transcript. It cannot independently verify file state, test results, or system reality. CLAUDE.md auto-loads every turn, which makes it a high-value prompt-injection target through malicious PRs or compromised dependencies. The enterprise control is narrow: allowManagedHooksOnly in managed settings, pushed via MDM. Without it, /goal is one flag away from autonomous code modification on every developer endpoint.

What to do

  1. Push managed Claude Code settings via MDM that set allowManagedHooksOnly and define an approved hook allowlist; prohibit /goal in repos touching production credentials, IaC, or regulated data

  2. Inventory every OAuth grant and API token issued to an LLM agent and enforce least-privilege scopes — remove modify/delete where only read is needed

  3. Deploy detection rules for high-volume delete/modify operations from agent user-agents; build SIEM rules identifying LLM-originated tool calls by burst behavior and token patterns

  4. Block x402 payment endpoints from any AWS Bedrock agent not explicitly approved for financial actions; log every payment call at agent-identity level

  5. Draft MDM policy restricting Gemini Intelligence autofill and auto-browse on managed Android devices before Galaxy S26 fleet refresh

Anthropic's Infrastructure Crisis Rewrites Your AI Vendor-Risk Model

The Shift

Anthropic is now the largest enterprise AI vendor by paying-customer share: 34.4% vs 32.3% against OpenAI per Ramp, with revenue quadrupling year-over-year to a $30B run rate. The vendor most shadow-AI policies do not name is now the majority vendor. At the same time, 80x demand against 10x capacity has forced Anthropic onto a hosting arrangement that puts Claude inference on Colossus 1, a 220,000+ GPU cluster owned by the merged SpaceX/xAI entity, whose CEO has publicly called Anthropic "evil."

Prompts and code sent to Claude now transit infrastructure operated by a direct competitor with stated hostility toward the vendor. The trust boundary moved. The data-flow diagram did not.

Observable Operational Impacts

The capacity squeeze is producing observed, not theoretical, behavior: Claude Code silently revoked from paying customers, corporate accounts banned without warning, and A/B experiments run on access revocation itself. This is documented current conduct by a vendor most enterprises now depend on for production workloads.

The telemetry gap compounds it. Anthropic ships without per-user usage telemetry or SLAs by default. ServiceNow exhausted its full-year Anthropic budget. National Life Group's CIO said it is "great for consumer usage but not great for companies." Standard detection scenarios fail:

ScenarioDefault AnthropicWith Admin API + SIEM
Stolen session from new geoInvisible until bill spikesAnomalous login alert in hours
Insider pasting regulated dataInvisiblePrompt volume anomaly + CASB
Compromised API keyMonthly reconciliationToken-per-minute threshold
Departing employee exfilNo workspace audit trailExport anomaly tied to JML signal

The Sub-Processor Problem

Under GDPR Article 28, the Colossus 1 arrangement likely requires sub-processor notification to customers. Most DPAs signed before May 2026 are stale. The vendor's sub-processor list needs verification against the current reality. The open fourth-party question is whether xAI or SpaceX personnel have any logical or physical access path to inference workloads. Nobody outside Anthropic can answer that today.

Adjacent signal worth weighting: AI labs are routinely banning each other from their APIs to block distillation. Anthropic banned xAI developers in January 2026. Any org running fine-tuning or synthetic data generation against commercial APIs is one ToS enforcement action away from losing access and facing an IP claim.

What to do

  1. File formal inquiry with Anthropic confirming whether Colossus 1 hosts your tenant's inference and what data classes transit xAI-owned infrastructure; update sub-processor register

  2. Wire Claude Admin API into SIEM with alerts for per-user token anomalies, off-hours usage, and geo/IP deviation; establish baseline before first incident

  3. Inventory every production, CI/CD, and security-tooling dependency on Claude and build a 72-hour access-loss contingency; qualify a second-source model behind an internal gateway

  4. Update CASB, DLP, and egress monitoring to cover api.anthropic.com, Claude Code CLI, and MCP server traffic at parity with OpenAI rules

The bottom line

Your edge is under simultaneous siege from an 18-year NGINX RCE, a Traefik CVSS 10.0 auth bypass, and a MOVEit 9.8 that pattern-matches Cl0p — while UK AISI formally confirmed AI can autonomously complete full network takeover and 59% of your AI traffic is now agentic code acting with user credentials on infrastructure increasingly hosted by Anthropic on a competitor's GPUs. Patch the edge tonight, compress every SLA to machine-speed timelines, and treat Claude as a concentrated volatile dependency that needs sub-processor verification, telemetry wiring, and a fallback model this quarter.