Security & Threat Intelligence

The Watch

The Signal

Two ingress bugs landed together

Between them they sit in front of most of the internet-facing ingress on the planet. Downstream auth is fictional until both are patched. PraisonAI was weaponized four hours after disclosure yesterday. Patch the edge tonight, not Saturday.

In Play

  1. Edge Authentication Collapse: NGINX + Traefik + MOVEit

    Three critical auth-bypass/RCE vulns hit edge infrastructure simultaneously. NGINX pre-auth RCE affects both Plus and OSS (18 years dormant). Traefik CVE-2026-35051/-39858 scores 10.0 and exposes every downstream service. MOVEit CVE-2026-4670 (9.8) pattern-matches the 2023 Cl0p campaign that hit hundreds of orgs.

    Ask Clarity
  2. AI Offensive Capability Confirmed Operational

    UK AISI validated Mythos completing full network takeover autonomously — a step function above prior 'advanced persistence' ceiling. Google TAG caught the first confirmed threat actor using AI to build a cybercrime tool. MDASH (100+ agents) beat Mythos on CyberGym. The 30-day patch window is indefensible; 7-day is the new floor.

    Ask Clarity
  3. Agentic AI Produces First Destructive Incidents

    OpenClaw wiped a user's inbox — the first confirmed confused-deputy destructive action. x402 agent payments shipped inside AWS Bedrock by default. Gemini Intelligence grants screen-read + auto-purchase on Android. 59% of AI tokens are now agentic. LLMjacking reaches 175 attempts/week with 3-hour time-to-first-abuse.

    Ask Clarity
  4. Anthropic Becomes Primary Enterprise Exposure

    Anthropic overtook OpenAI in enterprise spend (34.4% vs 32.3%), quadrupled YoY. Claude inference now routes through xAI/SpaceX Colossus 1 — a hostile competitor's infrastructure. No per-user telemetry or SLAs exist by default. Most DLP/CASB rules still only cover OpenAI endpoints.

    Ask Clarity
  5. EDR Architecture Exposed via LLM Reverse Engineering

    TrustedSec used LLMs to reverse-engineer five commercial EDRs in days (previously weeks). All five share identical bones: YARA rules, Lua engines decryptable in one pass, local ML classifiers, and allowlists. Rule packs, scoring thresholds, and exclusion lists are now attacker inputs for targeted evasion.

    Ask Clarity

Deep Dives

Edge Infrastructure Under Siege: Three Critical Auth Bypasses Demand Tonight's Change Window

The Convergence

Three vendors disclosed critical pre-authentication failures in the same cycle. Combined exposure covers most internet-facing ingress in enterprise environments.

VulnerabilityProductCVSSExploit StatusBlast Radius
Rewrite module RCENGINX Plus + OSSTBDPoC imminent; mass scanning in 24-48hEvery edge, reverse proxy, ingress controller, sidecar
CVE-2026-35051/-39858Traefik10.0DisclosedAll downstream services behind Traefik auth
CVE-2026-4670MOVEit Automation9.8Mass-exploit riskFile transfer estate; Cl0p-pattern target
CVE-2026-44338PraisonAITBDExploited in 4 hoursAI agent orchestration environments

Why This Is Different From a Normal Patch Tuesday

The NGINX bug is 18 years old, unauthenticated, and present in both NGINX Plus and Open Source. The vulnerable component is the rewrite module, which runs before authentication. Architectures that delegate auth to NGINX — most microservices deployments — leave the services behind it exposed as if NGINX were not there. Traefik fits the same shape.

Services that delegate auth to the ingress layer are running naked until the ingress is patched. Application-layer auth remains the only real control.

The PraisonAI four-hour timeline is the operational tempo signal. Commodity tooling, fresh AI framework disclosure, working exploit. The window from advisory to exploit is now shorter than most emergency change windows.

The MOVEit Pattern

MOVEit's 2023 auth bypass let Cl0p compromise hundreds of organizations over months before most defenders noticed. CVE-2026-4670 is the same product line, same vulnerability class, same CVSS. Cl0p affiliates specifically hunt MOVEit. If MOVEit is in the environment, the question is timeline.


Parallel KEV Activity

CISA added five CVEs to the Known Exploited Vulnerabilities catalog in 10 days: PAN-OS (CVE-2026-0300, 9.8), Ivanti EPMM (CVE-2026-6973), cPanel (CVE-2026-41940), LiteLLM (CVE-2026-42208), and Linux kernel algif_aead (CVE-2026-31431). All confirmed actively exploited. Five KEV entries on perimeter gear in ten days is the edge-appliance compromise pattern of 2025-2026.

Triage Order

The Netlogon preauth RCE (CVE-2026-41089) from Patch Tuesday is still on the clock. No public exploit yet. The Zerologon precedent puts a working PoC at two to three weeks. Sequence accordingly.

  1. Patch NGINX and Traefik. Edge-facing, pre-auth, ubiquitous.
  2. Verify KEV items (PAN-OS, Ivanti, cPanel, LiteLLM, kernel). Already exploited.
  3. Patch MOVEit. Cl0p-specific target, 9.8.
  4. Patch Netlogon on DCs. Not yet exploited, but Zerologon-class.

