Security daily

Edition 2026-05-28 · read as Security

NGINX,Traefik,MOVEitEdgeAuthBugsDemandTonight'sPatch

Sources
36
Words
1,659
Read
8min

Topics Agentic AI AI Regulation AI Safety

◆ The signal

Three perimeter auth failures landed in the same window: an 18-year-old pre-auth RCE in NGINX's rewrite module, a CVSS 10.0 auth bypass in Traefik, and a 9.8 auth bypass in MOVEit. PraisonAI's disclosure-to-exploit clocked in at four hours. Patch tonight if any of these sit at the edge. Scanning volume triples tomorrow.

◆ INTELLIGENCE MAP

  1. 01

    Edge Infrastructure Auth Bypass Emergency

    act now

    NGINX (18-year pre-auth RCE), Traefik (CVSS 10.0 auth bypass), and MOVEit (9.8 auth bypass) all disclosed within days. PraisonAI was weaponized in 4 hours. CISA added 5 CVEs to KEV in 10 days. The perimeter is failing at the authentication layer, not memory safety.

    4 hours
    disclosure to exploit
    3
    sources
    • NGINX age
    • Traefik CVSS
    • MOVEit CVSS
    • KEV additions (10d)
    • PraisonAI exploit
    1. Traefik10
    2. MOVEit9.8
    3. PAN-OS (KEV)9.8
    4. Argo CD9.6
    5. NGINX9.8
  2. 02

    AI Offensive Capability Confirmed Operational

    monitor

    UK AISI confirmed Mythos completes full network takeover autonomously. Google TAG caught a threat actor using AI to build a cybercrime tool in the wild. Microsoft's MDASH (100+ agents) beat Mythos on CyberGym. TrustedSec reverse-engineered 5 commercial EDRs with LLMs in days. The defender side is structurally behind.

    100%
    AISI range clearance
    8
    sources
    • MDASH agents
    • Mythos AISI tests
    • EDRs reversed
    • Vulns found (PAN)
    1. Prior genAdvanced persistence only
    2. Mythos Preview3/10 range success
    3. Mythos Current6/10 range success
    4. Full release2/2 AISI ranges cleared
    5. MDASHBeats Mythos on CyberGym
  3. 03

    Agentic AI: First Destructive Incident and Payment Authority

    monitor

    OpenClaw wiped a user's entire inbox — the first confirmed confused-deputy destruction. Claude Code /goal ships fully autonomous coding with no human gate. x402 payments now run inside AWS Bedrock by default. 59% of AI token traffic is agentic. Agents now hold write+pay+execute authority with human credentials.

    59%
    AI traffic now agentic
    8
    sources
    • Bot bypass rate
    • MCP servers per SaaS
    • Agents per CRM
    • Agentic settlements
    1. Agentic workloads59
    2. Human-interactive41
  4. 04

    AI Vendor Risk Crystallizes: Fourth-Party, Telemetry, Concentration

    background

    Anthropic routes inference through xAI's Colossus (220K+ GPUs owned by a hostile competitor). Anthropic overtook OpenAI at 34.4% vs 32.3% enterprise share. Claude ships without per-user telemetry or SLAs. Gemini is leaking real phone numbers from training data. The dominant AI vendor has no logging parity with mature SaaS.

    34.4%
    Anthropic enterprise share
    9
    sources
    • Anthropic share
    • OpenAI share
    • Colossus GPUs
    • Anthropic ARR
    1. Anthropic34.4
    2. OpenAI32.3
  5. 05

    Disclosure-to-Exploit Window Collapses to Hours

    act now

    PraisonAI weaponized in 4 hours. LLMjacking hits new endpoints within 3 hours of exposure. AI-assisted vuln discovery means n-day behaves like 0-day. 30-day patch SLAs are structurally indefensible for internet-facing systems. The 7-day window is the new floor.

    3–4 hrs
    time to exploitation
    5
    sources
    • PraisonAI exploit
    • LLMjacking recon
    • Old SLA (critical)
    • Required SLA
    1. 2022 Norm30
    2. 2025 Norm7
    3. 2026 Reality0.17

