Security & Threat Intelligence

The Watch

The Signal

A self-replicating worm (Miasma)

Simultaneously, a HuggingFace Transformers RCE (2.2B installs) weaponizes model config files your ML teams treat as inert metadata. Three concurrent Tier-1 events — treat the next seven days as an incident sprint, not a patch cycle.

In Play

  1. Self-Replicating Supply-Chain Worm Hits Microsoft's Own Repos

    Miasma is the first self-replicating worm in package ecosystems — not manual poisoning. It hit 73 repos across 4 Microsoft GitHub orgs and 50+ npm packages carry a Rust info stealer harvesting CI tokens and SSH keys. Every install becomes a new propagation node. Parallel: Cisco SD-WAN CVE-2026-20245 (CVSS 7.8) is actively exploited with zero patch available.

    Ask Clarity
  2. AI Development Pipeline Becomes Tier-1 Attack Surface

    HuggingFace Transformers RCE executes via model config files across 2.2B installs — GPU inference hosts are typically the worst-instrumented machines in the estate. Claude Code MCP has unpatched flaws giving attackers access to everything the dev tool touches. Meta's AI chatbot was socially engineered into changing email addresses on Instagram accounts — prompt-as-privilege-escalation is now proven in the wild.

    Ask Clarity
  3. AI Vulnerability Discovery Structurally Outpaces Patching

    A single AI agent autonomously found 21 zero-days in FFmpeg in one research cycle. Project Glasswing just expanded to 150 critical-infrastructure companies. NIST NVD backlog officially called a 'strategic planning failure' by Commerce IG. The structural assumption that a patch exists when a vulnerability is disclosed is degrading. Shift primary defense from patching to virtual patching and runtime controls.

    Ask Clarity
  4. GitHub's Agent-Native Shift Creates Financial and Code-Supply Attack Surface

    GitHub processed 17M agent-generated PRs in March 2026 alone. Copilot moved to usage-based billing June 1 — stolen tokens now trigger real invoices, creating financial DoS potential. Chronicle persists agent sessions to cloud with no DLP coverage. API layer going 'agent-centric' means a wave of non-human identities requesting write scopes your IAM model hasn't catalogued.

    Ask Clarity
  5. Vulnerability Intelligence Infrastructure Eroding

    Commerce IG publicly indicted NIST NVD backlog as a strategic planning failure — CVE metadata your scanners depend on is running behind disclosure. Cloudflare reports bots now outnumber humans online. Bright Data's iOS SDK turns consumer devices into scraping exit nodes, degrading residential IP reputation as a trust signal. The detection stack's foundational assumptions are eroding simultaneously.

    Ask Clarity

Deep Dives

Miasma Worm + Cisco SD-WAN Zero-Day: Your Incident Sprint Starts Now

Two Concurrent Unpatched Crises

The Miasma worm marks a structural escalation in supply-chain attacks: it is self-replicating, not manually planted. Every CI run that pulls a contaminated package becomes a new propagation node. It has already hit 73 GitHub repositories across four Microsoft-owned organizations and a parallel variant (IronWorm) poisoned 50+ legitimate npm packages with a Rust-based information stealer.

Self-replicating worm logic has arrived in package ecosystems. The blast radius is compounding, not linear.

The payload harvests CI tokens, .npmrc credentials, SSH keys, and developer environment secrets — exactly the credentials needed to push poisoned versions further downstream. Microsoft's own orgs being hit signals that even platform owners can't assume their internal repos are isolated from registry-level contagion.


Cisco CVE-2026-20245: Management Plane With No Patch

Cisco Catalyst SD-WAN Manager is under active exploitation at CVSS 7.8. This is a management-plane vulnerability — the blast radius is WAN-wide for any branch using Catalyst SD-WAN. No vendor patch exists. Defenders are in a pure compensating-controls posture against an internet-adjacent admin plane.