What to do

  1. Enumerate every NGINX instance (edge, internal, sidecars, ingress controllers, appliances) via active discovery and stage emergency patch within 24 hours

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

  3. Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 and initiate board-level replacement discussion

  4. Deploy WAF virtual-patching rules against NGINX rewrite-module abuse patterns as interim control

  5. Verify PAN-OS CVE-2026-0300 patch status on all internet-exposed User-ID portals; assume compromise if unpatched after May 6

AI Offense Goes Operational: AISI Validates Takeover, Google Catches First Live Actor

The Step Function

What landed this week on AI-assisted offense, in operational terms:

  1. UK AISI confirmed Anthropic's Claude Mythos completed full network takeover chains autonomously, initial access through objective, no human in the loop. Mythos cleared both of AISI's hardest simulated attack ranges, Cooling Tower included. The prior generation topped out at "advanced persistence." AISI is already building harder evaluations because current benchmarks are saturating.
  2. Google TAG caught a real threat actor using generative AI to build a functional cybercrime tool. First public confirmation that post-Mythos weaponization is operational rather than theoretical.
  3. Microsoft's MDASH, 100+ specialized agents, beat Mythos on the CyberGym benchmark. The pipeline is scan, adversarial debate, PoC construction. Directly reusable by threat actors.
The 30-day patch window that was defensible in 2022 is indefensible now for any internet-facing system with a published CVE. The 7-day window is the new floor.

What Changed vs. Tuesday's Briefing

Tuesday covered the 81% autonomous success rate and the general trend. This week adds AISI empirical validation, not vendor claims. It adds first real-world actor confirmation through Google TAG. And it adds the Mythos-vs-MDASH CyberGym comparison that shows multi-agent architectures outperform monolithic models on vulnerability work. The capability is no longer gated by model selection. It is approaching commodity.

The Proliferation Timeline

Capability TierPrior GenerationCurrent (Mythos/GPT-5.5)Defensive Implication
End-to-end attack chainAdvanced persistence onlyFull network takeoverAssume sub-hour dwell time in worst case
Vuln discovery in novel codeHigh false-positiveNotable capability jumpCustom-code SAST gap is exploitable at scale
DistributionGenerally availableGated to select enterprises/govsWeight-theft and open-weight catch-up are 12-18mo vectors

Congress is steering Mythos access toward NSA over CISA. That signals offensive and intelligence prioritization. The civilian critical-infrastructure uplift is delayed. Budget and plan as if no government help arrives at AI parity with adversaries.


The Detection Problem

Agentic attack chains compress every temporal assumption baked into SOC playbooks. SIEM correlation windows built for hours of dwell time will miss minutes-long chains. Velocity-based analytics tuned against human operators produce false negatives. The primitives these chains exploit are identity, privilege escalation, and lateral movement. Harden those now, before the capability proliferates to open-weight models within 12-18 months.

TrustedSec's parallel finding compounds the problem. All five commercial EDRs share identical architecture, YARA rules, Lua engines, allowlists, extractable via LLMs in days. The EDR vendor's rulepack is no longer a moat against AI-speed adversaries.

What to do

  1. Commission a red-team exercise using frontier-model capability (Mythos-class or GPT-5.5) against crown-jewel segments, measuring time-to-first-finding vs. current pentest baseline

  2. Compress critical CVE patch SLA from 30 days to 7 days for internet-facing assets; rebaseline exception process

  3. Rebuild SIEM correlation windows and velocity analytics against sub-hour kill chains rather than human-paced dwell time

  4. Request detection-rule transparency from your EDR vendor: ask for evidence they've tested against LLM-assisted rule extraction and evasion

Agentic AI Produces First Destructive Incident — The Confused Deputy Is No Longer Theoretical

The Incident

The framework is OpenClaw. The action was deleting a user's entire email archive, executed without human approval. This is the first publicly documented confused-deputy failure in production. The agent held a legitimate OAuth grant with modify/delete scope. The trigger was either a misinterpretation, a prompt injection, or a tool-selection error. 'Help me clean up inbox' became 'empty the mailbox.' Every agent wired into Gmail, M365, Slack, Jira, Salesforce, or GitHub sits on the same topology.

Every agent your org has integrated with a SaaS platform holds the same OAuth topology that wiped an inbox. The failure mode has moved from theoretical to documented.

The Payment Escalation

In the same cycle, Coinbase's x402 payment protocol shipped inside AWS AgentCore Bedrock as a built-in component. Autonomous, sub-cent, API-key-less payments are now a default capability of any Bedrock agent. A successful prompt injection moves money, not just data. Most DLP, CASB, and cloud egress stacks do not inspect x402 traffic today.

The Scale Context

Three data points frame the timeline:

  • 59% of all AI token volume is agentic workloads. This is the majority surface, not an emerging one.
  • LLMjacking has matured. Honeypots show 3-hour time-to-first-abuse and 175 attacks/week. The dedicated LLM-Scanner tooling updated mid-experiment to defeat the honeypots.
  • 81% bot-detection bypass rate. CAPTCHA, UA heuristics, and most behavioral fingerprinting are statistically useless against determined agent automation.

