Security & Threat Intelligence

The Watch

The Signal

A self-replicating supply-chain worm (Miasma)

Your dependency graph and SD-WAN management plane both need emergency triage today — this is not a patch cycle, it's an incident sprint.

In Play

  1. Dual No-Patch Active Exploitation: Cisco SD-WAN + Miasma Supply-Chain Worm

    Cisco 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.

    Ask Clarity
  2. AI-Discovered Zero-Days Structurally Outpace Vendor Patches

    A 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.

    Ask Clarity
  3. LLM-Mediated Identity Attacks Go Live: Meta AI Chatbot Hijacks Accounts

    Attackers 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.

    Ask Clarity
  4. Agent-Scale Code Supply Chain: 17M PRs/Month Overwhelms Human Review

    GitHub 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.

    Ask Clarity
  5. IBM Breach Cover-Up Allegations + NVD Strategic Failure

    An 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.

    Ask Clarity

Deep Dives

Miasma Worm + Cisco SD-WAN Zero-Day: Two Simultaneous Incidents Requiring Same-Day Response

Situation

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.

What to do

  1. Restrict Cisco SD-WAN Manager admin/API access to jump-host-only via ACL and enable full audit logging today

  2. Run emergency npm/GitHub dependency audit against published Miasma/IronWorm IOC lists for any packages installed in the last 14 days

  3. Rotate all CI tokens, GitHub PATs, npm publish tokens, and cloud credentials touched by any suspect build pipeline within 48 hours

  4. Patch SolarWinds Serv-U immediately if in environment; document against BOD 22-01 timelines

The AI Stack Is Now the Attack Surface: Meta Account Takeover, HuggingFace RCE, and the MCP Exposure

Three 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.

What to do

  1. Audit every LLM-fronted support, helpdesk, and IAM self-service flow for ability to mutate identity state (email, phone, MFA, password reset) this week

  2. Inventory all hosts running Hugging Face Transformers and pin to patched version; block loading of untrusted model configs from the Hub at egress proxy

  3. Require MCP servers to be allowlisted, signed, and run with least-privilege — no wildcard filesystem or shell access — within 30 days

  4. 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

21 FFmpeg Zero-Days in One AI Cycle: The Patch-Gap Economy Is Now Structural

The 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.

What to do

  1. Inventory all FFmpeg usage across the stack (services, container images, client apps, browser wasm, ML preprocessing) within 14 days

  2. 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

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

  4. 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

The bottom line

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.