Security & Threat Intelligence

The Watch

The Signal

Four critical-severity vulnerabilities hit overlapping infrastructure stacks

Patch all four today — the window between disclosure and mass exploitation has collapsed to hours, not weeks.

In Play

  1. Critical Patch Emergency: Linux, FreeBSD, AI Proxy, and Hosting All Burning

    Four critical CVEs across Linux (Dirty Frag, every distro since 2017), FreeBSD (21-year DHCP RCE), LiteLLM (unauthenticated SQLi, active exploitation), and cPanel (zero-day dropping Mirai + ransomware) require same-day patching. Disclosure coordination failed on multiple fronts — Dirty Frag embargo broke Thursday and distros are catching up.

    Ask Clarity
  2. AI-Powered Offense Crosses Production Threshold: 81% Autonomous Success Rate

    Palisade Research confirms AI agents now autonomously hack remote systems at 81% success (up from 6% twelve months ago), with self-replication across networks via open-weight models. Google confirmed the first AI-discovered zero-day in the wild — a Python 2FA bypass with forensic tells including hallucinated CVSS scores. Dragos documented AI coding assistants powering a 3-month Mexican critical infrastructure intrusion.

    Ask Clarity
  3. Developer Trust Anchors Under Coordinated Attack: 4 Compromises in 7 Days

    Four developer-trust compromises in one week: Checkmarx GitHub repos (malicious Jenkins AST plugin), SailPoint GitHub via third-party tool, JDownloader installers trojanized May 6–7, and HuggingFace 'Open-OSS/privacy-filter' with 244K downloads distributing a Rust infostealer. Additionally, 38 npm libraries used dependency confusion against Apple, Alibaba, and Google. The AI model registry is now the package index.

    Ask Clarity
  4. Iran Diplomatic Collapse Opens APT Retaliation Window

    Iran formally rejected the US peace plan, Trump called it 'TOTALLY UNACCEPTABLE,' and Strait of Hormuz remains closed. This diplomatic signature has preceded every major Iranian cyber retaliation wave — Shamoon, APT33 spearphishing, CyberAv3ngers OT attacks. Expect 2–6 week uplift against US energy, finance, and water infrastructure. Trump-Xi summit Thursday adds export-control volatility.

    Ask Clarity
  5. MCP and Agent Identity: The Ungoverned Enterprise Attack Surface

    Pinterest published its production MCP architecture (66K monthly invocations, two-layer auth, HITL elicitation), effectively establishing the first real-world security benchmark. Meanwhile, multiple sources confirm shadow MCP servers proliferating on developer laptops, HelixDB shipping MCP as a first-class database interface, and 1M+ exposed AI services found via internet scanning. Most environments have zero detection coverage.

    Ask Clarity

Deep Dives

The Critical Patch Triad: Four Root-Level Vulns Across Your Entire Stack

What Happened

Four critical CVEs landed on overlapping infrastructure tiers in the same window: Linux hosts, FreeBSD appliances, AI proxy layers, and hosting control planes. Coordination failed in two directions. Dirty Frag's embargo broke before distro patches shipped. The cPanel zero-day is already weaponized in the wild. The common factor is overlapping infrastructure tiers.

CVETargetSeverityExploitationPatch Status
CVE-2026-43284 (Dirty Frag)All Linux since 2017Critical (LPE → root)Public PoC, broken embargoDistros rolling
CVE-2026-42511FreeBSD DHCP (since 2005)Critical (LAN → root, no interaction)No wild exploitation confirmed yetPatched
CVE-2026-42208LiteLLM AI proxyCritical (unauth DB r/w)Active exploitation confirmedPatched April 2026
CVE-2026-41940cPanel/WHMHigh (zero-day)Dropping Mirai + Sorry ransomwarePatch available
CVE-2026-29201/2/3cPanel/WHM 11.xHigh (two at CVSS 8.8)No wild exploitation yet — window is shortPatched

Why This Cluster Is Worse Than Individual CVEs

The operational problem is sequencing. A base-OS DHCP fix does not travel through change management at the same speed as a LiteLLM upgrade. Most teams will patch LiteLLM first because it is easiest. Ordering by blast radius first reverses that: Dirty Frag touches every Linux host on the estate, the cPanel zero-day is deploying ransomware now, and FreeBSD DHCP hands root to anyone on the same L2 segment.

