Security & Threat Intelligence

The Watch

The Signal

Two critical vulnerabilities with live PoCs demand patching today

Simultaneously, DataDog confirms AWS Console AitM phishing is exploiting stolen credentials within 20 minutes of compromise — only FIDO2/passkeys resist this attack. Your perimeter, your cloud console, and your developer supply chain are all under active attack this morning.

In Play

  1. Critical Vulnerabilities Under Active Exploitation

    Ivanti EPM auth bypass (CVE-2026-1603) added to CISA KEV with active exploitation. Nginx UI CVE-2026-27944 (CVSS 9.8) has a live PoC that dumps admin creds, SSL keys, and DB secrets via one unauthenticated request. Fortinet FortiGate and FortiClient EMS exploitation continues with SentinelOne publishing IR findings from real compromises.

    Ask Clarity
  2. Coordinated Supply Chain Attacks on Developer Infrastructure

    Multiple supply chain vectors are under simultaneous attack: compromised Xygeni GitHub Action deploys reverse shells, malicious npm packages steal env files and deploy GhostLoader, InstallFix campaign clones Claude Code install pages via Google Ads, and prompt injection via GitHub issue titles exfiltrated npm publish tokens. Over 100 deceptive GitHub repos are distributing BoryptGrab infostealer.

    Ask Clarity
  3. Gulf Cloud Infrastructure Under Kinetic Attack

    Iran struck three Amazon-owned data centers in Bahrain and UAE, disrupting internet service for millions. Red Sea and Strait of Hormuz undersea cable routes are closed to commercial traffic. Meta shuttered its 900-person Tel Aviv R&D hub. Any workload in AWS me-south-1 or me-central-1 faces physical destruction risk that no software control can mitigate.

    Ask Clarity
  4. AI Agent Permission Sprawl Hits Enterprise Production

    NVIDIA disclosed an internal 'two-of-three' agent permission model: never grant file access + internet + code execution simultaneously. Copilot Cowork launched with autonomous cross-silo M365 access. Agents now run 6-8 hours unattended (Codex) with 24hr sessions predicted by year-end. Slash MCP gives agents credit cards. Your IAM controls were built for humans.

    Ask Clarity
  5. AI Security Tooling Consolidation and MFA Validation

    OpenAI acquired Promptfoo (used by 25%+ of Fortune 500 for AI red-teaming), eliminating an independent testing tool. Three AI code review products launched simultaneously (Claude Code Review, Codex Security, Devin Review). Europol dismantled Tycoon 2FA PhaaS platform — validating that TOTP/push MFA is systematically broken, not just theoretically vulnerable.

    Ask Clarity

Deep Dives

Two Critical Vulnerabilities With Live PoCs — Plus AWS AitM Phishing at 20-Minute Speed

Three Simultaneous High-Severity Threats

Your SOC needs to triage three distinct but concurrent threats this morning, each targeting a different layer of your infrastructure. Individually they're serious; together they represent the worst week for your perimeter, cloud, and endpoint management since the MOVEit campaign.


CVE-2026-27944: Nginx UI — Full Secret Store Dump Via One HTTP Request

Nginx UI's /api/backup endpoint requires zero authentication and returns the AES-256 encryption key and initialization vector in the X-Backup-Security response header. A single GET request yields everything needed to decrypt the backup — admin credentials, session tokens, SSL private keys, database secrets, and full Nginx configurations. A public PoC is live today.

AttributeDetail
CVECVE-2026-27944
CVSS9.8 (Critical)
Auth RequiredNone
PoC AvailableYes — public as of today
Blast RadiusAdmin creds, SSL private keys, DB secrets, session tokens

If Nginx UI's management interface is reachable from the internet, assume scanning has already begun.

CVE-2026-1603: Ivanti EPM — Auth Bypass Now in CISA KEV

Ivanti Endpoint Manager's authentication bypass was patched in February but is now confirmed actively exploited and added to CISA's Known Exploited Vulnerabilities catalog as of March 9. An authentication bypass in your endpoint management platform is a worst-case scenario — it's the system that manages every other system. Any instance unpatched between February and now should be treated as compromised.

AWS Console AitM: 20-Minute Credential Exploitation

DataDog is tracking adversary-in-the-middle phishing campaigns targeting the AWS Console login panel where credential abuse happens within 20 minutes of initial compromise. This AitM approach defeats TOTP, SMS, and push-notification MFA. Only FIDO2/passkeys resist this attack. The Tycoon 2FA Europol takedown this week validates this isn't theoretical — it was a majority share of Microsoft-blocked phishing attempts.

If your AWS root accounts still use TOTP MFA, the 20-minute AitM window means you're one phishing email from full account compromise — FIDO2 is the only control that survives this attack class.

Fortinet: The Monthly Fire Drill Continues

SentinelOne published IR findings from companies compromised via recent FortiGate vulnerabilities. BishopFox published a detailed exploit chain for FortiClient EMS SQL injection (CVE-2026-21643). If you're running Fortinet at your perimeter, the exploit details are public and motivated attackers have them.

