Security & Threat Intelligence

The Watch

The Signal

A maximum-severity Cisco SD-WAN zero-day (CVE-2026-20127)

Simultaneously, a self-propagating npm worm (SANDWORM_MODE) is injecting itself into AI coding assistants via MCP server poisoning, and AI-driven vulnerability discovery just found 100 exploitable kernel LPE bugs for $600 while six major hardware vendors refuse to patch.

In Play

  1. Cisco SD-WAN Zero-Day: Multi-Year Nation-State Campaign

    CVE-2026-20127 chains with CVE-2022-20775 via software downgrade to give attackers persistent root access to SD-WAN infrastructure since 2023; CISA emergency directive demands immediate inventory, hunt, patch, and potential full rebuilds across all affected devices.

    Ask Clarity
  2. AI Developer Toolchain Under Coordinated Attack

    SANDWORM_MODE npm worm targets AI coding assistants via MCP injection with polymorphic LLM-powered evasion; Claude Code CVEs enable RCE by opening a repo; malicious 'ambar-src' npm package hit 50K downloads in 3 days; and fake job-assessment repos deploy fileless backdoors against developers — the entire developer pipeline is under simultaneous multi-vector attack.

    Ask Clarity
  3. Autonomous AI Agents: Exploding Enterprise Attack Surface

    Perplexity Computer, Claude Cowork, and Cursor Cloud Agents all shipped persistent autonomous agents with full system access in a single week; 21,000 OpenClaw instances connected to Slack/Gmail/Drive with RCE flaws; and SaaS vendors are restricting AI agent data access — creating a new class of unmanaged, credential-bearing automated insiders that most security programs can't detect or govern.

    Ask Clarity
  4. Critical Vulnerability Surge: 6 CVSS 10.0s and KEV Additions

    Dell RecoverPoint hardcoded credentials (CVSS 10.0) and Roundcube RCE hit CISA KEV; SolarWinds Serv-U has 4 critical CVEs enabling unauthenticated admin creation and RCE; Cloud Hypervisor CVSS 10.0 breaks VM isolation; and Sandworm deployed DynoWiper against Polish energy infrastructure — expanding wiper operations to NATO allies.

    Ask Clarity
  5. Chinese AI Ecosystem: Model Extraction, Supply Chain Weaponization, and Capability Proliferation

    DeepSeek, Moonshot, and MiniMax used 24,000+ fake accounts to extract 16M queries from Claude; DeepSeek trained on smuggled Nvidia Blackwell GPUs violating export controls; three Chinese frontier models released in one week reaching near-parity with Western closed models; and Chinese state actors weaponized ChatGPT for influence operations targeting U.S. officials.

    Ask Clarity

Deep Dives

Cisco SD-WAN Zero-Day: A 3-Year Nation-State Campaign Demands Emergency Response

The Attack Chain

A multi-year zero-day exploitation campaign targeting Cisco SD-WAN devices has been exposed through coordinated disclosure from CISA and Five Eyes intelligence partners. The campaign, active since at least 2023, chains two vulnerabilities to achieve persistent root access:

CVETypeRoleCVSS
CVE-2026-20127Authentication BypassInitial access to management planeMaximum severity
CVE-2022-20775Privilege EscalationRoot access via firmware downgradeKnown since 2022

The software downgrade technique is the critical innovation. Even organizations that patched CVE-2022-20775 years ago are vulnerable — the attacker rolls firmware back to a vulnerable version after bypassing authentication. This renders traditional patch management insufficient and maps to MITRE ATT&CK T1601.001 (Modify System Image).

Cross-Source Corroboration

Four independent intelligence sources confirm this threat. CISA issued an emergency directive. Five Eyes partners published joint threat-hunting guidance. Cisco described the actors as "highly sophisticated and disciplined" — language that signals nation-state attribution without naming the actor. VulnCheck's 2025 data provides macro context: of 40,000+ CVEs published, only ~1% were exploited in the wild, but network edge devices absorb disproportionate exploitation.

Officials explicitly declined attribution, but Five Eyes coordination, federal network targeting, multi-year persistence, and the "highly sophisticated" descriptor are consistent with Chinese APT groups (Volt Typhoon, Salt Typhoon) that have previously targeted U.S. networking infrastructure for pre-positioning.