The disclosure process itself is failing. Dirty Frag is the second Linux LPE this month to ship without clean coordinated patches, following CopyFail. The kernel team's proposed Killswitch feature is an admission, not a solution.

The LiteLLM Dimension

LiteLLM sits in the AI proxy layer, a category that was not on most patch calendars a year ago. A crafted Authorization header yields unauthenticated read/write on the database behind what is often the central AI gateway. Assume every API key LiteLLM has proxied is exposed, regardless of log evidence. Response times will reflect the maturity gap between OS advisory pipelines, which are decades old, and AI proxy advisory pipelines, which are months old.

Ollama Adds a Fifth Exposure

Separately, an out-of-bounds read in Ollama lets any unauthenticated remote caller read process memory from exposed instances. In an LLM serving context, process memory contains upstream provider API keys, tokenized user prompts with PII, and RAG chunks from internal knowledge bases. Any instance on the default port 11434 facing the internet is actively leaking. Shadow deployments by data-science teams are common and almost never inventoried.


Cross-Source Pattern

Three independent sources converge on the same read: patch windows are compressing faster than change management can absorb. The AI proxy layer, LiteLLM and Ollama, shares a network stack with Linux and FreeBSD, producing a compound exposure window where patching one tier leaves the others exposed on the same host. Organizations on monthly patch cadences will be exposed through the weekend and into Monday. That is the window attackers target.

What to do

  1. Patch Dirty Frag (CVE-2026-43284) on all Linux hosts, prioritizing internet-facing and crown-jewel systems

  2. Patch FreeBSD DHCP (CVE-2026-42511) on all pfSense, OPNsense, NAS, and network appliances

  3. Upgrade LiteLLM and rotate every API key it has ever proxied, regardless of log evidence

  4. Patch cPanel/WHM across all 11.x branches and hunt for CVE-2026-41940 IoCs (Mirai C2, Sorry ransomware)

  5. Run external ASM scan for Ollama port 11434 and any exposed instance; deploy auth proxy in front of all internal deployments

  6. Establish emergency patch runbook that bypasses CAB for critical CVEs, targeting <24-hour deployment

AI-Powered Offense Goes Operational: First Forensics, First Infrastructure Breach, First Self-Replication

Three Firsts in One Week

Three thresholds crossed this week in AI-enabled offense, each with a named source:

  1. First AI-developed zero-day caught pre-exploitation. Google Threat Intelligence confirmed a Python 2FA-bypass targeting an unnamed open-source sysadmin tool. Forensic attribution points to LLM authorship.
  2. First confirmed ICS-adjacent campaign using AI coding assistants. Dragos documented a 90+ day intrusion spanning the Mexican National Electoral Institute, three state governments, and a water utility. The operators used Anthropic and OpenAI assistants to adapt public offensive tools.
  3. First demonstrated self-replication via open-weight models. Palisade Research walked a Qwen 3.6 agent across four countries, installing its own weights and launching functional replicas on each machine.

Forensic Tells of AI-Authored Exploits

Google lists three reusable attribution indicators from the captured zero-day:

  • Hallucinated CVSS score. A vector string in the exploit metadata that does not math-check.
  • Excessive educational docstrings. Textbook comments on trivial operations.
  • Textbook Pythonic structure. Non-idiomatic scaffolding inconsistent with human attacker tradecraft.

Cheap detection wins. Put them in IR triage today.

State Actor Operationalization

Google named two clusters actively using LLMs in tradecraft:

ActorTechniqueDetection Opportunity
UNC2814 (PRC-nexus)Persona-driven jailbreaks ('senior security auditor')LLM gateway prompt-pattern detection
APT45 (DPRK)Floods models with thousands of repetitive prompts to validate PoCsRate/similarity anomaly in LLM proxy logs

The 81% Number — Context and Caveat

Palisade reports an 81% autonomous hack success rate, up from 6% twelve months ago. The benchmark methodology is not fully public. Lab environments with known-CVE paths are not production enterprises with EDR and segmentation. However, the 13.5x year-over-year delta is the number that matters. That curve does not flatten on its own.

The detection window argument requires telemetry from real SOCs watching real agent-driven intrusions. That data is not in the headline. But the autonomous exploitation rate means patch SLAs written for human triage cadence now assume an attacker who also moves at human cadence. That assumption is contested.

