Security daily

Synthesized by Clarity (Claude) from 16 sources · May contain errors — spot one? [email protected] · Methodology →

Cisco SD-WAN CVE-2026-20245 Lands as Miasma Worm Hits npm

Sources
16
Words
1,486
Read
7min

Topics Agentic AI AI Capital AI Regulation

◆ The signal

Simultaneously, the Miasma self-replicating worm has infiltrated 73 Microsoft-owned GitHub repositories and 50+ npm packages, meaning your dependency graph likely ingested malicious code this week.

◆ INTELLIGENCE MAP

Intelligence map

  1. 01

    Active Exploitation with No Patch: Cisco SD-WAN + SolarWinds KEV

    act now

    Cisco CVE-2026-20245 is actively exploited in Catalyst SD-WAN Manager with zero patches available — pure compensating-controls posture on an internet-adjacent management plane. SolarWinds Serv-U DoS flaw simultaneously added to CISA KEV. Both require same-day action.

    7.8
    CVSS, no patch available
    1
    source
    • Cisco CVSS
    • Patch status
    • KEV additions
    • Chrome bugs fixed
    1. 01Cisco SD-WAN (no patch)7.8
    2. 02SolarWinds Serv-U (KEV)7.5
    3. 03HF Transformers RCE9.8
    4. 04Chrome 429 bugs429
  2. 02

    Self-Replicating Supply-Chain Worms Meet Agent-Scale Code Velocity

    act now

    Miasma worm compromised 73 Microsoft GitHub repos across 4 orgs plus 50+ npm packages with a Rust-based info stealer. In parallel, GitHub processed 17M agent-authored PRs in March 2026 alone. The worm propagates through the same CI pipelines now overwhelmed by machine-speed code. Human review is structurally unable to keep up.

    17M
    agent PRs per month
    2
    sources
    • MS repos compromised
    • npm packages poisoned
    • Agent PRs (March)
    • MS orgs affected
    1. Agent PRs/month17M
    2. MS repos hit73
    3. npm packages poisoned50+
    4. FFmpeg 0-days21
  3. 03

    LLM-Mediated Privilege Escalation Hits Production

    monitor

    Meta's AI chatbot was socially engineered into changing email addresses on high-profile Instagram accounts — the first confirmed production exploitation of prompt-as-privilege-escalation. Claude Code's MCP layer and bypassPermissions mode expose the same class of flaw across developer tooling. Any LLM wired to identity-mutation tools is now a Tier-1 attack surface.

    4
    sources
    • Claude Code risk modes
    • MCP detection maturity
    • Bots vs humans online
    1. 01LLM support/IAM flows95
    2. 02Claude Code MCP85
    3. 03Consumer AI memory70
    4. 04Local agents on endpoints60
  4. 04

    AI Vendor Platform Security Fracturing

    monitor

    Anthropic has a suspected cross-tenant output exposure. IBM faces whistleblower allegations of breach cover-ups. OpenAI shipped Lockdown Mode — an admission prompt injection is exploited in the wild. Princeton confirms GPT 5.5, Gemini 3.1 Pro, and Claude Opus 4.7 are not measurably more reliable than predecessors. Vendor trust assumptions are degrading across the board.

    3
    major vendors with incidents
    4
    sources
    • HF Transformers installs
    • Anthropic leak
    • IBM breaches alleged
    • Reliability improvement
    1. Anthropic75cross-tenant leak
    2. OpenAI65Lockdown Mode ship
    3. IBM40breach cover-up
    4. HuggingFace55RCE via config
  5. 05

    NVD Degradation Compounds AI-Accelerated Vulnerability Discovery

    background

    Commerce IG formally indicted NIST's NVD backlog as a strategic-planning failure — the canonical source of vulnerability metadata your scanners depend on is unreliable. Simultaneously, AI agents discovered 21 FFmpeg zero-days in a single research cycle. More vulns being found, less data to triage them. The structural gap is permanent.

    21
    FFmpeg 0-days, one cycle
    3
    sources
    • FFmpeg 0-days found
    • Glasswing expansion
    • NVD status
    • Discovery-to-patch
    1. AI discovery rate21 0-days/cycle+accelerating
    2. NVD processing3 days behind-backlogged