◆ DEEP DIVES

  1. 01

    Perimeter Authentication Collapse: Three Critical Edge Bypasses Demand Emergency Patching Tonight

    The Situation

    Three edge-infrastructure authentication bypasses landed in the same cycle. The combined effect is a compounding perimeter failure that no single patch resolves. The headline item is an 18-year-old pre-auth RCE in NGINX's rewrite module, which affects every edge and reverse proxy running the affected configuration. That is most of them. Traefik separately disclosed two CVSS 10.0 auth bypasses (CVE-2026-35051, CVE-2026-39858). Anything downstream of Traefik is reachable as if the ingress were not there. MOVEit Automation shipped a 9.8 auth bypass (CVE-2026-4670). The shape of the bug matches the 2023 Cl0p campaign.

    Five actively-exploited perimeter CVEs, a 10.0 ingress bypass, and an 18-year-old RCE that affects most of the internet. Most shops will patch Netlogon first and MOVEit last. Cl0p will work the list in reverse.

    Cross-Source Analysis

    The pattern across feeds is consistent. Authentication bypass dominates the critical-severity list this cycle, not memory corruption. SANS lists Traefik, MOVEit, cPanel, OpenCTI, Microsoft ESTS, and Argo CD as failing at the access-control layer. EDR does not see these. Patching and authorization auditing do.

    NGINX is the one to watch. It is pre-authentication. It is ubiquitous. NGINX Plus and OSS are both in scope, which covers ingress controllers, API gateways, sidecars, and the appliance long tail that bundles NGINX downstream. Mass scanning is expected within 24-48 hours of PoC availability.

    The tempo is the other half of the story. PraisonAI (CVE-2026-44338) was weaponized 4 hours after disclosure. Honeypot telemetry shows exposed AI endpoints fingerprinted by Shodan within 3 hours of coming online. The window between disclosure and exploitation is now a single shift.

    Priority Matrix

    TargetCVSSExploit StatusDeadline
    NGINX rewrite module~9.8PoC imminent; mass scanning 24-48hTonight
    Traefik (CVE-2026-35051/-39858)10.0Disclosed; downstream exposure totalTonight
    PraisonAI (CVE-2026-44338)HighActive exploitation within 4hTonight
    MOVEit Automation (CVE-2026-4670)9.8Disclosed; Cl0p affiliate interest likely48 hours
    PAN-OS (CVE-2026-0300, KEV)9.8Active exploitation confirmed by CISAAssume compromise if unpatched

    What Makes This Different

    The common thread is authentication failure, not memory safety. Traditional EDR and runtime protection contribute nothing here. The attack completes before any post-auth detection has anything to look at. Services that delegated authentication to Traefik middleware have no authentication at all until patched. Apps behind NGINX that assumed the reverse proxy validated requests are now directly exposed.

    MOVEit is the one to flag separately. The last time this product line shipped a bug in this class, Cl0p ran a campaign for months before most victims noticed. Progress Software's track record is not improving. The vendor-risk conversation about replacement is now board-level, backed by a documented repeat-offender pattern.

    Action items

    • Enumerate all NGINX instances (edge, internal, sidecars, ingress controllers, appliances) using active discovery beyond CMDB and stage emergency patch
    • Inventory all services relying on Traefik for authentication enforcement and validate app-layer auth exists independently
    • Patch or isolate PraisonAI deployments across dev, staging, and data-science sandboxes immediately
    • Patch MOVEit Automation to 2025.1.5/2025.0.9/2024.1.8 and begin board-level product replacement conversation
    • Validate PAN-OS CVE-2026-0300 patch on all internet-exposed User-ID Authentication Portals; if unpatched after May 6, initiate IR triage assuming compromise

    Sources:SANS AtRisk · The Hacker News · TLDR InfoSec · CyberScoop

  2. 02

    AI Offensive Capability Graduates: AISI Confirms Autonomous Network Takeover, Google TAG Catches First AI-Built Crime Tool

    The Step Function

    Three independent signals this week put AI offensive capability across a commercial threshold. The UK AI Security Institute confirmed that Anthropic's Mythos completed full network takeover chains autonomously, clearing both AISI cyber ranges including the Cooling Tower scenario. Prior-generation models stalled at 'advanced persistence.' Google's Threat Analysis Group documented a hacking group using AI to build a functional cybercrime tool, the first public confirmation of weaponized AI in the wild. And Microsoft's MDASH, a 100+ agent architecture, beat Mythos on the CyberGym vulnerability-reproduction benchmark.

    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.

    What Changed This Week vs. Prior Coverage

    Tuesday's briefing covered the 81% autonomous success rate. Today's signals are different in kind, not degree:

    • AISI confirmation is authoritative. Not a vendor claim. Not a benchmark artifact. A government evaluator using the words 'full network takeover.'
    • Google TAG is a confirmed wild incident. Not a lab demo. A real threat actor shipped real crime tooling built with AI.
    • MDASH's multi-agent architecture outperforms monolithic models and is directly reusable by threat actors. Criminal-marketplace clones within months is the working assumption.
    • TrustedSec reverse-engineered 5 commercial EDRs with LLMs in days, extracting YARA rules, Lua engines, allowlists, and scoring thresholds. The vendor rulepack is no longer a defensive moat.

    Defensive Assumptions That No Longer Hold

    AssumptionPre-This-WeekPost-This-Week
    Critical CVE patch SLA7-30 days acceptableHours-to-days required
    Pentest cadenceAnnual/semi-annualContinuous; AI-augmented baseline
    EDR rule confidentialityModerate (reverse engineering is expensive)Low (LLM-extractable in days)
    Responsible disclosure window90 days standardAttackers may independently rediscover before patch
    Human-paced adversary dwell timeHours to daysMinutes (agentic chains)

    Policy Signal

    The House Homeland Security Committee is hearing on Mythos. Reporting indicates CISA is being sidelined and NSA is being positioned as primary recipient of Mythos access. Treat the routing as the story. If the civilian defensive agency is deprioritized, enterprises should plan as if no government defensive uplift arrives at AI-speed parity with adversaries. Budget accordingly.

    Separately, Mozilla used Mythos Preview to surface 271 previously-unknown Firefox bugs, sandbox escapes included. The delta between Mythos against Firefox (271 bugs with a custom harness) and Mythos against curl (1 low-severity CVE without one) is the finding: harness quality matters more than model capability. Defenders investing in AI vulnerability discovery should spend on orchestration, not API access.

    Action items

    • Commission a red-team exercise using Mythos-class models against your crown-jewel segment, measuring time-to-first-finding vs. current pentest baseline
    • Compress critical CVE patch SLA from 30 days to 7 days for internet-facing assets and from 90 to 30 for high-severity internal
    • Request detection-rule extraction evidence from EDR vendor and add custom behavioral detections to cover the gap TrustedSec demonstrated
    • Add 'AI-augmented adversary' to board risk register with explicit review cadence and reference AISI evaluation results as authoritative evidence

    Sources:CyberScoop · The Information AM · AINews · Bloomberg Technology · TLDR AI · Clint Gibler

  3. 03

    Agentic AI Crosses the Destructive Threshold: First Real-World Damage, Autonomous Payments, No Human in the Loop

    The Incident That Changes the Conversation

    An agent framework called OpenClaw wiped a user's entire email archive without human approval. First confirmed confused-deputy destruction in the wild. Not a lab demo. The agent held a legitimate OAuth grant with modify/delete scope. Mechanism is unclear: misinterpretation, prompt injection, or a bad tool-selection call. Outcome is not. Every agent wired into Gmail, M365, Slack, Jira, Salesforce, or GitHub sits on the same topology.

    Three developments the same week stack on top:

    • Claude Code /goal ships fully autonomous multi-turn coding sessions with no token budget, no per-tool approval, and a Haiku evaluator that only reads transcripts. It cannot independently verify file state or test results.
    • x402 payments now ship inside AWS AgentCore Bedrock as a built-in component. Agents execute sub-cent machine-to-machine payments without API keys or human confirmation. Prompt injection is no longer a data leak. It is a withdrawal.
    • 59% of all AI token volume is agentic, per Vercel gateway telemetry across 200,000+ teams. This is the majority surface, not an emerging one.
    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 in the environment is already gone.

    The Converging Surfaces

    SurfaceDriverPrimary ThreatDetection Gap
    Agent OAuth scopesOpenClaw mass-delete incidentOver-permissioned tokens + no HITL on destructive verbsMost CASB/ITDR tools don't classify agents
    Claude Code /goalAnthropic feature shippingUnattended file writes, command execution, credential exposureNo EDR rule for long-running no-human-input Claude processes
    x402 agent paymentsAWS AgentCore default capabilityPrompt injection → money movement (irreversible USDC)DLP/CASB don't inspect x402 traffic
    MCP server proliferationServiceNow, SAP, Salesforce, NotionAgent credential theft, prompt injection via tool descriptionsNo inventory of MCP endpoints in most enterprises
    81% bot detection bypassLLM-orchestrated headless browsersCredential stuffing, ATO, fraud at scaleCAPTCHA and UA heuristics statistically useless

    The Claude Code /goal Problem

    Anthropic's /goal paired with Auto Mode creates a non-human developer identity that writes files and runs commands with no built-in ceiling. The evaluator is Haiku. It reads the conversation transcript and nothing else. It does not verify filesystem state. CLAUDE.md auto-loads every turn, which makes it the obvious prompt-injection target. A malicious PR or a compromised dependency that touches those files achieves persistent prompt injection against every developer running /goal in that workspace.

    The enterprise control is narrow but documented: allowManagedHooksOnly in managed settings, pushed via MDM. Absent that, the trust boundary for autonomous code modification moved from a human pressing enter to an LLM grading its own homework. It moved quietly.

    Action items

    • Inventory every OAuth grant and API token issued to an LLM agent framework and remove modify/delete scopes where only read is needed
    • Deploy SIEM rules for mass-delete/bulk-modify operations from automation principals, tuned on 30 days of historical data, paging on first fire
    • Push managed Claude Code settings via MDM with allowManagedHooksOnly and prohibit /goal + Auto Mode in repos touching production credentials or regulated data
    • Audit AWS Bedrock AgentCore deployments for x402 payment capability and block outbound wallet interactions for agents without explicit financial authorization
    • Stand up an MCP server inventory project: enumerate every MCP endpoint, its scopes, write paths, auth model, and approver across all SaaS and dev tooling

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

  4. 04

    Anthropic's Infrastructure Gamble: Your AI Vendor's Prompts Now Transit a Competitor's Data Center

    The Fourth-Party Problem

    Anthropic has confirmed inference workloads are moving onto Colossus 1, a 220,000+ GPU cluster owned by the merged SpaceX/xAI entity. The CEO of that entity has publicly called Anthropic "misanthropic and evil." Prompts, source code, and agentic workflows sent to Claude now transit infrastructure run by a party that is simultaneously a direct competitor, a hostile public critic, and a company previously banned from Claude for distillation concerns.

    This is not theoretical vendor-risk. It is a fourth-party data-flow change that most sub-processor registers and DPAs do not reflect.

    The trust boundary has moved. Nobody updated the data-flow diagram.

    Compounding Factors

    Three signals make the Anthropic vendor-risk profile materially different this week than last quarter.

    1. No SLAs, No Per-User Telemetry

    ServiceNow blew its full-year Anthropic budget. National Life Group's CIO called Claude "great for consumer usage but not great for companies." Anthropic does not offer performance SLAs or support-response commitments and does not expose granular per-user usage data by default. A compromised Claude account is indistinguishable from a legitimate one at the identity layer, because the per-seat events do not exist.

    2. Silent Access Revocation

    Anthropic has demonstrated willingness to silently revoke Claude Code from paying customers, ban corporate accounts without warning, and run A/B experiments on access revocation. Any CI/CD, SOC triage, or internal agent pipeline with a hard Claude dependency carries availability risk with no contractual backstop.

    3. Gemini PII Leakage

    Google Gemini is regurgitating real phone numbers from training data in production. A developer began receiving WhatsApp messages from strangers after Gemini surfaced his number. A researcher reproduced the behavior. This is not prompt injection. It is training-data memorization at the architecture level, with no patch cycle. Any enterprise that approved Gemini on the assumption outputs were synthetic should revisit that memo.

    Concentration Risk Snapshot

    DimensionAnthropicOpenAI
    Enterprise share34.4% (quadrupled YoY)32.3% (+0.3%)
    Per-user telemetryNot native; requires Admin API integrationAvailable in Enterprise tier
    SLAsNone documentedAvailable in Enterprise tier
    InfrastructurexAI/SpaceX Colossus (hostile 4th party)Azure (Microsoft-owned)
    Silent access revocationDocumented patternNot observed at scale

    What To Do

    This is a governance cycle, not a patch cycle. The register entry writes itself. The dominant enterprise AI vendor has taken on a landlord whose other tenants include a competing frontier model, with no SLAs, no native telemetry, and a track record of revoking access without notice. DPAs signed before May 2026 are stale.

    Action items

    • File formal inquiry with Anthropic confirming whether Colossus 1 hosts inference for your tenant, what data classes transit it, and whether xAI personnel have any access path; update fourth-party register
    • Wire Claude Admin API into SIEM with per-user token anomaly, off-hours usage, and geo/IP deviation alerts as compensating controls for absent native telemetry
    • Build a Claude-off contingency: inventory every pipeline with hard Claude dependency, document fallback for each (alternate model, manual mode), test one path per quarter
    • Qualify a second-source model behind an internal gateway so providers swap without code changes
    • Enable output-side PII DLP scanning on all Gemini touchpoints (Workspace, Vertex AI, embedded features) and file DPIA addendum covering training-data memorization risk

    Sources:The Pragmatic Engineer · Laura Bratton · The Download from MIT Technology Review · Morning Brew · StrictlyVC