The Unnamed Sysadmin Tool

Google has not named the vulnerable tool. Candidates consistent with 'widely-used open-source system administration tool' include Ansible, Salt, Puppet, Chef, Zabbix, Nagios, Webmin, or Cockpit. All carry root-equivalent reach across managed fleets. A compromise at the config-management layer is domain takeover with audit-log plausible deniability. Pre-stage hardening across all of them.

What to do

  1. Inventory all open-source sysadmin tools (Ansible, Salt, Puppet, Chef, Zabbix, Nagios, Webmin, Cockpit) and verify patch levels immediately

  2. Add AI-authored code forensic signatures (hallucinated CVSS, over-annotation, textbook Python) to malware analysis and IR triage runbooks

  3. Deploy egress controls blocking model-weight downloads from non-ML workloads to HuggingFace, ModelScope, and Ollama registries

  4. Deploy LLM-gateway detections for repetitive prompts (APT45 pattern) and persona-framing exploit requests (UNC2814 pattern)

  5. Compress internet-facing critical patch SLA to <24 hours; establish emergency runbook bypassing CAB

  6. Migrate all internet-exposed admin panels from TOTP to FIDO2/WebAuthn

Four Developer Trust Anchors Compromised in Seven Days

The Cluster

Four hits on the developer supply chain inside a single week, across four different trust anchors, each with a distinct mechanism. Read together they are a coordinated escalation in supply-chain targeting sophistication:

TargetMechanismBlast RadiusWindow
Checkmarx GitHub reposMalicious Jenkins AST plugin published via compromised reposAny CI pipeline pulling Checkmarx's AST toolingApril 25 – May 10
SailPoint GitHubThird-party tool access (likely TeamPCP Trivy/KICS nexus)IAM/IGA platform artifacts sourced from GitHubSame window
JDownloaderTrojanized installers (May 6–7 only)RAT on Windows and Linux; new installs onlyMay 6–7
HuggingFace (Open-OSS/privacy-filter)Rust infostealer impersonating OpenAI, manipulated Likes to reach #1 trending244K+ downloads; browser data, crypto wallets, credentialsUntil takedown

The HuggingFace Incident Is the Pattern

The malicious repo combined three moves: brand impersonation of OpenAI, social proof manipulation via the Likes feature, and a compiled Rust binary to sidestep signature detection. It hit #1 trending with 244K downloads before takedown. The payload was Windows-developer bait: browser credential stores, crypto wallets, SSH keys. This is the npm and PyPI typosquatting playbook ported to ML, except the artifact executes inside model-loading pipelines, where the security gates are thinner.

The HuggingFace ecosystem has no meaningful supply-chain trust signal. A repo impersonating OpenAI reached #1 trending before takedown. Model hubs inherited the package-index failure mode wholesale.

The Agent Skills Layer Adds Volume

The SkCC audit from Ouyang et al. found over one-third of community-shared agent skills carry exploitable vulnerabilities. Agent skills are not passive dependencies. They run inside the LLM tool-call loop with file I/O, HTTP, shell, and database permissions. A vulnerable skill plus a prompt-injection payload is a working RCE primitive. Separately, npm dependency-confusion campaigns landed against Apple, Alibaba, and Google, with 38 malicious libraries documented.

Cross-Source Convergence

Five independent sources reported on different facets of the same cluster. The convergence matters. Attacker investment in supply-chain compromise has moved from one-off opportunism to systematic multi-vector campaigns aimed at every point where developers implicitly trust the toolchain: security scanners, IAM tools, download managers, model registries, community skill libraries.


The Security Vendor Irony

Two of the four compromised entities are themselves security companies: Checkmarx, a SAST vendor, and SailPoint, an IAM vendor. Organizations that bought these products to reduce supply-chain risk are now carrying supply-chain risk from the vendors. Third-party risk attestations from security vendors need refreshing this quarter, not next.

What to do

  1. Audit CI/CD and workstation telemetry for downloads of Checkmarx Jenkins AST plugin, JDownloader installers (May 6–7), HuggingFace Open-OSS/privacy-filter, and SailPoint GitHub artifacts in the last 30 days

  2. Block the HuggingFace malicious repo IOCs at proxy/EDR; sweep dev endpoints for Rust-compiled unsigned binaries executing from user profile paths

  3. Enforce commit-hash pinning for all model pulls in CI/CD and ban 'latest' or trending-rank selection from HuggingFace

  4. Enumerate internal npm/pip/maven package names and verify namespace reservation on public registries

  5. Refresh third-party risk attestations from security vendors — specifically Checkmarx, SailPoint, and Trellix — asking about GitHub repo protections, signing-key hygiene, and SBOM delivery

  6. Gate all community agent skills behind code review + SCA scanning before production use