◆ DEEP DIVES

Deep dives

  1. 01

    Miasma Worm + 17M Agent PRs: Your Code Supply Chain Is Under Compound Assault

    act now

    Two Trends Colliding at Scale

    The Miasma self-replicating worm compromised 73 GitHub repositories across four Microsoft-owned organizations this week. A parallel variant plus the related IronWorm campaign poisoned more than 50 legitimate npm packages with a Rust-based information stealer. Meanwhile, GitHub disclosed that 17 million agent-generated pull requests were processed in March 2026 alone — a single month, a single platform.

    These are not two separate stories. They are the same attack surface. The worm propagates through the same CI pipelines that are now processing code at a velocity human reviewers cannot service. Every install or CI run that pulls a contaminated package becomes a new propagation node. The compounding blast radius of worm logic is meeting an environment where review fatigue is structural, not anecdotal.


    Why This Is Different from Package Poisoning

    Manual package poisoning has a linear blast radius. You compromise one package, it infects consumers of that package. A worm has a compounding one. The Rust-based info-stealer payload harvests exactly the credentials needed to push poisoned versions further: CI tokens, .npmrc credentials, SSH keys, and GitHub PATs. Each compromised developer workstation or CI runner becomes a launch point for the next wave.

    Microsoft's own GitHub organizations being hit signals that even platform owners cannot assume internal repos are isolated from registry-level contagion. Set this against the agent-PR backdrop: code review pipelines built for thousands of human PRs are now filtering machine output at machine volume. The human reviewer reads the diff, not the lockfile.

    Self-replicating worm logic has arrived in package ecosystems at the same moment human review capacity was overwhelmed by agent-authored code. The window between compromise and detection is widening on both sides.

    The Financial Attack Surface Compounds It

    GitHub Copilot moved to usage-based billing on June 1, 2026 with semantic routing across frontier models. A compromised developer credential no longer just leaks code — it spends money. A stolen PAT looped against an agent endpoint is a financial denial-of-service with a real invoice. Most SOCs do not alert on Copilot spend anomalies.

    Cross-Source Pattern

    The Miasma campaign targets developer credentials. Copilot's new billing model makes those credentials financially exploitable. Agent-authored PRs make the insertion of malicious code harder to spot. These three vectors feed each other in a loop that conventional SAST/SCA tooling was not designed to interrupt.


    Immediate Actions

    Run an emergency dependency audit: identify any npm packages installed or updated in the last 14 days matching the Miasma/IronWorm IOC lists. Rotate CI tokens, npm publish tokens, GitHub PATs, and cloud credentials touched by suspect builds. Enforce npm ci with locked versions and enable provenance verification. Gate agent-authored PRs with mandatory SAST, secret-scan, SCA, and dependency-confusion checks at the branch-protection level. Reclassify Copilot tokens as financially sensitive credentials with short TTL, conditional access, and spend alerting.

    Action items

    • Diff SBOM against Miasma/IronWorm IOC lists and quarantine any matching packages installed in the last 14 days
    • Rotate all npm publish tokens, GitHub PATs, and CI runner cloud credentials touched by suspect builds
    • Enforce branch protection requiring SAST + secret-scan + SCA on all agent-tagged PRs before merge
    • Add Copilot spend-anomaly detection (off-hours spikes, model-tier escalation, geographic outliers on PAT use) to SIEM

    Sources:Cisco SD-WAN zero-day with no patch + Miasma worm in Microsoft's own GitHub orgs · GitHub is now seeing seventeen million agent-authored pull requests per month

  2. 02

    LLM as Privilege Escalation Vector: From Research Demo to Instagram Account Takeovers

    monitor

    The First Clean Proof of Concept Against a Named Platform

    The actor is unattributed. The target was high-profile Instagram accounts. The mechanism: attackers socially engineered Meta's AI chatbot into changing the account email on the credential-reset path, an LLM that treated the exchange as support rather than identity proofing. No account was breached in the traditional sense. The chatbot did the breach on the attacker's behalf.

    In MITRE ATLAS terms, LLM Prompt Injection to Privilege Escalation via Tool Use. In ATT&CK, Account Manipulation (T1098) and Account Access Removal (T1531), executed through a non-human intermediary. The technique is no longer theoretical.


    The Pattern Generalizes

    This is not a Meta-specific defect. It is the default architecture shipped across consumer AI features for the last 18 months: an assistant bolted onto a product that already holds session tokens and recovery flows, inheriting trust it was never scoped to carry.

    SurfaceEvidenceBlast Radius
    LLM-fronted support/IAMMeta Instagram — exploited in the wildAny identity action the chatbot can trigger
    Claude Code MCP connectorsDocumented weaknesses — unpatchedSource code, secrets, local filesystem, cloud creds
    Claude Code bypassPermissionsShips as a selectable mode — no CVE neededFull shell access on dev workstation
    ChatGPT with memory/dossiersChatGPT now stores narrative user profilesPersistent shadow data exfiltration

    The conclusion converges from multiple sources. Any LLM wired to a tool that mutates identity, money, or data is a Tier-1 attack surface. The MCP protocol behind Claude Code's tool access has known security weaknesses with no disclosed patch timeline. Claude Code's bypassPermissions and dontAsk modes suppress interactive approval for shell commands, which turns the agent into an unmonitored insider on any machine carrying production credentials.

    The Instagram hijack is the proof of concept the board will hear about next. Every LLM-fronted identity flow is now in scope for the same attack pattern at machine speed.

    Why Traditional Controls Fail

    The attacker did not need credentials, a phishing kit, or an MFA bypass. They needed conversational patience, and automation supplies that at infinite scale. Abuse cases authored for human social engineers have to be re-run against a counterpart that is more polite, more patient, and available 24/7. Rate-limit logic tuned for human cadence is structurally insufficient against automated prompt-injection campaigns.

    OpenAI shipping Lockdown Mode globally is the clearest vendor admission that prompt-injection-driven exfiltration is a live attack chain, not a research curiosity. Lockdown Mode works by amputating capabilities: disabling Deep Research, Agent Mode, internet image fetch, and file downloads. That is an honest concession that no clean technical fix for prompt injection exists yet.


    Convergence with Bot Majority

    Cloudflare now reports that bots outnumber humans on the open web. Combine that with LLM-mediated attacks that need only API calls and patience, and automated identity-manipulation attempts against any LLM-fronted service are set to rise by orders of magnitude. Bright Data's residential-proxy SDK, which turns consumer devices into exit nodes, further erodes IP-reputation defenses.

    Action items

    • Audit every LLM-fronted customer support, helpdesk, and IAM self-service flow for ability to mutate identity state — require human-in-the-loop or out-of-band verification for any recovery action
    • Publish a Claude Code permissions policy banning bypassPermissions and dontAsk modes on any endpoint with production credentials; enforce via MDM/EDR detection of config flags
    • Mandate ChatGPT Lockdown Mode for executive, legal, M&A, and IR users via tenant policy; update AI acceptable-use policy to document capability trade-offs
    • Add prompt injection, jailbreak, and AI-mediated privilege escalation to quarterly red-team scope for any product surface using LLMs with tool access

    Sources:Matthias from THE DECODER · CSO Update · ByteByteGo · Techpresso · AINews

  3. 03

    AI Vendor Trust Model Failing: Cross-Tenant Leaks, Breach Cover-Ups, and Reliability Plateaus

    monitor

    Three Vendor Trust Failures in One Cycle

    Three distinct trust-degradation events at AI vendors this cycle:

    1. Anthropic: suspected cross-tenant output exposure during an outage. Consistent with multi-tenant isolation failure in the inference path. Unconfirmed. Same bug class demonstrated against Copilot and Gemini earlier this year.
    2. IBM: a former cyber executive, now whistleblower, alleges the company covered up multiple data breaches. Vendor-declined-to-surface is a different category from disclosed-late. If the framing holds, regulator questions follow.
    3. OpenAI: shipped Lockdown Mode globally and mass-suspended accounts in an operational incident. Lockdown Mode is a positive defensive signal. The suspension event is identity-ops immaturity at a Tier-1 vendor.
    Every major AI platform vendor has logged at least one credible cross-tenant or prompt-injection incident in the last twelve months. AI vendor trust is an operational assumption requiring continuous verification. It is not a procurement checkbox.

    Reliability Is the Silent Risk

    Princeton's ICML 2026 evaluation concludes that GPT 5.5, Gemini 3.1 Pro, Gemini 3.5 Flash, and Claude Opus 4.7 are not meaningfully more reliable than their predecessors. Vendors imply each generation is more trustworthy. Independent measurement disagrees. Any governance policy that approved use cases on "we'll use the latest model" treated a marketing claim as a control.

    This intersects with the Meta account-takeover incident. Models are not getting better at distinguishing legitimate requests from social engineering. Reliability ceilings have to be enforced outside the LLM: deterministic validators, human-in-the-loop gates, idempotency on irreversible actions.


    The NVD Backstop Is Gone

    The Commerce Inspector General formally indicted NIST's NVD backlog as a strategic-planning failure. The canonical source of vulnerability metadata that scanners depend on is running behind the disclosure curve. VM programs that rely on NVD for CVSS, CPE matching, or CWE classification are accumulating silent coverage gaps on recent CVEs. Most teams will find out in a post-incident review.

    Feeds to promote to primary: CISA KEV for exploitation-driven prioritization, EPSS for probabilistic scoring, GitHub Security Advisories, which often beat NVD on OSS, and direct vendor PSIRT feeds.


    Sources Diverge on Severity

    One source treats the Anthropic leak as confirmed and actionable. Another treats it as rumor-level, noting the chatter mill has been wrong about Anthropic before, and early before that. Both are honest positions. The defensive posture does not change. Preserve Claude API call logs for the suspected window. Classify by data sensitivity. Pre-position legal counsel on notification timers before the picture confirms. Acting on ambiguity is cheaper than acting after breach-notification deadlines pass.

    IBM: Vendor-Risk Event Triggers

    The IBM allegation implicates breach-notification clauses, GDPR Art. 33/34 processor duties, SOC 2 vendor management controls, and SEC Item 1.05 disclosure for public customers downstream. The allegation may not hold. A written attestation request costs nothing and documents due diligence if it does.

    Action items

    • Open vendor incident review with Anthropic: request RCA, scope, and tenant-list confirmation; preserve all Claude API/Cowork call logs from the suspected outage window
    • Initiate IBM vendor risk re-attestation: pull all contracts, identify breach-notification clauses, request written statement on whistleblower allegations
    • Diversify vulnerability intelligence beyond NVD: ingest CISA KEV, EPSS, GitHub Security Advisories, and vendor PSIRTs directly; flag CVEs with stale NVD enrichment
    • Add explicit 'model reliability ceiling' clause to AI use-case approvals: any workflow making irreversible decisions requires deterministic validation outside the LLM

    Sources:AINews · Techpresso · CSO Update · AI vulnerability discovery is outpacing vendor patches · The Information