Compounding Factor: Volt Typhoon Never Left

Dragos's 2026 Year in Review confirms that Volt Typhoon remains embedded in U.S. critical infrastructure despite the government's 2025 "mission accomplished" claims. A new access broker group called Sylvanite is conducting large-scale initial access operations targeting electricity, water, and oil/gas sectors across North America, Europe, the UK, and Guam — handing off access to groups including Volt Typhoon. Any critical infrastructure operator that relaxed monitoring based on 2025 government assurances now has a gap measured in months.

The Blast Radius

SD-WAN controllers manage traffic routing, encryption policies, and network segmentation across your entire WAN fabric. Admin access means an attacker can intercept traffic, modify routing, disable security policies, and move laterally across every connected site. Some compromised environments will require full system rebuilds — not just patching.

What to do

  1. Inventory all Cisco SD-WAN devices (IOS XE SD-WAN, vEdge, cEdge) and check firmware versions against CISA's advisory within 24 hours

  2. Execute threat hunt using Five Eyes published IOCs and TTPs — focus on firmware version anomalies, unexpected downgrade events, and anomalous management plane authentication going back to 2023

  3. Apply CVE-2026-20127 patch and disable firmware downgrade capability where supported; implement firmware integrity verification (Secure Boot, image signing)

  4. Prepare full rebuild plans and budget for any device showing IOCs — do not trust a patch to clean a rootkit

  5. Re-engage Volt Typhoon/Sylvanite threat hunting across OT and IT environments using Dragos 2026 Year in Review TTPs and IOCs

Developer Toolchain Under Siege: NPM Worms, AI Coding Tool Exploits, and Supply Chain Poisoning

Three Simultaneous Attack Vectors

The developer pipeline is under coordinated, multi-vector attack. Three distinct campaigns are active simultaneously, each targeting a different link in the software supply chain:

1. SANDWORM_MODE: Self-Propagating NPM Worm

Socket's research team discovered 19 malicious npm packages forming a purpose-built worm targeting the AI-native development environment. The kill chain is sophisticated:

  • Credential theft from Bitwarden, 1Password, LastPass browser extensions
  • MCP server injection into Claude Code, Cursor, VS Code Continue, and Windsurf — embedding prompt injections that instruct AI assistants to exfiltrate SSH keys and AWS credentials during normal coding
  • Polymorphic self-rewriting using local Ollama (deepseek-coder:6.7b) to defeat signature-based detection
  • Dead switch that wipes the home directory if C2 connection is lost
  • Propagation via stolen npm/GitHub tokens injecting dependencies into downstream repos

2. Claude Code RCE (CVE-2025-59536, CVE-2026-21852)

Three vulnerabilities in Anthropic's Claude Code enable remote code execution and API key exfiltration when developers open malicious repositories. The attack abuses Hooks, MCP server configurations, and environment variables embedded in cloned repos. No code execution required — just opening the project is sufficient. This fundamentally shifts the developer threat model from "don't run untrusted code" to "don't open untrusted projects."

3. Multi-OS Supply Chain via 'ambar-src'

A typosquatting npm package impersonating ember-source accumulated ~50,000 downloads in three days, deploying OS-specific malware via preinstall hooks: encrypted shellcode on Windows, Golang reverse SSH on Linux, and Apfell/MythicAgents on macOS — all using Yandex Cloud Functions for C2 evasion.

Converging Threat: Job-Themed Repository Lures

Microsoft flagged a parallel campaign using fake "technical assessment" GitHub repositories to deliver fileless multi-stage backdoors. Repos use repeatable naming conventions and retrieve loader scripts from remote infrastructure during build. This TTP is consistent with DPRK-linked threat actors (Lazarus Group). A separate malicious NuGet package named 'StripeApi' targets .NET developers in the financial sector.

AI is simultaneously the attack surface, the attack tool, and the target. The developer who sees their AI assistant working normally doesn't know it's silently stealing secrets via injected MCP server prompts.

The Cline Precedent

Cline's Claude-powered Issue Triage workflow was compromised via prompt injection in GitHub Actions. A threat actor stole the researcher's own PoC from a test repository and used it to attack Cline directly, obtaining VS Code Marketplace publication credentials. This establishes a new pattern: threat actors are actively monitoring security researchers' public work to weaponize findings in real-time.