New Agent Surfaces This Week

SurfaceCapabilityRisk
Google Gemini Intelligence (summer '26)Screen-read, cross-app navigation, auto-purchase on AndroidPrompt injection via on-screen content; RAT-equivalent permissions by default
Claude Code /goalFully autonomous multi-turn coding, no token cap, no human approvalNon-human identity with commit rights, evaluated only by Haiku transcript-reader
x402 in AWS BedrockMachine-to-machine payments, no API keys, no human-in-loopPrompt injection becomes financial exfiltration
Grok 4.3 voice cloningStandard feature, not specialized productReal-time voice impersonation for mid-tier fraud actors

The Governance Gap

Apple is publicly racing to sandbox agents inside the App Store. The reason is that its static-review trust model cannot cover agents that spin up sub-applications at runtime. If the strictest app-review regime on the planet cannot solve agent authorization, enterprise agent deployments are almost certainly under-governed. The control plane most organizations have — IAM, OAuth scopes, periodic access review — was built for humans clicking buttons at human speed. Agents click faster, click more, and click at 3 AM.

What to do

  1. Inventory every OAuth grant and API token issued to an LLM agent or 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, S3 bulk delete)

  3. Audit AWS Bedrock AgentCore deployments for x402 payment capability enabled by default; block outbound wallet interactions for agents that don't require them

  4. Push managed Claude Code settings via MDM disabling /goal and Auto Mode in repos touching production credentials, signing keys, or regulated data

  5. Mandate out-of-band callback verification for any voice-initiated financial or credential request; run a deepfake-voice phishing simulation within 90 days

Anthropic Is Now Your Primary AI Vendor Risk — And Its Infrastructure Runs on a Competitor's GPUs

The Market Shift

Ramp's enterprise spend data, corroborated this week by multiple sources: Anthropic has overtaken OpenAI in business customer adoption, 34.4% to 32.3%. Spend quadrupled year-over-year. OpenAI grew 0.3%. Most shadow-AI detection rules and DLP policies were written when ChatGPT was synonymous with "LLM risk." Claude traffic is now the statistically larger exfiltration channel. Parity rules do not exist at most organizations.

The Infrastructure Problem

Anthropic confirmed scaling at 80x demand against a 10x capacity plan. Two observable effects followed:

  • Silent product degradation: Claude Code revoked mid-subscription, corporate accounts banned without warning, A/B experiments on access itself
  • A capacity deal placing Claude inference on Colossus 1 — a 220,000+ GPU cluster owned by the merged SpaceX/xAI entity, whose CEO has publicly called Anthropic "misanthropic and evil"
Prompts and source code sent to Claude now transit infrastructure operated by a direct competitor with stated hostility toward the vendor. The trust boundary moved and nobody updated the data-flow diagram.

The Telemetry Gap

ServiceNow blew its full-year Anthropic budget. National Life Group's CIO, on the record: "great for consumer usage but not great for companies." Anthropic does not expose granular per-user usage data by default. No SLAs defining performance or support response. Declined to comment on enterprise concerns. Without per-user telemetry, a compromised Claude account is indistinguishable from a legitimate one at the identity layer.

ScenarioDetection with Anthropic DefaultDetection with Admin API + SIEM
Stolen session from new geoInvisible until bill spikesAnomalous login + token burn alert
Insider pasting regulated dataInvisible unless edge DLP sees claude.aiPrompt volume anomaly + CASB correlation
Compromised API key running automationInvisible until monthly reconciliationToken-per-minute threshold in near-real-time

What Sources Disagree On

Publicly: multiple sources treat Anthropic's growth as a vendor-risk concentration event. One source frames the Colossus deal as an acceptable commercial arrangement. The tension is structural. Anthropic's safety positioning is now architecturally in conflict with its infrastructure dependency on a hostile counterparty. Whether prompts actually traverse xAI-accessible infrastructure is unconfirmed. The sub-processor disclosure obligation exists regardless.

What to do

  1. Wire Claude Admin API + organization usage endpoints into SIEM with alerts on per-user token anomalies, off-hours usage, and geo/IP deviation within 30 days

  2. File a formal inquiry with Anthropic: confirm whether Colossus 1 hosts inference for your tenant, what data classes transit it, and update sub-processor register

  3. Extend CASB and DLP rules to cover claude.ai, api.anthropic.com, Claude Code CLI, and MCP endpoints at parity with OpenAI coverage

  4. Build and test a Claude-off contingency: document every pipeline where 24-hour Claude loss causes business impact and map fallback to a second provider

The bottom line

Your edge infrastructure's authentication layer is fictional tonight — an 18-year NGINX RCE and a CVSS 10.0 Traefik bypass landed simultaneously, while AISI validated that frontier AI now completes full network takeover autonomously and Google confirmed the first real-world actor weaponizing AI for cybercrime. Patch NGINX and Traefik before the 24-48 hour mass-scanning window closes, then accept that the 30-day patch SLA died this week and the biggest AI vendor in your environment runs on a competitor's GPUs with no telemetry and no SLA.