Cisco SD-WAN Zero-Day and Miasma Worm — Two Concurrent Critical Events Demand Incident Sprint
Situation
Two unrelated critical events, both live, both competing for the same analyst hours. Cisco disclosed active exploitation of CVE-2026-20245 (CVSS 7.8) in Catalyst SD-WAN Manager. No patch. In parallel, a self-replicating supply-chain worm called Miasma has compromised 73 GitHub repositories across four of Microsoft's own organizations. IronWorm has poisoned 50+ npm packages with a Rust-based information stealer.
Why This Is Different
The Cisco bug is a management-plane flaw on an internet-adjacent surface. Successful exploitation hands the attacker every branch and site managed by the compromised instance. There is no patch and no fix timeline. Compensating controls are the entire defense.
Miasma is the escalation we flagged as plausible after the npm incidents earlier this year. Self-replicating worm logic in package ecosystems means 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. That is the exact key ring needed to push poisoned versions further downstream. Microsoft's own repos were hit, which settles the question of whether platform owners are isolated from registry-level contagion. They are not.
Manual package poisoning has a linear blast radius. A worm has a compounding one. Every install becomes a new propagation node.
Compensating Controls for Cisco (Today)
- Restrict SD-WAN Manager admin and API interfaces to jump-host-only access via ACL.
- Enable enhanced audit logging. Deploy hunt queries for anomalous administrator session creation and configuration push events.
- Subscribe to Cisco PSIRT for patch notification.
- If possible, remove the management interface from direct internet exposure entirely.
Supply Chain Triage (This Week)
- Diff your SBOM against the published Miasma and IronWorm IOC lists.
- For any npm package installed or updated in the last 14 days from the affected set: rotate npm publish tokens, GitHub PATs, CI runner cloud credentials, and any secrets exposed to those builds.
- Enforce npm ci with locked versions. Enable provenance verification.
- Quarantine suspect packages at the proxy registry layer.
Separately, SolarWinds Serv-U was added to CISA KEV under active exploitation. Patch immediately if in environment. BOD 22-01 timelines apply for FCEB and contractors.
What to do
Restrict Cisco SD-WAN Manager to jump-host-only access via ACL and enable full audit logging
Run emergency npm/GitHub dependency audit against Miasma/IronWorm IOC lists for all packages installed in last 14 days
Rotate all CI tokens, npm publish tokens, and developer credentials touched by any suspect builds
Patch SolarWinds Serv-U instances and document against BOD 22-01 timelines
Inventory all FFmpeg usage across services, containers, and client apps and pre-stage patch playbooks for 21 disclosed zero-days