What to do

  1. Scan all npm lockfiles and CI/CD pipelines for the 19 known SANDWORM_MODE packages and 'ambar-src' immediately; treat any match as full compromise requiring secret rotation from a clean machine and system reimage

  2. Update Claude Code to latest patched version and enforce repository trust policies — block automatic execution of Hooks and MCP server configurations from untrusted repositories

  3. Inspect MCP server configurations in all AI coding assistants (Claude Code, Cursor, VS Code Continue, Windsurf) for unauthorized entries; check for unexpected Ollama installations and deepseek-coder:6.7b model downloads on developer machines

  4. Issue developer advisory about fake job-assessment repos and malicious 'StripeApi' NuGet package; run 'dotnet list package' across all .NET projects; require external code evaluation in sandboxed VMs

  5. Implement AI agent sandboxing — evaluate nono (kernel-level enforcement via Landlock/Seatbelt with Claude Code profiles) and Wardgate (credential isolation gateway) for development environments

Autonomous AI Agents Are Your Next Shadow IT Crisis — 21K Unmanaged Instances and Counting

The Convergence

In a single week, the AI industry crossed an inflection point that most security programs aren't equipped to handle. Perplexity Computer launched as a "general-purpose digital worker" that operates GUIs and claims to run for hours or months. Claude Cowork added scheduled tasks with a plugin architecture across engineering, design, and operations. Cursor Cloud Agents got dedicated VMs with full dev environments, shipping merge-ready PRs to GitHub via Slack. Anthropic acquired Vercept to enhance Claude's computer-use capabilities. And 21,000 OpenClaw AI agent instances connected to Slack, Gmail, and Google Drive in just two weeks — with RCE vulnerabilities and leaked OAuth tokens — while most security teams had zero visibility.

Why This Is Different From Traditional Shadow IT

Computer-use AI agents break every assumption in your current security model:

Traditional Shadow ITAI Agent Shadow IT
Uses APIs with scoped tokensInherits user's full session — SSO tokens, browser cookies, application state
Generates API-level audit logsInteracts via GUI clicks indistinguishable from human actions
Operates per-taskRuns persistently for hours to months
Requires explicit integrationWorks with any application the user can access
Detectable by CASBYour CASB can't distinguish agent clicks from human clicks

The SaaS Vendor Response Complicates Things

Enterprise SaaS vendors are reacting defensively. Workday's CEO called third-party AI agent providers "parasites" and announced plans to restrict data access. HubSpot declared it will "monitor, meter, and monetize" all AI agent access. Google suspended accounts using OpenClaw. These vendor policy changes are effectively unannounced changes to your data flow architecture that your security team may not be consulted on — integrations could break, data could reroute, and monitoring gaps could emerge.

A months-long autonomous agent session means credential rotation policies don't apply, behavioral baselines are invalid, and attributing actions to a responsible human becomes nearly impossible — creating compliance gaps across SOC 2, GDPR, and HIPAA.

The Systemic Trust-Boundary Failure

The SilentBridge vulnerability family in Meta's Manus AI (CVSS 9.8) demonstrated that this isn't a vendor-specific bug — it's an architectural class of vulnerability. Researchers achieved Gmail data exfiltration, reverse shell with passwordless sudo escalation, and cross-tenant media access simply by having the agent "summarize this page" containing hidden instructions. Any agentic AI platform that processes untrusted content while holding privileged access is exposed.

What to do

  1. Query your IdP (Entra ID, Google Workspace) for all OAuth app consents granted in the last 30 days — search specifically for OpenClaw, Perplexity, Claude Cowork, and Cursor agent connections to Slack, Gmail, and Drive; revoke unauthorized grants immediately

  2. Publish an AI Agent Acceptable Use Policy defining approved agents, maximum session durations, mandatory security review requirements, and prohibited autonomous actions by end of this sprint

  3. Require dedicated service accounts (not user credentials) for any approved AI agent, with enforced credential rotation shorter than standard policy, MFA re-authentication intervals, and behavioral baselining

  4. Disable auto-merge for all AI-agent-generated pull requests; require explicit human approval and SAST scanning gates for agent-authored code

  5. Establish security review process for Claude Cowork plugins and AI agent connectors — treat each as a new vendor integration requiring TPRM assessment before org-wide deployment