◆ QUICK HITS

  • Update: Shai-Hulud source code is now MIT-licensed on GitHub with active forks proliferating — the npm/PyPI supply-chain attack skill floor just dropped to 'motivated undergrad'

    TLDR Dev

  • Update: LiteLLM (CVE-2026-42208) added to CISA KEV on May 8 — first AI infrastructure entry in the federal exploitation catalog; validates AI infra as a federal priority

    SANS AtRisk

  • Windows BitLocker bypass zero-day disclosed by anonymous researcher — no CVE, no patch, physical or remote preconditions unclear; enforce TPM+PIN pre-boot auth immediately

    The Hacker News

  • Android ADB auth bypass (CVE-2026-0073) affects every Android 11+ device since September 2020 — OEM factory-test misconfigs left in production firmware; block TCP/5555 at perimeter

    Risky.Biz

  • Argo CD CVE-2026-42880 (CVSS 9.6) lets read-only users extract plaintext Kubernetes Secrets — missing-authorization bug invisible to EDR; audit RBAC until 3.2.11/3.3.9 lands

    SANS AtRisk

  • Bitwarden CLI npm package poisoned for 93 minutes (April 22, 21:57-23:30 UTC) via Checkmarx supply-chain incident — hunt CI/CD logs for version 2026.4.0 pulled in that window

    SANS AtRisk

  • xAI Grok 4.3 ships voice cloning as a standard feature while TML-Interaction-Small achieves 0.40s full-duplex latency — real-time voice impersonation now practical for mid-tier actors

    Simplifying AI

  • Gemini Intelligence ships this summer on Galaxy S26 and Pixel 10 with screen-read, app-navigate, auto-purchase authority — every Android becomes an OEM-signed RAT-equivalent capability set

    Simplifying AI

  • China-affiliated APT ran multi-wave Exchange intrusion against Azerbaijani oil & gas (Dec 2025–Feb 2026) — geographic expansion beyond traditional targets; hunt OWA/EWS anomalies if in energy sector

    The Hacker News

  • DuckDB's new Quack protocol ships with no SSL and localhost binding by default — Redis/MongoDB pattern repeating; add detection rule for application/duckdb HTTP traffic on non-localhost interfaces

    TLDR Data