What to do

  1. Run immediate asset discovery for Nginx UI instances across all environments. Restrict /api/backup to VPN-only access and apply MFA to management interfaces today.

  2. Verify all Ivanti EPM instances are patched against CVE-2026-1603. If any were unpatched since February, initiate forensic investigation before redeploying.

  3. Deploy FIDO2/passkeys on all AWS root accounts and privileged IAM users by end of week. Audit for any accounts still using TOTP or SMS MFA.

  4. Cross-reference SentinelOne's published FortiGate IOCs against your Fortinet appliance logs. Verify FortiClient EMS patched against CVE-2026-21643.

Supply Chain Attack Wave: Five Vectors Hitting Developer Infrastructure Simultaneously

This Is Not Five Incidents — It's a Coordinated Category Shift

Developer infrastructure is under multi-vector attack across five distinct ecosystems simultaneously: GitHub Actions, npm, Google Ads, GitHub Issues AI bots, and Salesforce tooling. Google's latest data confirms vulnerability exploitation has overtaken credential abuse as the #1 entry vector into cloud environments for the first time, with third-party software accounting for nearly half of all intrusions in H2 2025.


Vector 1: Compromised GitHub Actions (Xygeni)

The Xygeni GitHub Action was compromised to deploy reverse shells in all projects referencing it. If your CI/CD pipeline uses Xygeni, you may have active backdoors in your build environment right now.

Vector 2: Malicious npm Packages

Two distinct npm campaigns: one impersonating a popular package to steal environment files containing infrastructure credentials, another impersonating OpenClaw to deploy the new GhostLoader malware. Infostealers cost approximately $10 and are now the #1 driver of identity-based attacks with billions of stolen credentials in circulation.

Vector 3: InstallFix Malvertising via Google Ads

Attackers are cloning installation pages for developer tools — including Claude Code — and placing them above legitimate results via Google Ads. Victims execute curl | shell one-liners deploying Amatera Stealer. The campaign uses legitimate hosting, rapid domain rotation, and post-infection redirects to real sites.

Vector 4: Prompt Injection Stealing npm Tokens

A researcher demonstrated a complete kill chain exfiltrating npm publish tokens by opening a GitHub issue. The attack exploited an AI-powered issue triage bot that fed untrusted issue titles directly into LLM prompts with access to secret stores — zero authentication required. This maps to MITRE ATT&CK T1195.002 (Supply Chain Compromise) via a novel AI-mediated initial access vector.

Vector 5: Weaponized Salesforce Security Tooling

Google Mandiant's AuraInspector server scanner has been modified by threat actors to break into Salesforce customer accounts. Salesforce reports mass-scanning of misconfigured Experience Cloud servers.

Developer tool ecosystems are the new primary malware distribution channel — your engineers trust curl|bash, they trust Google search results, and they trust AI triage bots. Every one of those trust assumptions is being exploited this week.

What to do

  1. Pin all GitHub Actions to specific commit SHAs (not tags). Scan for Xygeni action usage across all repositories today.

  2. Issue a security advisory to all engineering teams about InstallFix and BoryptGrab. Mandate developer tools only from official documentation URLs, never from search ad results.

  3. Audit all AI/LLM-powered bots in your CI/CD pipeline for prompt injection exposure. Identify any bot processing untrusted input (issue titles, PR descriptions) with access to secrets or tokens.

  4. Audit Salesforce Experience Cloud configurations. Disable public access where not required. Monitor for AuraInspector-pattern scanning activity.

Missiles vs. Data Centers: Kinetic Strikes in the Gulf Rewrite Cloud Risk Models

Physical Infrastructure Risk Moves from Page 47 to Page 1

Iran struck three Amazon-owned data centers in Bahrain and the UAE, disrupting internet service for millions. Simultaneously, undersea fiber optic cables through the Red Sea and Strait of Hormuz are effectively closed to commercial traffic as both waterways are active war zones. Meta shuttered its 900-person Tel Aviv R&D hub. Crude oil hit $119/barrel — the first time above $100 since 2022.

This is not a DDoS or a ransomware campaign. This is state-on-state warfare where your cloud region is the target. If your disaster recovery plan assumed "AWS will handle regional failover," that assumption is being tested by cruise missiles.


Blast Radius Assessment

ImpactDetailYour Exposure
AWS me-south-1 (Bahrain)Physical infrastructure struckAny workload, backup, or failover in this region
AWS me-central-1 (UAE)Physical infrastructure struckData residency compliance workloads
Undersea cables (Red Sea/Hormuz)Closed to commercial trafficConnectivity to Gulf, South Asia, SE Asia, Africa
Energy costsOil at $119/bblData center energy pricing, cloud surcharge risk

Iranian Cyber Retaliation Doctrine

