Security daily

Edition 2026-05-19 · read as Security

NGINX,Traefik,MOVEitBypassesLandinSame24Hours

Sources
36
Words
1,668
Read
8min

Topics Agentic AI AI Regulation AI Safety

◆ The signal

Three edge/ingress authentication bypasses dropped simultaneously — an 18-year-old NGINX rewrite-module RCE affecting nearly every reverse proxy on the internet, a CVSS 10.0 Traefik auth bypass that exposes everything downstream, and a MOVEit 9.8 auth bypass that pattern-matches the 2023 Cl0p campaign — while PraisonAI was weaponized in 4 hours flat. Your perimeter patch window is now measured in hours, not days. NGINX and Traefik tonight; MOVEit before the weekend.

◆ INTELLIGENCE MAP

  1. 01

    Multi-Front Perimeter Authentication Collapse

    act now

    NGINX rewrite-module RCE (18 years undetected, pre-auth, edge-facing), Traefik CVSS 10.0 auth bypass (everything downstream is exposed), and MOVEit Automation 9.8 auth bypass landed in the same cycle. Five new CISA KEV additions in 10 days confirm active exploitation of PAN-OS, Ivanti EPMM, cPanel, LiteLLM, and Linux kernel.

    10.0
    Traefik CVSS score
    3
    sources
    • NGINX age (years)
    • New KEV entries
    • MOVEit CVSS
    • Patch Tuesday CVEs
    1. Traefik10
    2. MOVEit9.8
    3. PAN-OS (KEV)9.8
    4. Argo CD9.6
    5. Ollama9.1
  2. 02

    AI Autonomous Offensive Capability Confirmed at Network-Takeover Level

    monitor

    UK AISI confirmed Claude Mythos and GPT-5.5-cyber completed full autonomous network takeover chains — a step function above prior 'advanced persistence' ceiling. Microsoft's MDASH (100+ agents) outperformed Mythos on CyberGym. Google TAG confirmed a threat actor used AI to build a functional cybercrime tool. Patch SLAs calibrated to human-speed attackers are now structurally obsolete.

    4hrs
    disclosure-to-exploit
    7
    sources
    • AISI ranges cleared
    • MDASH agent count
    • PraisonAI exploit time
    • Products scanned (PANW)
    1. 2024 Patch SLA30
    2. 2025 Target7
    3. AI-Speed Reality0.17
  3. 03

    Agentic AI: First Destructive Incident and 59% Traffic Dominance

    act now

    OpenClaw agent wiped a user's entire mailbox — the first real-world confused-deputy with data loss. Agentic workloads now carry 59% of all AI token volume. x402 machine-to-machine payments shipped inside AWS Bedrock by default. Claude Code /goal enables fully autonomous, unattended coding sessions. The governance model built for human users cannot see or constrain machine-speed tool calls.

    59%
    AI traffic now agentic
    9
    sources
    • Agent share of tokens
    • Bot detection bypass
    • Agents per CRM tenant
    • Card network models
    1. Agentic workloads59
    2. Human-interactive41
  4. 04

    AI Vendor Trust Boundaries Fracturing

    monitor

    Anthropic's production inference now runs on xAI-owned Colossus 1 — prompts transit a competitor's infrastructure. Anthropic overtook OpenAI in enterprise spend (34.4% vs 32.3%). Google Gemini is leaking real phone numbers from training data. TrustedSec reversed five commercial EDRs with LLMs in days. The trust model for both AI vendors and security vendors shifted without a CVE.

    34.4%
    Anthropic enterprise share
    8
    sources
    • Anthropic share
    • OpenAI share
    • Colossus GPUs
    • EDRs reversed
    1. Anthropic34.4
    2. OpenAI32.3
  5. 05

    Geopolitical Escalation: Taiwan Arms + Chip Brinkmanship

    background

    Xi labeled the $14B Taiwan arms package 'extremely dangerous' — language that has historically preceded surges in Chinese state-sponsored activity (Volt Typhoon, Salt Typhoon, APT41) against US telecom and critical infrastructure. Chip-for-rare-earths negotiations are a supply-chain risk regardless of outcome. Expect China-nexus edge-device targeting within 30-90 days.

    $14B
    Taiwan arms package
    2
    sources
    • Arms deal value
    • Escalation window
    • a16z political spend
    1. Arms package announcedWeek 0
    2. Expected recon surgeWeek 2-4
    3. Expected intrusion attemptsWeek 4-12

