Security daily

Edition 2026-05-18 · read as Security

NGINXPre-AuthRCEandTraefikCVSS10BypassHitIngress

Sources
36
Words
1,505
Read
8min

Topics Agentic AI AI Regulation LLM Inference

◆ The signal

Two ingress bugs landed together: an 18-year-old pre-auth RCE in NGINX's rewrite module, and a CVSS 10.0 auth bypass in Traefik. 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.

◆ INTELLIGENCE MAP

  1. 01

    Edge Authentication Collapse: NGINX + Traefik + MOVEit

    act now

    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.

    10.0
    Traefik CVSS score
    3
    sources
    • NGINX exposure age
    • Traefik CVSS
    • MOVEit CVSS
    • PraisonAI time-to-exploit
    • KEV additions (10 days)
    1. Traefik10
    2. MOVEit9.8
    3. PAN-OS (KEV)9.8
    4. Argo CD9.6
    5. Bitwarden npm9.8
  2. 02

    AI Offensive Capability Confirmed Operational

    monitor

    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.

    2/2
    AISI hardest tests cleared
    7
    sources
    • Mythos AISI clears
    • MDASH agent count
    • Products scanned (PANW)
    • Vulns surfaced
    1. Prior gen40
    2. Mythos/GPT-5.5100
  3. 03

    Agentic AI Produces First Destructive Incidents

    monitor

    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.

    59%
    AI tokens now agentic
    8
    sources
    • Agentic token share
    • LLMjacking attempts/wk
    • Time to first abuse
    • Bot bypass rate
    1. Agentic workloads59
    2. Human-interactive41
  4. 04

    Anthropic Becomes Primary Enterprise Exposure

    monitor

    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.

    34.4%
    Anthropic B2B share
    9
    sources
    • Anthropic share
    • OpenAI share
    • Anthropic YoY growth
    • Colossus GPUs
    1. Anthropic34.4
    2. OpenAI32.3
  5. 05

    EDR Architecture Exposed via LLM Reverse Engineering

    background

    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.

    5
    EDRs reverse-engineered
    1
    sources
    • EDRs analyzed
    • Time reduction
    • Shared architecture
    1. Traditional REWeeks per EDR
    2. LLM-assisted REDays per EDR
    3. Evasion developmentHours after extraction

◆ DEEP DIVES

  1. 01

    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.

    Action items

    • Enumerate every NGINX instance (edge, internal, sidecars, ingress controllers, appliances) via active discovery and stage emergency patch within 24 hours
    • Audit Traefik deployments and identify all downstream apps relying on Traefik for authentication enforcement; patch and add app-layer auth
    • Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 and initiate board-level replacement discussion
    • Deploy WAF virtual-patching rules against NGINX rewrite-module abuse patterns as interim control
    • Verify PAN-OS CVE-2026-0300 patch status on all internet-exposed User-ID portals; assume compromise if unpatched after May 6

    Sources:SANS AtRisk · The Hacker News · TLDR InfoSec

  2. 02

    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.

    Action items

    • 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
    • Compress critical CVE patch SLA from 30 days to 7 days for internet-facing assets; rebaseline exception process
    • Rebuild SIEM correlation windows and velocity analytics against sub-hour kill chains rather than human-paced dwell time
    • Request detection-rule transparency from your EDR vendor: ask for evidence they've tested against LLM-assisted rule extraction and evasion

    Sources:CyberScoop · The Information AM · AINews · Bloomberg Technology · TLDR AI · Martin Peers

  3. 03

    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.

    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, within 7 days
    • 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)
    • Audit AWS Bedrock AgentCore deployments for x402 payment capability enabled by default; block outbound wallet interactions for agents that don't require them
    • Push managed Claude Code settings via MDM disabling /goal and Auto Mode in repos touching production credentials, signing keys, or regulated data
    • Mandate out-of-band callback verification for any voice-initiated financial or credential request; run a deepfake-voice phishing simulation within 90 days

    Sources:Techpresso · TLDR Crypto · TLDR · TLDR IT · TLDR InfoSec · Simplifying AI

  4. 04

    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.

    Action items

    • 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
    • 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
    • Extend CASB and DLP rules to cover claude.ai, api.anthropic.com, Claude Code CLI, and MCP endpoints at parity with OpenAI coverage
    • 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

    Sources:The Pragmatic Engineer · Laura Bratton · Morning Brew · StrictlyVC · The Hustle · Techpresso