Critical Patch Surge: 6 CVSS 10.0s, 2 KEV Additions, and Sandworm Expanding to NATO

CISA KEV: Patch or Perish

Two actively exploited vulnerabilities hit CISA's Known Exploited Vulnerabilities catalog this week, triggering mandatory patching under BOD 22-01:

CVEProductCVSSVulnerabilityFix
CVE-2026-22769Dell RecoverPoint for VMs10.0Hardcoded credentialsUpgrade to 6.0.3.1 HF1+
CVE-2025-49113Roundcube WebmailHighRCE via PHP deserialization1.5.10+ or 1.6.11+

Dell RecoverPoint's hardcoded credentials are particularly dangerous because backup infrastructure is a ransomware operator's primary target — compromising backup systems eliminates recovery options. Roundcube has been a repeated target of state-sponsored espionage groups including APT28 and Winter Vivern.

The CVSS 10.0 Cluster

Six maximum-severity vulnerabilities dropped in a single week — an extraordinary concentration:

  • CVE-2026-27211 (Cloud Hypervisor): Guest-to-host file exfiltration via virtio-block — a multi-tenant cloud isolation failure
  • CVE-2025-12107 (WSO2 Identity Server 5.11.0): Velocity template injection in your authentication infrastructure
  • Dell RecoverPoint, plus three others across enterprise software

SolarWinds Serv-U: Complete Compromise Chain

Four new critical CVEs (CVE-2025-40538 through 40541) in SolarWinds Serv-U enable unauthenticated admin account creation followed by domain admin code execution. Given SolarWinds' history as a nation-state target, this is an especially high-priority patch. Multiple sources independently flagged this as critical.

Sandworm Expands Wiper Operations to NATO

ESET Research and CERT Polska attributed DynoWiper — deployed against Polish energy companies in late December 2025 — to infrastructure consistent with Russian APT Sandworm (GRU Unit 74455). This geographic expansion from Ukraine to Poland is a strategic escalation. DynoWiper is a simple 32-bit Windows executable with no packing, meaning signature-based detection is viable if you have the IOCs.

AI-Powered Mass Exploitation: 600+ FortiGates, Zero CVEs

A Russian-speaking actor used commercial AI toolkits to compromise over 600 FortiGate firewalls starting January 11, 2026 — without exploiting a single vulnerability. The attack vector: exposed management ports, weak passwords, no MFA. AWS's security team reported the campaign. This is a paradigm shift in threat economics: the barrier to mass exploitation just dropped to near zero for any actor willing to pay for commercial AI tools.

AI just made finding kernel 0-days cheaper than a nice dinner — researchers found 100 exploitable kernel LPE bugs across AMD, Intel, NVIDIA, Dell, Lenovo, and IBM drivers for $600 total, and only Fujitsu has patched.

What to do

  1. Patch Dell RecoverPoint (CVE-2026-22769) and Roundcube Webmail (CVE-2025-49113) within 24 hours — both are confirmed exploited and on CISA KEV

  2. Patch SolarWinds Serv-U (CVE-2025-40538 through 40541) and GitHub Enterprise Server (CVE-2026-0573, CVSS 9.0) within 48 hours

  3. Audit all FortiGate devices for exposed management interfaces, enforce MFA on all admin access, rotate credentials, and review logs from January 11 onward

  4. Request DynoWiper IOCs from ESET/CERT Polska and deploy detection rules if you operate in European energy, critical infrastructure, or defense sectors; hunt against 90 days of historical telemetry

  5. Inventory Windows kernel drivers from AMD, Intel, NVIDIA, Dell, Lenovo, and IBM; implement WDAC driver allowlisting to block unsigned or vulnerable versions

The bottom line

Your Cisco SD-WAN may have been owned since 2023 by a nation-state actor using a firmware downgrade trick, a self-propagating npm worm is injecting itself into your developers' AI coding assistants to steal credentials in real time, 21,000 unvetted AI agent instances just connected to enterprise Slack and Gmail with RCE flaws, and six CVSS 10.0 vulnerabilities dropped in a single week while Sandworm expanded wiper operations to NATO energy infrastructure — this is a patch-hunt-purge week, not a monitor-and-wait week.