Additionally, CISA added SolarWinds Serv-U DoS to KEV under active exploitation — the second SolarWinds product family requiring KEV-driven remediation. A patch is available for Serv-U; deploy immediately.

Triage Priority Matrix

IncidentSeverityPatchYour Exposure
Miasma worm (GitHub)Critical, self-replicatingCleanup in progressAny MS-owned repo transitive dep
IronWorm + Miasma (npm)Critical, 50+ packagesPer-package audit requiredCI runs last 14 days
Cisco SD-WAN CVE-2026-20245CVSS 7.8, active exploitationNoneAny Catalyst SD-WAN branch
SolarWinds Serv-UHigh, KEV-listedAvailableAny Serv-U instance

What to do

  1. Run emergency npm/GitHub dependency audit today — identify any packages installed or updated in the last 14 days matching the 50+ poisoned packages or the 73 affected Microsoft repos

  2. Rotate all CI tokens, npm publish tokens, GitHub PATs, and developer credentials touched by suspect builds within 48 hours

  3. Restrict Cisco SD-WAN Manager admin interfaces to jump-host-only access via ACL and enable enhanced audit logging today

  4. Patch SolarWinds Serv-U within BOD 22-01 timelines — confirm asset inventory if not deployed

  5. Enforce npm ci with locked versions and enable provenance verification across all build pipelines this week

AI Development Pipeline: Four Attack Surfaces Your SOC Isn't Watching

The Pattern

Four attacks against the AI development stack surfaced this week. Each exploits a trust boundary that was implicit and is now broken. The model config was not supposed to be executable. The MCP server was not supposed to read ~/.aws/credentials. The chatbot was not supposed to mutate account emails. bypassPermissions was not supposed to be enabled on endpoints holding prod credentials.

Every LLM wired 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.

1. HuggingFace Transformers RCE

Trigger: crafted model configuration files. Most pipelines treat config as inert metadata. The package has 2.2 billion installs. The landing zone is GPU-accelerated inference hosts, which remain the worst-instrumented machines in the enterprise. No EDR. Minimal egress inspection. Often outside standard vulnerability scanning. Exploitation is silent on the boxes least likely to notice.

2. Claude Code MCP Vulnerability

MCP is the connector layer between model clients and tools. A flaw there is a flaw in everything the client was trusted to touch: source code, secrets, local filesystem, cloud credentials. Patch timeline: not disclosed. Detection maturity for MCP traffic at most organizations: near zero.

3. Meta AI Chatbot Account Takeover

Attackers socially engineered Meta's AI chatbot into rewriting the email address on high-profile Instagram accounts. Human review and rate-limit logic were bypassed because the chatbot sat inside both. This is prompt-as-privilege-escalation. The account was not breached. The AI was convinced to do it. The pattern generalizes to any LLM wired to tools that mutate identity state.

4. Claude Code bypassPermissions Mode

Ships with modes named bypassPermissions and dontAsk. Both suppress interactive approval on shell commands. A developer who enables them on a machine with cloud SSO or a populated kubeconfig has handed execution authority to a model whose input channel is every file in the repo. The threat model is an unmonitored insider with shell access.

SurfaceVectorDetection Maturity
HF TransformersMalicious model config → code executionLow — ML hosts lack EDR
Claude Code MCPOver-privileged dev tool connectorVery low — MCP traffic unlogged
Meta AI chatbotSocial-engineer LLM → identity mutationLow — no human-in-loop gate
Claude Code permissionsConfig default enables autonomous shellLow — EDR can detect config

What to do

  1. Inventory all HuggingFace Transformers installs (GPU nodes, Jupyter, MLOps runners) and pin to patched version this week; block untrusted model configs at egress proxy

  2. Audit every Claude Code and MCP server installation — require allowlisting, signing, and least-privilege scopes with no wildcard filesystem or shell access

  3. Mandate human-in-the-loop or out-of-band verification for any account recovery action initiated via an AI agent — audit all LLM-fronted IAM flows this quarter

  4. Publish AI coding-agent permissions policy banning bypassPermissions and dontAsk on endpoints with production credentials; enforce via MDM/EDR detection of Claude Code config flags

  5. Add prompt injection, jailbreak, and AI-mediated privilege escalation to quarterly red-team scope for all LLM-integrated product surfaces