◆ QUICK HITS

Quick hits

  • Cisco CVE-2026-20245 (CVSS 7.8) actively exploited in Catalyst SD-WAN Manager with no patch — restrict admin interfaces to jump-host ACL and enable enhanced session-creation logging today

    Cisco SD-WAN zero-day with no patch + Miasma worm in Microsoft's own GitHub orgs

  • SolarWinds Serv-U DoS flaw added to CISA KEV under active exploitation — patch immediately or document against BOD 22-01 timelines

    Cisco SD-WAN zero-day with no patch + Miasma worm in Microsoft's own GitHub orgs

  • 21 FFmpeg zero-days discovered by a single AI agent in one research cycle — inventory FFmpeg usage across services, containers, and client apps before patches stage

    Cisco SD-WAN zero-day with no patch + Miasma worm in Microsoft's own GitHub orgs

  • OpenAI Lockdown Mode now available on all personal accounts — disables Deep Research, Agent Mode, image fetch, and file downloads to blunt prompt-injection exfiltration

    Techpresso

  • OpenAI collapsing Codex into ChatGPT — DLP/CASB rules scoped to coding-tool endpoints will go blind when developer traffic moves to general chat surface

    The Information

  • Bright Data iOS SDK turns consumer apps and smart TVs into web-scraping exit nodes — residential-IP reputation as a sole trust signal is now degraded

    Cisco SD-WAN zero-day with no patch + Miasma worm in Microsoft's own GitHub orgs

  • GitHub Copilot switched to usage-based billing June 1 — a stolen PAT looped against an agent endpoint is now a financial denial-of-service with a real invoice

    GitHub is now seeing seventeen million agent-authored pull requests per month

  • Anthropic deployed ~6 engineers at NSA running Mythos for offensive cyber operations under Project Glasswing — assume nation-state phishing fluency and exploit synthesis uplifted within 12-24 months for financially-motivated actors

    Techpresso