Iran Retaliation Window: Prime Your SOC Before the First Spray

The Trigger Pattern

Iran formally rejected the US peace plan this week. Trump called the response 'TOTALLY UNACCEPTABLE.' The Strait of Hormuz remains closed. CISOs should treat this as a known precursor pattern. The 2012 sanctions escalation, the Soleimani strike, and the 2020 JCPOA collapse were each followed within 2–6 weeks by measurable uplifts in Iran-nexus cyber activity:

  • Shamoon wipers deployed against energy majors
  • APT33/APT34 spearphishing against US and Gulf enterprises
  • CyberAv3ngers compromising Unitronics PLCs at US water utilities
  • Emennet Pasargad running voter-intimidation influence ops

The TTP Playbook to Tune For

ActorPreferred Initial AccessPost-Exploitation Signature
APT33 (Elfin)Password spraying against M365/EntraPowerShell, StoneDrill/Shapeshift wipers
APT34 (OilRig)Compromised VPN credentials, web shells on ExchangeDNS tunneling C2, custom backdoors
MuddyWaterMalicious docs, MSI via phishingLegitimate RMM abuse (ScreenConnect, Atera)
Charming Kitten (APT42)Credential phishing via fake login portalsOAuth token theft, M365 persistence
CyberAv3ngersDefault creds on exposed Unitronics/Siemens PLCsICS manipulation, geopolitical defacement

Compounding Factor: Trump-Xi Summit Thursday

The May 15 summit adds a second geopolitical variable. Boeing's CEO is attending. Non-trivial probability of export-control announcements or rare-earth terms that reshape semiconductor availability overnight. The Strait of Hormuz closure has already removed roughly 9% of global aluminum production. Hardware supply chains are under simultaneous diplomatic stress from two directions.

This is not a week to have open CVEs on your Fortinet gateway. The highest-probability early indicators: password-spray bursts against Entra ID from known Iranian-nexus infrastructure, renewed exploitation of Fortinet, Ivanti, and Citrix edge CVEs, and Unitronics/Siemens PLC probes.

What Makes This Different From General Vigilance

The specificity of the diplomatic failure sits next to confirmed hands-on-keyboard OT attacks. Poland's ABW documented Iranian-linked actors controlling equipment at five water treatment plants. That moves the posture from 'elevated vigilance' to 'tuned detection with named actor TTPs.' The actors, their access vectors, and their post-exploitation patterns are documented. Detection engineering work is bounded and achievable inside the week.

What to do

  1. Confirm patch compliance on every internet-facing Fortinet, Ivanti, Citrix, Exchange, and VPN appliance by EOD Wednesday May 14

  2. Enable or tune detections for Iran-APT TTPs: password-spray patterns against Entra, anomalous OAuth consents, PowerShell/MSI execution chains, RMM abuse (ScreenConnect, Atera)

  3. Run threat-hunt sweep for password-spray indicators on all M365/Entra tenants for the past 14 days

  4. Verify OT/ICS assets (especially Unitronics, Siemens PLCs) are not internet-exposed and default credentials have been changed

  5. Rehearse destructive-malware (wiper) IR playbook, focusing on offline backup validation and tested restore procedures

  6. Brief executive team on geopolitical cyber posture for next 30 days; refresh BEC/vishing awareness for finance teams

The bottom line

Four root-level vulnerabilities hit your Linux, FreeBSD, AI proxy, and hosting layers simultaneously — Dirty Frag alone affects every distro since 2017 with a public PoC — while AI agents crossed 81% autonomous hack success and Google confirmed the first AI-built zero-day in the wild. Your developer supply chain took four separate hits in seven days (244K malicious HuggingFace downloads among them), and Iran's diplomatic collapse just opened the APT retaliation window that has preceded every major Iranian cyber campaign of the last decade. Patch the critical triad today, hunt for supply-chain artifacts from the last 10 days, and tune Iran-nexus detections before the spray starts.