◆ DEEP DIVES

  1. 01

    Three Edge Auth Bypasses in One Cycle: NGINX, Traefik, and MOVEit Demand Tonight's Change Window

    The Perimeter Collapsed in Three Places at Once

    Three unauthenticated bypass bugs landed on perimeter infrastructure in the same cycle. Any one of them is a P0. Together this is the widest single-window edge exposure since the Exchange and VPN wave of 2021.

    ProductCVECVSSStatusBlast Radius
    NGINX rewrite modulePendingTBD (pre-auth RCE)PoC imminent; mass scan likely 24-48hEvery edge proxy, ingress controller, API gateway running affected config
    TraefikCVE-2026-35051 / CVE-2026-3985810.0Disclosed; patch availableEvery service behind Traefik — as if the ingress doesn't exist
    MOVEit AutomationCVE-2026-46709.8Disclosed; Cl0p affiliates huntingFile transfer infrastructure; 2023 campaign hit hundreds of orgs

    Why This Combination Is Worse Than the Sum

    The NGINX bug is 18 years old, unauthenticated, and hits both NGINX Plus and Open Source. It lives in the rewrite module, which is the configuration pattern most deployments use. The CMDB will not find it. Active scanning across every ASN and internal subnet is required, because NGINX is embedded in appliances, sidecars, and Kubernetes ingress controllers that asset inventories routinely miss.

    The Traefik auth bypass is CVSS 10.0 because the entire authentication middleware layer becomes fiction. Any service that delegated authN to Traefik is now reachable as if the ingress were not there. This is not patch-and-move-on. Every downstream service has to be re-evaluated against its own authentication posture.

    The MOVEit entry has precedent. The 2023 Cl0p campaign hit the same product line and ran for months before most victims noticed. Progress Software's track record is not improving. If MOVEit is still in the environment, the board conversation about product replacement is overdue.

    Five actively-exploited perimeter CVEs on KEV, a 10.0 ingress bypass, and an 18-year-old RCE on the most deployed web server on earth — most shops will patch Netlogon first and MOVEit last. Cl0p will work the list in reverse.

    The Parallel KEV Signal

    CISA added five CVEs to KEV in ten days: PAN-OS (9.8), Ivanti EPMM, cPanel, LiteLLM AI Gateway, and a Linux kernel bug. KEV is not theoretical. CISA adds entries when exploitation is confirmed, not modeled. In prior cycles the gap from KEV listing to mass scanning was measured in hours.


    What Makes This Cycle Different

    The pattern across the critical list is authentication bypass, not memory corruption. Traefik, MOVEit, cPanel, Argo CD at 9.6 (read-only users extract plaintext Kubernetes Secrets), and the Netlogon preauth RCE from Patch Tuesday all failed at the access-control layer. EDR does not see these. Patching and authorization auditing do.

    Action items

    • Run active discovery for all NGINX instances (edge, internal, sidecars, ingress controllers, appliances) across all ASNs and deploy emergency patch or WAF virtual-patching rules against rewrite-module payloads tonight
    • Patch Traefik CVE-2026-35051/39858 immediately, then inventory all downstream services that relied on Traefik for authN — those services need their own auth validation
    • Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 and escalate the product-replacement discussion to executive level
    • Verify PAN-OS CVE-2026-0300 patch status on all internet-exposed User-ID Authentication Portals; if unpatched after May 6 KEV listing, assume compromise and initiate IR triage
    • Lock down Argo CD RBAC — assume 'read' permission equals secrets exposure until patched to 3.2.11/3.3.9, and rotate any K8s Secrets accessible via Argo

    Sources:SANS AtRisk · The Hacker News · TLDR InfoSec

  2. 02

    AI Autonomous Offense Goes Operational: Full Network Takeover Confirmed, 4-Hour Exploit Weaponization Observed

    The Capability Statement Is Now Empirical

    The UK AI Security Institute now reports, empirically, that Anthropic's Claude Mythos completed full autonomous network takeover chains — reconnaissance through objective — inside AISI's controlled battery. Mythos cleared both of AISI's hardest tests. OpenAI's GPT-5.5-cyber cleared one. The prior ceiling was "advanced persistence." AISI calls the result a step function and is already cutting harder tests because current benchmarks are saturating.

    In parallel: Microsoft's MDASH, a 100+ specialized-agent architecture that scans, debates exploitability, and builds proof-of-concept attacks, surpassed Mythos on CyberGym. 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-weaponized offense is operational rather than theoretical.

    The 4-Hour Data Point

    PraisonAI CVE-2026-44338 was weaponized 4 hours after disclosure. Treat that as the planning tempo, not a curiosity. Adversaries are running automated disclosure-to-exploit pipelines against AI agent frameworks. Monthly patch cycles do not survive contact with that timeline.

    Defensive AssumptionPre-MythosPost-Mythos
    Critical CVE patch SLA7-30 daysHours to days; n-day behaves like 0-day
    Pentest cadenceAnnual or semi-annualContinuous; AI-augmented baseline
    Responsible disclosure window90 days standardAttackers may independently rediscover before patch ships
    Vendor vuln backlogRisk-rank and deferBacklog is attacker inventory

    Where Sources Diverge

    Sources agree on capability. They disagree on imminence of proliferation. Anthropic and OpenAI are gating access to select enterprises and governments. Multiple sources note this is a policy choice, not a technical ceiling. The realistic vectors: insider leakage near-term, open-weight catch-up from Chinese labs and Mistral-derived forks at 12-18 months, criminal marketplace commoditization by late 2026. One source notes Congress is steering Mythos access toward NSA over CISA — offensive/intelligence prioritization over civilian defensive distribution.

    Frontier models can now find and chain exploits at something close to real time, and the U.S. government is routing the capability to offensive users before civilian defenders see it. Budget and plan as if no government help arrives at AI parity with adversaries.

    The EDR Transparency Crisis

    TrustedSec's Justin Elze ran LLMs against five commercial EDRs and reversed all five in days, not weeks. All five share the same architecture: YARA rules, Lua engines decryptable in one pass, local ML classifiers, allowlists. Rules, scoring thresholds, exclusion lists, and update diffs are now extractable at scale. The vendor's rulepack is no longer a moat.

    Action items

    • Compress critical CVE patch SLA from 30 days to 7 days for internet-facing systems and deploy virtual patching on disclosure day
    • Commission a red-team engagement using frontier model capability (Claude/GPT-class) against your top 5 crown-jewel applications, measuring time-to-first-finding
    • Pressure-test EDR with an LLM-assisted bypass exercise — extract rule logic and test targeted evasion against your deployed product
    • Patch PraisonAI CVE-2026-44338 immediately or take offline; pull auth logs for anomalous access in last 48 hours on any exposed instance

    Sources:The Hacker News · CyberScoop · The Information AM · AINews · Clint Gibler · Bloomberg Technology

  3. 03

    First Destructive Agent Incident: The Confused Deputy Went Live and Deleted Everything

    It Happened: An Agent Wiped a Mailbox

    The actor is OpenClaw, an AI agent framework operating with legitimate OAuth grants. The action was a mass email deletion. There was no human approval in the loop. This is the first publicly documented confused-deputy failure with data loss in a production AI agent deployment. The agent held modify and delete scope. Root cause is one of three: misinterpretation, prompt injection, or tool-selection error. The vendors have not said which.

    Every agent integrated with Gmail, M365, Slack, Jira, Salesforce, or GitHub shares the same topology. The failure mode has moved from theoretical to observed.

    The Scale Problem: 59% and Climbing

    Agentic workloads now account for 59% of all AI token volume. That is the majority surface. Agents act with user OAuth tokens, downstream systems log legitimate users, and detections tuned to human behavioral baselines miss machine-speed traffic carrying human identity. Multiple sources report the same pattern.

    New Financial Blast Radius: x402 in AWS Bedrock

    Coinbase's x402 payment protocol, an HTTP-native, API-key-less, machine-to-machine payment rail, now ships as a built-in component of AWS AgentCore Bedrock. A prompt injection against a payment-capable agent no longer just exfiltrates data. It moves money. 99.8% of agentic payments settle in USDC on Base. The blast radius is concentrated and irreversible. Most DLP and egress stacks do not inspect x402 traffic today.

    Claude Code /goal: Autonomous Coding Without Human Review

    Anthropic shipped /goal this week. The command runs fully autonomous multi-turn coding sessions until a Haiku-based evaluator declares success from the conversation transcript alone. Combined with Auto Mode, this is a non-human developer identity that writes files and executes commands with no human in the loop and no built-in token or action ceiling. The evaluator does not verify file state or test results. It reads the transcript. CLAUDE.md auto-loads every turn, which makes it a high-value prompt-injection target.

    Agent SurfaceReal-World SignalControl Gap
    OAuth-scoped agents (OpenClaw)Mass-delete executed without approvalOver-permissioned tokens; no human-in-loop on destructive verbs
    x402 payment agents (Bedrock)Built-in by default; prompt injection → wire fundsEgress controls don't inspect x402; no wallet-action logging
    Claude Code /goalUnattended coding with no action ceilingHaiku evaluator reads transcript only; cannot verify reality
    Bot detection vs. agents81% bypass rate in testingCAPTCHA and behavioral fingerprinting statistically useless
    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.

    Action items

    • Inventory every OAuth grant and API token issued to an LLM agent or framework — remove 'modify/delete' scopes where only 'read' is needed; enforce admin consent for any app requesting write-scopes
    • Ship SIEM rules for mass-delete, bulk-modify, and force-push operations executed by automation principals this sprint; page on first fire
    • Audit AWS Bedrock AgentCore deployments for x402 payment capability; block outbound wallet interactions at egress for agents that don't explicitly need them
    • Push managed Claude Code settings via MDM with allowManagedHooksOnly and an approved hook allowlist; ban /goal and Auto Mode in repos touching production credentials, signing keys, or regulated data
    • Re-test bot-detection and anti-fraud stacks against LLM-orchestrated headless-browser traffic; require vendors to show 2025+ evasion benchmarks

    Sources:Techpresso · TLDR IT · TLDR · Daily Dose of DS · TLDR Crypto · ben's bites

  4. 04

    AI Vendor Trust Fractures: Your Prompts Transit a Competitor's GPUs, Your EDR Is Readable, and Gemini Leaks Phone Numbers

    Anthropic's New Landlord Is Its Competitor's Owner

    Anthropic has confirmed that production inference is migrating to Colossus 1, the 220,000+ GPU cluster owned by the merged SpaceX/xAI entity. Publicly: Elon Musk has called Anthropic "evil," and xAI developers were previously banned from Claude over distillation concerns. Prompts, source code, and embedded customer data sent to Claude now transit infrastructure operated by a direct competitor with stated hostility toward the vendor.

    This is a fourth-party exposure most vendor-risk programs have not assessed. Sub-processor paperwork signed before May 2026 is stale. The trust boundary moved and no change notice went out.

    The Market Share Crossover

    Ramp puts Anthropic at 34.4% of enterprise spend versus OpenAI at 32.3%. Anthropic quadrupled year-over-year. OpenAI grew 0.3%. Most DLP, CASB, and egress policy was written when ChatGPT was a synonym for "LLM risk." Claude is now the larger egress channel by volume, and parity rules largely do not exist.

    Gemini Is Leaking PII From Training Data

    Google Gemini is returning real phone numbers lifted from its training corpus. A software developer began receiving WhatsApp messages from strangers after Gemini surfaced his number. A university researcher reproduced the behavior. This is not prompt injection. It is not jailbreak. It is structural training-data memorization surfacing on benign queries. Input sanitization does nothing. Under GDPR, this is processing on data subjects who never consented.

    Your EDR Is No Longer a Secret

    TrustedSec ran LLMs against five commercial EDRs and reversed all five within days. The architecture is identical across vendors: YARA rules, Lua engines decryptable in a single pass, local ML classifiers, allowlists. Once extracted, rules, scoring thresholds, exclusion lists, and update diffs become inputs for targeted evasion. Detection engineering moves to custom behavioral analytics and deception, or it loses the asymmetry.

    Trust AssumptionStatusAction Required
    Anthropic data stays on Anthropic infraBroken — Colossus 1 is xAI/SpaceX-ownedRequest updated sub-processor list; DPIA refresh
    OpenAI is the primary shadow-AI riskInverted — Anthropic leads enterprise shareCASB/DLP parity for Claude endpoints
    Gemini outputs are syntheticBroken — real PII in outputsOutput-side PII DLP on Gemini responses
    EDR rules are opaque to attackersBroken — LLMs extract in daysCustom detections; deception layers
    Anthropic's capacity crisis has made Elon Musk the landlord's landlord. Treat Claude as a concentrated, volatile dependency.

    Action items

    • File a formal inquiry with Anthropic requesting updated sub-processor list, data-flow diagram, and confirmation of whether customer prompts/completions transit xAI-owned infrastructure; update DPIA
    • Add claude.ai, api.anthropic.com, Claude Code CLI, and MCP endpoints to CASB/DLP/egress monitoring at parity with OpenAI endpoints this week
    • Enable output-side PII DLP scanning on all Gemini touchpoints (Workspace, Vertex AI, embedded SaaS); file a DPIA addendum covering training-data memorization
    • Shift 30%+ of high-severity detection engineering toward custom non-vendor-native behavioral analytics and deception (canary tokens, honeyslop); reduce reliance on vendor rulepack as sole detection layer

    Sources:The Pragmatic Engineer · The Download from MIT Technology Review · Clint Gibler · Laura Bratton · Morning Brew · The Hustle

