Incident Sprint: Cisco Zero-Day + Self-Replicating Supply Chain Worm — Two Concurrent Crises
Situation
Two incidents landed the same week and require parallel response. Cisco CVE-2026-20245 (CVSS 7.8) is under active exploitation in Catalyst SD-WAN Manager, with no vendor patch available. Separately, the Miasma worm — self-replicating, supply-chain — has propagated across 73 GitHub repositories inside four Microsoft-owned organizations. A parallel variant tracked as IronWorm has poisoned 50+ legitimate npm packages with a Rust-based information stealer.
This is not a patch cycle. It is compensating controls and forensic triage, in parallel.
Why Miasma Is Different from Prior Supply-Chain Attacks
Manual package poisoning has a linear blast radius. A worm has a compounding one. Every 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 precisely the credentials needed to push poisoned versions further down the dependency tree.
Microsoft's own GitHub organizations being hit signals that even platform owners cannot assume their internal repos are isolated from registry-level contagion.
Any organization consuming transitive dependencies from those repos has potential exposure. Self-replication means the IOC list is growing daily, not weekly.
Cisco SD-WAN: Management Plane Exposure
CVE-2026-20245 targets the management plane of Catalyst SD-WAN Manager — the centralized controller that pushes configuration to every branch router. Successful exploitation produces WAN-wide blast radius. With no patch available, the available options are architectural:
- Restrict admin and API interfaces to jump-host-only access via ACL.
- Enable enhanced audit logging and deploy hunt queries for anomalous session creation.
- Monitor configuration-push events originating from unauthorized sessions.
SolarWinds Serv-U (DoS, now on CISA KEV) adds a third item to the immediate queue. That one does have a fix available.
Cross-Incident Pattern
The thread connecting these events is straightforward: management and build infrastructure is the target. SD-WAN Manager controls the network. GitHub repos and npm packages control the software supply chain. Neither is a traditional endpoint. Both carry disproportionate blast radius when compromised. Detection engineering has historically under-invested in both planes, and the adversaries have noticed.
What to do
Restrict Cisco Catalyst SD-WAN Manager admin interfaces to jump-host-only ACL access and enable full audit logging immediately
Run emergency npm/GitHub dependency audit: identify any packages installed or updated in the last 14 days matching Miasma/IronWorm IOC lists
Rotate all CI tokens, npm publish tokens, GitHub PATs, and cloud credentials touched by any build job that consumed suspect packages
Patch SolarWinds Serv-U instances and document against BOD 22-01 timelines
Inventory FFmpeg usage across services, containers, client apps, and browser-side WASM builds this sprint