◆ QUICK HITS

  • Update: Shai-Hulud source code now MIT-licensed on GitHub with active forks proliferating — lowering supply-chain credential theft to 'motivated undergrad' skill floor; hunt for forks in your dependency tree this week

    TLDR Dev

  • Windows BitLocker bypass + CTFMON LPE — two unpatched zero-days from same researcher who previously dropped three Defender bugs; enforce TPM+PIN pre-boot and disable sleep/hibernate on high-value endpoints now

    The Hacker News

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

    Risky.Biz

  • Gemini is regurgitating real phone numbers from training data in production — a structural PII-disclosure channel with no patch; audit all Gemini touchpoints and enable output-side DLP scanning

    The Download from MIT Technology Review

  • China-Taiwan $14B arms deal + Xi's 'extremely dangerous' framing historically precedes MSS-linked activity surges — elevate Volt Typhoon/Salt Typhoon detection posture for 90 days

    Morning Brew

  • DuckDB shipped Quack protocol with no SSL default and localhost binding — the next Redis/MongoDB misconfiguration pattern; add detection for application/duckdb HTTP traffic on non-localhost interfaces

    TLDR Data

  • Anthropic's June 15 Claude pricing split will drive developers to unsanctioned third-party wrappers — decide governance stance (fund Enterprise seats or approve short-list of wrappers) before shadow AI accelerates

    ben's bites

  • LLM persona drift measured at 8 conversational turns (Li et al., COLM 2024) — system prompt influence decays predictably; implement canary-phrase monitoring and session caps for all production agents

    Brian Ardinger, Inside Outside Innovation

◆ Bottom line

The take.

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.

— Promit, reading as Security ·

Frequently asked

Why patch NGINX and Traefik tonight rather than wait for the regular change window?
Both flaws are pre-authentication and sit in front of most internet-facing ingress, so any downstream auth they enforce is bypassable until patched. PraisonAI was weaponized within four hours of disclosure yesterday, and mass scanning for the NGINX rewrite-module RCE is expected within 24–48 hours. Saturday is past the exploitation curve.
If services delegate authentication to the ingress layer, what's actually exposed?
Everything behind the ingress is exposed as if no auth existed. The NGINX rewrite module and Traefik auth bypass both execute before authentication runs, so microservices, APIs, and admin panels relying on the proxy for identity are reachable unauthenticated. Application-layer auth is the only real control until both are patched.
What interim mitigation buys time while production patching proceeds?
Deploy WAF virtual-patching rules targeting NGINX rewrite-module abuse patterns and Traefik auth-bypass signatures. This is hours of cover, not days, and does not substitute for patching — but it narrows the window during change-management approvals. Pair it with elevated logging on ingress nodes to catch exploitation attempts.
Why is MOVEit Automation CVE-2026-4670 called out separately when NGINX is more widespread?
Cl0p affiliates specifically hunt MOVEit and ran the 2023 campaign undetected for months across hundreds of organizations. CVE-2026-4670 is the same product line, same vulnerability class, and CVSS 9.8. If MOVEit Automation is in the environment, assume it is already on a target list and patch to 2025.1.5, 2025.0.9, or 2024.1.8 immediately.
How should Netlogon CVE-2026-41089 be sequenced against these edge bugs?
Patch it after the ingress and MOVEit work, but before the end of the month. There is no public exploit yet, but the Zerologon precedent suggests a working PoC within two to three weeks. The edge bugs are being exploited now; Netlogon is the next wave, not this one.

◆ Same day, different angle

Read this day as…

◆ Recent in security

Keep reading.