◆ QUICK HITS

  • Two unpatched Windows zero-days (BitLocker bypass + CTFMON LPE) from the same researcher who dropped three Defender bugs — enforce TPM+PIN pre-boot auth and disable sleep/hibernate on high-value endpoints until Microsoft ships fixes

    The Hacker News

  • Android ADB auth bypass CVE-2026-0073 affects every Android 11+ device (since Sept 2020) — OEM factory-test misconfigs left in production firmware; block TCP/5555 egress and query MDM for developer-options-enabled devices

    Risky.Biz

  • Update: Shai-Hulud worm source code now MIT-licensed on GitHub with multiple forks proliferating — expect npm/PyPI supply-chain variants within weeks; the skill floor for credential-theft supply-chain attacks just dropped to 'motivated undergrad'

    TLDR Dev

  • Update: LiteLLM (CVE-2026-42208) added to CISA KEV on May 8 — first AI infrastructure component to receive KEV listing, confirming active exploitation of the unauth DB query path

    SANS AtRisk

  • Update: RubyGems suspended new signups after 500+ malicious packages pushed by bot wave — freeze gem additions in CI for 72h and audit any new/updated gem installed this week

    Risky.Biz

  • Fragnesia is the third Dirty Frag-class Linux LPE exploiting page cache corruption — this is now a systemic kernel memory management weakness, not a one-off bug; prioritize patching on multi-tenant K8s nodes and CI runners

    The Hacker News

  • Gemini Intelligence ships on Galaxy S26 and Pixel 10 this summer with screen-read, cross-app navigation, and auto-purchase authority — draft MDM policy restricting agent autofill against corporate SaaS before fleet refresh

    Simplifying AI

  • DuckDB's new Quack protocol ships with no SSL and localhost binding by default — developers will unbind from localhost and forget TLS; add detection for application/duckdb HTTP traffic on non-localhost interfaces

    TLDR Data

  • Anthropic's Claude for Small Business ships pre-built connectors into QuickBooks, PayPal, HubSpot, M365 — your downstream SMB vendors may now have Anthropic as an undisclosed subprocessor handling your data

    TLDR AI

  • Xi labeled Taiwan's $14B arms package 'extremely dangerous' — elevate China-nexus detection posture (Volt Typhoon, Salt Typhoon, APT41 TTPs) for 90 days, focusing on edge devices and valid-account abuse

    Morning Brew