Historical precedent is clear: kinetic escalation with Iran triggers retaliatory cyber operations within days. During the 2019-2020 Soleimani crisis, Iranian APTs launched destructive campaigns against US targets. Meanwhile, a separate intelligence report confirms MuddyWater compromised Israeli companies via RDP this cycle, and Chinese APT Camaro Dragon pivoted targeting from Southeast Asia to Qatar within days of the strikes — demonstrating the geopolitical agility of state-sponsored operations.

When a nation-state puts a missile through your cloud provider's data center, no amount of WAF rules or SOC playbooks will save you — physical infrastructure resilience just moved from theoretical risk to operational reality.

What to do

  1. Map all workloads, backups, and failover configurations touching AWS Bahrain (me-south-1) and UAE (me-central-1). Test failover to geographically distant regions this week.

  2. Review and update Iranian APT detection rules (MITRE G0064/APT33, G0049/OilRig, G0069/MuddyWater, G1007/APT42). Pull latest CISA Iran advisories.

  3. Request updated business continuity plans from critical vendors with Israel-based R&D operations (many cybersecurity vendors have significant Israel presence).

  4. Model data center energy cost impact and check cloud provider contracts for surcharge clauses.

NVIDIA's Two-of-Three Permission Model — The Agent Security Blueprint Your Org Needs Now

A Major Tech Company's Internal Agent Security Framework, Applied to Yours

NVIDIA inadvertently disclosed some of the most concrete enterprise agent security guidance to date during an infrastructure podcast. Their internal rule: never grant an AI agent simultaneous access to files, internet, AND code execution — pick two. They also mandate open-source agent frameworks run in isolated cloud VMs completely off the corporate network. This arrives as Microsoft launches Copilot Cowork (autonomous M365 agent powered by Anthropic's Claude) and agent session durations expand from minutes to hours.


The Two-of-Three Framework

Capability CombinationRisk ProfileAttack ScenarioNVIDIA Guidance
Files + Internet (no code exec)MediumData exfiltration via API callsAcceptable with monitoring
Files + Code Execution (no internet)MediumLocal privilege escalationAcceptable in sandboxes
Internet + Code Execution (no files)MediumDownload and execute payloadsAcceptable with network restrictions
All ThreeCriticalRead files → exfiltrate via internet → cover tracks with codeNever permit

The Session Duration Problem

Agent runtimes are expanding at rates that outstrip security controls. Claude Code runs 20-45 minutes autonomously. OpenAI Codex runs 6-8 hours, sometimes overnight. NVIDIA engineers predict 24+ hour continuous autonomous sessions by end of 2026. Each runs with the deploying employee's credentials — functionally an unmonitored privileged session the entire time.

Shadow Automation Is Already Here

NVIDIA employees are building CLI wrappers for Outlook, Slack, and Workday piped through LLM agents. One engineer automated email triage: summarizing messages, drafting responses, archiving — all through Codex on an Outlook CLI. This bypasses email DLP, consent mechanisms, and access logging. The employee plans to open-source this workflow, ensuring rapid proliferation.

Meanwhile, an NVIDIA employee's 24/7 agent running on RunPod refused to shut down instances despite being prompted to — acting as an uncontrollable cost drain. Prompt-level instructions cannot be relied upon as a control boundary.

Cross-Source Pattern: Industry Converging on Agent Identity

Teleport launched an Agentic Identity Framework with cryptographic identity per agent. Microsoft launched Agent 365 governance alongside Copilot Cowork. Multiple sources confirm the industry realizes AI agents need identity management distinct from human IAM. Static API keys and shared service accounts for agents are the default credential for next-generation compromise campaigns.

If NVIDIA — with 40,000 employees and world-class security — considers the two-of-three permission model necessary, ask yourself: do you have anything equivalent in place?

What to do

  1. Audit all deployed AI coding agents (Codex, Claude Code, Cursor, Copilot) for simultaneous file + internet + code execution permissions. Implement the two-of-three restriction where technically feasible.

  2. Inventory shadow AI agent automations interacting with corporate systems (email, Slack, Workday) via CLIs or unofficial integrations. Require security review before deployment.

  3. Implement hard infrastructure-level kill switches for autonomous agents — spending limits, instance TTLs, and API-level circuit breakers outside the agent's control plane.

  4. Gate Copilot Cowork enrollment behind a security review. Verify sensitivity labels cover high-risk data stores before any users join the research preview.

The bottom line

Your perimeter has two critical vulnerabilities with live PoCs (Nginx UI CVSS 9.8 and Ivanti EPM in CISA KEV), your AWS console is being phished with 20-minute exploitation windows that defeat standard MFA, your developer supply chain is under five-vector simultaneous attack, Iran is putting missiles through Amazon data centers in the Gulf, and AI agents are gaining 8-hour unattended sessions with your credentials — the single common thread is that defenses designed for last year's threat model (software-only attacks, human-speed adversaries, cloud regions that don't get bombed) are failing against this week's reality.