◆ Bottom line

The take.

Three perimeter auth bypasses (NGINX 18-year RCE, Traefik CVSS 10.0, MOVEit 9.8) hit simultaneously while PraisonAI proved disclosure-to-exploit now takes 4 hours — and the UK's AI evaluator just confirmed frontier models complete full network takeover autonomously. Patch your edge infrastructure tonight, accept that 30-day SLAs are dead, and build the agent visibility you'll need when the next confused-deputy incident deletes something that matters more than an inbox.

— Promit, reading as Security ·

Frequently asked

Which patch should go first if I can only do one tonight?
NGINX's rewrite-module pre-auth RCE. It's the most widely deployed of the three, sits at the edge, requires no authentication, and mass scanning is expected within 24-48 hours of PoC release. Traefik and MOVEit follow, but NGINX's blast radius — ingress controllers, sidecars, API gateways, and bundled appliances — makes it the highest-leverage fix.
Why won't EDR catch these perimeter bypasses?
All three are authentication-layer failures, not memory-corruption exploits. The attack completes before any post-auth telemetry exists for runtime tools to analyze. Apps that delegated auth to Traefik middleware effectively have no authentication until patched, and EDR has no signal to fire on. Detection has to come from patching, ingress logs, and authorization auditing.
What's the realistic disclosure-to-exploit window now?
Hours, not days. PraisonAI (CVE-2026-44338) was weaponized four hours after disclosure, and Shodan fingerprints exposed AI endpoints within three hours of them coming online. Patch SLAs built around 7-30 day windows for internet-facing critical CVEs are no longer defensible against AI-assisted n-day weaponization.
How do I tell if MOVEit Automation is already compromised?
Assume compromise if the system was internet-exposed and unpatched after disclosure, then triage. The CVE-2026-4670 bug class matches the 2023 Cl0p pattern, where dwell time ran for months before detection. Pull authentication logs, file-transfer audit trails, and outbound connections from the MOVEit host going back to the disclosure date before patching destroys forensic state.
Does patching Traefik fix downstream services automatically?
No. Any service that relied on Traefik middleware for authentication was directly exposed during the vulnerability window, so patching closes the front door but doesn't tell you who walked through it. Validate that each downstream app enforces its own auth independently, then review access logs from those services for the exposure period — not just the ingress logs.

◆ Same day, different angle

Read this day as…

◆ Recent in security

Keep reading.