◆ Bottom line

The take.

Three edge authentication bypasses dropped simultaneously — an 18-year NGINX RCE, a Traefik CVSS 10.0, and a MOVEit 9.8 that Cl0p will find before your patch window closes — while AISI empirically confirmed frontier AI models execute full network takeover autonomously and an agent framework wiped a user's entire mailbox without asking. Your perimeter, your patch cadence, and your agent governance model all failed the same week. Patch the edge tonight, compress SLAs to days not weeks, and strip destructive OAuth scopes from every AI agent in your environment before one of them decides to 'help' by deleting everything.

— Promit, reading as Security ·

Frequently asked

Which perimeter patches need to land tonight versus before the weekend?
NGINX rewrite-module RCE and Traefik CVE-2026-35051/39858 (CVSS 10.0) need patching or virtual-patching tonight, since PoCs and mass scanning are expected within 24–48 hours. MOVEit Automation CVE-2026-4670 (9.8) should be patched to 2025.1.5/2025.0.9/2024.1.8 before the weekend, given Cl0p affiliates' history of hunting this exact product line.
Why does the Traefik bypass require more than just patching the ingress?
Because Traefik's authentication middleware was the access-control layer for everything behind it, a CVSS 10.0 bypass means downstream services are exposed as if no ingress existed. After patching, every service that delegated authN to Traefik must be re-evaluated against its own authentication posture — services that assumed the ingress would block unauthenticated traffic are now directly reachable.
What does the 4-hour PraisonAI weaponization imply for patch SLAs?
It means n-day vulnerabilities now behave like 0-days, and 30-day patch windows for internet-facing systems are structurally indefensible. Compress critical-CVE SLA to 7 days, deploy virtual patching on disclosure day, and treat vendor backlogs as attacker inventory rather than risk-ranked deferrals. AI-assisted exploitation pipelines are running disclosure-to-exploit automation against agent frameworks specifically.
What's the immediate control to prevent another OpenClaw-style mass deletion?
Inventory every OAuth grant and API token issued to LLM agents and strip 'modify/delete' scopes wherever 'read' is sufficient, then enforce admin consent for any app requesting write scopes. Pair that with SIEM rules that page on mass-delete, bulk-modify, or force-push actions executed by automation principals. Over-scoped agent tokens are the single highest-leverage control gap exposed this cycle.
Why is Anthropic's move to Colossus 1 a vendor-risk issue?
Production Claude inference is migrating to a 220,000+ GPU cluster owned by the merged SpaceX/xAI entity — a direct competitor whose leadership has publicly disparaged Anthropic and previously banned xAI developers from Claude over distillation. Customer prompts, source code, and embedded data now transit hostile-competitor infrastructure, creating fourth-party exposure that pre-May-2026 sub-processor paperwork and DPIAs do not cover.

◆ Same day, different angle

Read this day as…

◆ Recent in security

Keep reading.