Synthesized by Clarity (Claude) from 16 sources · May contain errors — spot one? [email protected] · Methodology →
Miasma Worm Hits npm Graphs and SD-WAN Control Planes
- Sources
- 16
- Words
- 1,071
- Read
- 5min
Topics Agentic AI AI Capital AI Regulation
◆ The signal
Your dependency graph and SD-WAN management plane both need emergency triage today — this is not a patch cycle, it's an incident sprint.
◆ INTELLIGENCE MAP
Intelligence map
01 Dual No-Patch Active Exploitation: Cisco SD-WAN + Miasma Supply-Chain Worm
act nowCisco Catalyst SD-WAN Manager CVE-2026-20245 (CVSS 7.8) is actively exploited with zero patch available — compensating controls only. Simultaneously, the Miasma worm self-replicates through GitHub/npm, poisoning 73 Microsoft repos and 50+ packages with credential-harvesting payloads. Both events demand same-day response.
- Cisco CVSS
- Poisoned npm pkgs
- MS GitHub orgs hit
- Patch available
02 AI-Discovered Zero-Days Structurally Outpace Vendor Patches
monitorA single AI agent found 21 FFmpeg zero-days in one research cycle. Project Glasswing expanded to 150 critical-infrastructure companies. Weaponized AI tooling is now commodity inventory on ransomware forums. The discovery-to-patch window is widening structurally — patch SLAs are no longer the correct defensive metric.
- Glasswing companies
- FFmpeg 0-days
- Discovery method
- HF installs at risk
- AI discovery (1 cycle)21 vulns
- Vendor patch capacity3 vulns-86%
03 LLM-Mediated Identity Attacks Go Live: Meta AI Chatbot Hijacks Accounts
monitorAttackers socially engineered Meta's AI chatbot into changing email addresses on high-profile Instagram accounts — the first clean public demonstration of prompt-as-privilege-escalation against a named platform. OpenAI shipped Lockdown Mode in response to prompt-injection exfiltration. Anthropic has a suspected cross-tenant output exposure under investigation.
- AI platforms affected
- HuggingFace installs
- NVD backlog status
- 01Meta (account takeover)Exploited in wild
- 02Anthropic (cross-tenant)Under investigation
- 03OpenAI (shipped mitigation)Lockdown Mode live
- 04HuggingFace (RCE)Patch required
04 Agent-Scale Code Supply Chain: 17M PRs/Month Overwhelms Human Review
monitorGitHub processed 17 million agent-generated pull requests in March 2026. Copilot moved to usage-based billing June 1, making stolen developer credentials a financial DoS vector. The review pipeline designed for human-authored code is now filtering machine output at machine volume — and losing.
- Agent PRs (March)
- Billing model
- Billing start
- Human PRs (est.)5M/mo
- Agent PRs (March 2026)17M/mo+240%
05 IBM Breach Cover-Up Allegations + NVD Strategic Failure
backgroundAn IBM whistleblower alleges multiple undisclosed data breaches. Separately, the Commerce IG officially cited NIST's NVD backlog as a strategic-planning failure. Both degrade the foundational trust infrastructure defenders depend on — vendor disclosure integrity and vulnerability metadata reliability.
- NVD status
- IBM allegation
- Verification
- NVD data reliability35
◆ DEEP DIVES
Deep dives
01 Miasma Worm + Cisco SD-WAN Zero-Day: Two Simultaneous Incidents Requiring Same-Day Response
act nowSituation
Two critical-severity events landed concurrently. Cisco CVE-2026-20245 (CVSS 7.8) in Catalyst SD-WAN Manager is under active exploitation with no vendor patch available. Separately, the Miasma worm, a self-replicating supply-chain attack, compromised 73 GitHub repositories across four of Microsoft's own organizations. A parallel variant, IronWorm, poisoned more than 50 legitimate npm packages with a Rust-based information stealer.
Worm propagation vs. manual poisoning
Manual package poisoning has a linear blast radius. A worm has a compounding one. Every install or CI run that pulls a contaminated package becomes a new propagation node. The Rust payload harvests CI tokens, .npmrc credentials, SSH keys, and developer environment secrets. Those are the exact credentials needed to push poisoned versions further downstream.
Microsoft's own GitHub organizations being compromised signals that even platform owners cannot assume their internal repos are isolated from registry-level contagion.
The Cisco problem
CVE-2026-20245 targets the management plane of Catalyst SD-WAN. A successful exploit gives WAN-wide blast radius across every branch connected to that manager. No patch timeline has been announced. Defenders are operating in pure compensating-controls mode against an internet-adjacent administrative surface.
Cross-incident amplification
These are not independent problems. A developer workstation compromised by the Miasma npm payload that also holds VPN credentials to an SD-WAN management interface creates a chained exploitation path from supply chain to network infrastructure. The first hunt set is any overlap between Miasma-exposed CI environments and SD-WAN administrative access.
SolarWinds Serv-U
CISA added a SolarWinds Serv-U DoS flaw to KEV under active exploitation. A patch is available. The BOD 22-01 clock is running for federal contractors.
Action items
- Restrict Cisco SD-WAN Manager admin/API access to jump-host-only via ACL and enable full audit logging today
- Run emergency npm/GitHub dependency audit against published Miasma/IronWorm IOC lists for any packages installed in the last 14 days
- Rotate all CI tokens, GitHub PATs, npm publish tokens, and cloud credentials touched by any suspect build pipeline within 48 hours
- Patch SolarWinds Serv-U immediately if in environment; document against BOD 22-01 timelines
Sources:Cisco SD-WAN zero-day with no patch + Miasma worm in Microsoft's own GitHub orgs
02 The AI Stack Is Now the Attack Surface: Meta Account Takeover, HuggingFace RCE, and the MCP Exposure
monitorThree AI Platforms, Three Different Failure Modes, One Pattern
This week produced the first clean public demonstration of LLM-mediated privilege escalation against a named platform. Actor: unattributed. Target: high-profile Instagram accounts. Mechanism: social-engineer Meta's AI chatbot into changing the account email. Scope: bypassed human review, rate-limit logic, and the traditional account-recovery threat model. The chatbot performed a privileged identity action a human agent would have flagged.
In parallel, Hugging Face Transformers disclosed an RCE exploitable via crafted model configuration files. Most pipelines treat that file as inert metadata. The package has 2.2 billion installs. Successful exploitation lands silently on GPU-accelerated inference hosts, historically the worst-instrumented boxes in the enterprise.
Claude Code's MCP integration layer has known weaknesses in the connector that ties model clients to tools and data. A vulnerability in the MCP client is a vulnerability in everything the client was trusted to touch: source code, secrets, local filesystem, cloud credentials.
Anthropic Cross-Tenant Exposure
Publicly: nothing. Not publicly: a suspected cross-tenant output exposure at Anthropic is under investigation, which would mean prompts, RAG context, and tool outputs on shared inference infrastructure leaked between customers. No CVE, no advisory, no named victim yet. Treat as a live vendor-incident review and preserve all Claude API call logs from the suspected window.
OpenAI Lockdown Mode: Amputation, Not a Cure
OpenAI shipped Lockdown Mode globally. It is the first vendor-shipped, user-toggleable mitigation against prompt injection, and it works by removing capabilities. Disabled: Deep Research, Agent Mode, internet image fetch, file downloads. Read it as an admission that prompt injection has no clean technical fix. Available on personal accounts. Enterprise/Team tenants not explicitly covered in rollout.
Every LLM connected to a tool that mutates identity, money, or data is now a Tier-1 attack surface. The Meta/Instagram hijack is the proof of concept the board will hear about next.
The Convergence
Four sources flag the same structural pattern: trust boundaries that used to be implicit are now exploitable. The model config was not supposed to be executable. The MCP server was not supposed to read ~/.aws/credentials. The AI support chatbot was not supposed to bypass identity-proofing. Each violates a developer mental-model assumption. That is why they work.
Action items
- Audit every LLM-fronted support, helpdesk, and IAM self-service flow for ability to mutate identity state (email, phone, MFA, password reset) this week
- Inventory all hosts running Hugging Face Transformers and pin to patched version; block loading of untrusted model configs from the Hub at egress proxy
- Require MCP servers to be allowlisted, signed, and run with least-privilege — no wildcard filesystem or shell access — within 30 days
- Open vendor incident review with Anthropic: request RCA and tenant-list confirmation for suspected cross-tenant exposure; preserve all Claude API logs from the affected window
Sources:Two disclosures, one surface. The HuggingFace remote code execution affects a library footprint reported at 2.2 billion installs. · The claim: Meta's AI chatbot has been characterized as an account-takeover vector. · Three items on the desk this week. The NSA and Anthropic arrangement some are calling Mythos. · Two items this week, weighted differently.
03 21 FFmpeg Zero-Days in One AI Cycle: The Patch-Gap Economy Is Now Structural
monitorThe Discovery-to-Patch Gap Has Become a Market Structure
An AI agent at a security startup autonomously surfaced 21 zero-day vulnerabilities in FFmpeg in one research cycle. Anthropic's Project Glasswing now covers 150 critical-infrastructure companies. Weaponized AI tooling has moved off research blogs and onto ransomware forums as a commodity SKU with vendor-style support. The assumption underneath every patch SLA — that a fix exists when the bug becomes public — is no longer reliable.
Scale of the FFmpeg Problem
FFmpeg is not niche. It ships inside every video processing pipeline in practical use: Slack, browser-side wasm builds, ML preprocessing, container base images, desktop clients. Most asset inventories cannot tell you where it runs. Twenty-one zero-days is twenty-one head starts for exploit development before any patch lands.
The Offensive Ceiling Moved
Publicly: Anthropic is paying $1.25B/month for compute at Colossus 1. Reported by multiple sources, not officially confirmed: roughly 6 Anthropic engineers embedded at the NSA, deploying the Mythos model for offensive operations. The same model family in Claude production integrations is being pointed at nation-state targets. Trickle-down to financially motivated actors historically takes 12 to 24 months.
Patch SLAs are no longer the right defensive metric. AI-driven discovery has structurally outpaced vendor remediation, and security architecture needs to assume the patch may never arrive on time.
What the Commerce IG Adds
The Commerce Inspector General has formally labeled NIST's NVD backlog a strategic-planning failure. The canonical source of vulnerability metadata is running behind the disclosure curve at the moment discovery is accelerating. Scanners that depend on NVD for CVSS, CPE matching, or CWE classification have silent coverage gaps on recent CVEs. Not a future risk. A current one.
The Defensive Pivot
This is not another CVE to chase. The control hierarchy has to move. Virtual patching — WAF, RASP, IPS, runtime exploit prevention — graduates from compensating control to primary control. Run the tabletop now: "Critical RCE disclosed in a tier-1 vendor. No patch for 30 days. PoC public within 48 hours." Isolation, customer comms, regulator notification — decide those before the clock starts, not during.
Action items
- Inventory all FFmpeg usage across the stack (services, container images, client apps, browser wasm, ML preprocessing) within 14 days
- Audit virtual-patching coverage (WAF, RASP, IPS) across internet-facing assets and tier-1 vendor software; identify gaps where no compensating control exists if a zero-day drops
- Diversify vulnerability intelligence beyond NVD: ingest CISA KEV, EPSS, GitHub Security Advisories, and vendor PSIRTs directly; flag CVEs with stale or missing NVD enrichment
- Run tabletop: 'Critical RCE in tier-1 vendor, no patch 30 days, PoC public in 48 hours' — pre-bake isolation, customer comms, and regulator notification decisions
Sources:Cisco SD-WAN zero-day with no patch + Miasma worm in Microsoft's own GitHub orgs · AI vulnerability discovery is outpacing vendor patches — your exposure window just widened · Two disclosures, one surface. The HuggingFace remote code execution affects a library footprint reported at 2.2 billion installs.
◆ QUICK HITS
Quick hits
IBM whistleblower alleges multiple undisclosed data breach cover-ups — if IBM is in your supply chain, request written attestation and review notification clauses now
Three items on the desk this week. The NSA and Anthropic arrangement some are calling Mythos.
OpenAI merging Codex into ChatGPT — DLP/CASB rules scoped to coding-tool endpoints will go blind as developer traffic shifts to general chat surface
Two shifts this week. Neither is a breach. Both change the threat surface a SOC has to defend.
GitHub processed 17M agent-generated pull requests in March 2026 alone; Copilot moved to usage-based billing June 1, making stolen developer tokens a financial DoS vector
GitHub is now seeing seventeen million agent-authored pull requests per month.
Cloudflare reports bots now outnumber humans on the open web — residential-IP reputation as a sole trust signal is no longer defensible for WAF/bot-defense
The claim: Meta's AI chatbot has been characterized as an account-takeover vector.
Bright Data iOS SDK turns consumer apps and smart TVs into web-scraping exit nodes — expect credential stuffing from consumer ASNs that bypass datacenter-IP blocklists
Cisco SD-WAN zero-day with no patch + Miasma worm in Microsoft's own GitHub orgs
Update: Claude Code bypassPermissions and dontAsk modes disable all interactive approval for tool calls and shell commands — publish explicit ban on prod-credentialed endpoints via MDM/EDR
Two surfaces worth naming. Claude Code's bypassPermissions mode and Google's TPU 8i.
Princeton ICML 2026 study finds GPT 5.5, Gemini 3.1 Pro, and Claude Opus 4.7 are not meaningfully more reliable than predecessors — do not retire human-in-the-loop gates based on model version upgrades
Two items this week, weighted differently.
◆ Bottom line
The take.
A self-replicating worm has infected Microsoft's own GitHub repos and 50+ npm packages while Cisco's SD-WAN zero-day sits under active exploitation with no patch — and the discovery engine behind the next wave of zero-days is an AI agent that found 21 FFmpeg vulnerabilities in a single cycle. The AI development pipeline is simultaneously the weapon finding the bugs, the target hosting the worms, and the attack surface enabling account takeovers through social-engineered chatbots. Treat the next seven days as an incident sprint.
Frequently asked
- What is the Miasma worm and why is self-replication the critical differentiator?
- Miasma is a self-replicating supply-chain worm that has compromised 73 GitHub repositories across four Microsoft organizations, with a parallel variant (IronWorm) poisoning over 50 npm packages using a Rust-based information stealer. Unlike manual package poisoning, which has a linear blast radius, every install or CI run that pulls a contaminated package becomes a new propagation node. The payload harvests CI tokens, .npmrc credentials, SSH keys, and developer secrets — the exact credentials needed to push poisoned versions further downstream.
- With no patch available for Cisco CVE-2026-20245, what compensating controls should be applied today?
- Restrict Catalyst SD-WAN Manager admin and API access to jump-host-only via ACL, and enable full audit logging immediately. The vulnerability (CVSS 7.8) is under active exploitation on the management plane, giving successful exploits WAN-wide blast radius across every connected branch. Until Cisco ships a fix, network segmentation and administrative-surface isolation are the only available controls.
- How could the Miasma and Cisco SD-WAN incidents chain together?
- A developer workstation compromised by the Miasma npm payload that also holds VPN or admin credentials to an SD-WAN management interface creates a direct chained exploitation path from supply chain to network infrastructure. The first hunt set should be any overlap between Miasma-exposed CI environments and SD-WAN administrative access — those users need credential rotation and session invalidation before anything else.
- Which credentials must be rotated, and on what timeline?
- Rotate all CI tokens, GitHub personal access tokens, npm publish tokens, and cloud credentials touched by any suspect build pipeline within 48 hours. The worm's payload is purpose-built to harvest these specific secrets to propagate further, so any credential present in an affected build environment during the exposure window must be treated as compromised, not merely suspect.
- Is there anything else on the KEV list that needs same-day attention?
- Yes — CISA added a SolarWinds Serv-U denial-of-service flaw to the Known Exploited Vulnerabilities catalog under active exploitation. Unlike the Cisco issue, a vendor patch is available, so remediation is straightforward. The BOD 22-01 compliance clock is running for federal agencies and contractors, so patch and document against the mandated timeline.
◆ Same day, different angle
Read this day as…
◆ Recent in security
Keep reading.
- GPT-Red Beats Human Red Teams 84% to 13% on Frontier LLMs
- SonicWall SMA1000 CVSS 10 Zero-Day Under Active Exploitation
- Entra ID OAuth Client-ID Spoofing Sprays Hide in AADSTS Noise
- FSB Center 16 Exploits 18-Year-Old Cisco Flaw in Critical Infra
- Dormant GitHub Account Ships One-Click LoadMaster RCE Kit
Spot an error? [email protected]