AI-Driven Discovery vs. Patch Velocity: A Structural Shift, Not an Event

The Gap Is Now Permanent

A single AI agent autonomously discovered 21 zero-days in FFmpeg in one research cycle. This is not a research curiosity — it's a production-grade capability that compresses disclosure-to-exploit windows for ubiquitous open-source software. Meanwhile, Anthropic's Project Glasswing expanded to 150 critical-infrastructure companies, and the 'son of Mythos' frontier models are entering the discovery pipeline. The offensive side is scaling at a rate the patch side structurally cannot match.

Patch SLAs are no longer the right defensive metric. AI-driven discovery has structurally outpaced vendor remediation. Your security architecture needs to assume the patch may never arrive on time.

Cross-Source Convergence

Three independent sources this week reached the same conclusion from different angles:

  • Source 1: 21 FFmpeg zero-days from one AI research cycle — disclosure-to-exploit windows compressing
  • Source 2: NIST NVD backlog officially declared a strategic failure by Commerce IG — CVE metadata degrading
  • Source 3: AI-powered discovery structurally outpaces vendor patch development capacity — Glasswing at 150 companies

These are not three separate problems. They are one structural shift: more vulnerabilities discovered faster, less reliable metadata about them, and slower patches. The traditional patch-cycle model assumed a patch existed when a vuln was disclosed. That assumption is degrading.

The NVD Dimension

The Commerce IG's language is direct: "NIST's lack of strategic planning and decisive action have allowed the backlog to continue growing." If your scanners rely on NVD for CVSS, CPE matching, or CWE classification, the result is silent coverage gaps on recent CVEs. Compensating feeds to promote: CISA KEV, EPSS, GitHub Security Advisories, and direct vendor PSIRTs.

Weaponized AI Goes Commodity

AI offensive tooling is now a productized SKU on ransomware marketplaces with vendor-like business models. This lowers the skill floor for attacks and means AI-generated phishing with no spelling/grammar tells, polymorphic payloads, and synthetic voice/video pretexts are available to mid-tier actors, not just nation-states.


Defensive Posture Shift

The primary control must shift from patching to virtual patching: WAF, RASP, IPS, and runtime exploit prevention as first line rather than compensating control. The tabletop scenario to run: "Critical RCE disclosed in tier-1 vendor, no patch for 30 days, PoC public in 48 hours." Decisions on isolation, customer comms, and regulator notification need to be pre-baked.

What to do

  1. Audit virtual-patching coverage (WAF, RASP, IPS) across all internet-facing assets and tier-1 vendor software this quarter — identify gaps where no compensating control exists if a zero-day drops

  2. Inventory FFmpeg usage across all services, container images, client apps, and browser-side WASM builds this sprint — pre-stage emergency patch playbooks

  3. Diversify vulnerability intelligence beyond NVD: ingest CISA KEV, EPSS, GitHub Security Advisories, and vendor PSIRTs as primary feeds; flag CVEs with stale NVD enrichment

  4. Run tabletop exercise: 'Critical RCE in tier-1 vendor, no patch for 30 days, PoC public in 48 hours' — pre-bake isolation and communications decisions

  5. Re-baseline EDR and email security against AI-generated phishing via red-team validation — retire detections dependent on language-quality tells

The bottom line

A self-replicating worm is spreading through Microsoft's own GitHub repos and npm, a Cisco SD-WAN zero-day has no patch under active exploitation, and the AI development pipeline — from HuggingFace model configs to Meta's chatbot to Claude Code permissions — is now a confirmed Tier-1 attack surface with four distinct proven exploitation paths this week alone.