◆ Bottom line

The take.

A self-replicating worm inside Microsoft's own GitHub organizations, a Cisco SD-WAN zero-day under active exploitation with no patch, and Meta's AI chatbot hijacking Instagram accounts all went active in the same cycle — the code supply chain, the network edge, and the LLM-mediated identity layer are under simultaneous attack, and the NVD backstop your scanners depend on was just formally declared broken by its own inspector general.

— Promit, reading as Security ·

Frequently asked

How do I check if my codebase ingested Miasma or IronWorm this week?
Diff your SBOM against published Miasma/IronWorm IOC lists, focusing on any npm packages installed or updated in the last 14 days across dev workstations and CI runners. Quarantine matches immediately and treat any build touching them as suspect. Because the payload harvests npm publish tokens, GitHub PATs, and CI cloud credentials, rotate those before restoring pipelines.
Is the Cisco Catalyst SD-WAN Manager CVE-2026-20245 patched, and what should I prioritize?
Treat CVE-2026-20245 (CVSS 7.8) as a local-privilege-escalation risk against the SD-WAN Manager control plane and apply Cisco's advisory guidance as soon as fixed builds are available. In the interim, restrict management-plane access to bastioned admin networks, audit local accounts on Manager nodes, and correlate with EDR telemetry. Prioritize alongside the Miasma response since both target the same operator credentials.
Why treat the Meta Instagram chatbot incident as relevant to my environment?
Because the exploited pattern — an LLM wired to identity-mutating tools without out-of-band verification — is the default architecture across most consumer and enterprise AI features shipped in the last 18 months. Any support bot, IAM self-service agent, or copilot that can trigger account recovery, entitlement changes, or credential resets is vulnerable to the same conversational-privilege-escalation technique.
What should I do about the suspected Anthropic cross-tenant leak if it isn't confirmed?
Act on ambiguity: preserve Claude API and Cowork call logs for the suspected outage window, classify prompts and outputs by data sensitivity, and pre-brief legal counsel on notification timers. Request an RCA and tenant-scope statement from Anthropic in writing. Waiting for confirmation risks missing GDPR Art. 33 and contractual breach-notification windows if the incident hardens.
Can I still rely on NVD for vulnerability prioritization?
No — the Commerce Inspector General formally called the NVD backlog a strategic-planning failure, meaning recent CVEs may lack CVSS, CPE, or CWE enrichment your scanners depend on. Promote CISA KEV, EPSS, GitHub Security Advisories, and vendor PSIRT feeds to primary sources, and flag any CVE in your VM pipeline where NVD enrichment is stale or missing.

◆ Same day, different angle

Read this day as…

◆ Recent in security

Keep reading.

Spot an error? [email protected]