Security & Threat Intelligence

The Watch

The Signal

Axios — the most popular JavaScript HTTP client

That's one of two CVSS 10.0s this week alongside eight separate authentication bypass vulnerabilities across Quest KACE (on KEV), Apache Kafka (accepts ANY JWT), Cisco ISE (three concurrent 9.9s), and Sonatype Nexus (hard-coded credentials in your artifact repository).

In Play

  1. Authentication Bypass Epidemic: Two CVSS 10.0s and Eight Products Failing at Auth

    Eight products disclosed auth bypass or credential vulnerabilities this week: Quest KACE SMA (CVSS 10.0, on KEV), Axios (CVSS 10.0), Kafka JWT bypass (9.1), Cisco ISE (3× 9.9), Webex SSO bypass (9.8), Sonatype Nexus hard-coded creds, OAuth2 Proxy, and FastGPT NoSQL injection. This is an industry-wide systemic failure at the most fundamental security control.

    Ask Clarity
  2. Your Security Toolchain Has Its Own Critical Vulnerabilities

    CrowdStrike LogScale has unauthenticated file read (CVSS 9.8). Sonatype Nexus has hard-coded creds. Checkmarx KICS Docker images were trojanized to exfiltrate IaC secrets. Fortinet FortiSandbox has dual 9.8 RCEs. Your defensive infrastructure is the attack surface — and attackers don't need zero-days when your SIEM, artifact repo, and sandbox have CVSS 9.8 vulns.

    Ask Clarity
  3. Enterprise AI Agents Go Production Across OpenAI, Google, and Financial Platforms

    OpenAI Workspace Agents, Google Gemini Enterprise Agent Platform, and Factory Droid all shipped this week — giving AI agents persistent OAuth access to Slack, Gmail, Salesforce, and code repos. Block, Alipay, and Coinbase are deploying agents with direct payment authority. RSAC 2026 confirmed: no vendor has a working enforcement solution for AI agent security. Every customer is in monitor-only mode.

    Ask Clarity
  4. MCP Protocol Emerges as Systemic RCE Vector Across AI Ecosystem

    Three independent AI tools — OpenAI Codex CLI (CVE-2025-61260, 9.8), Upsonic (CVE-2026-30625, 9.8), and Flowise (CVE-2026-40933, 9.9) — all disclosed RCE via MCP integrations in the same week. OX Security confirms this is systemic, not product-specific. Cisco released 5 OSS defensive tools at RSAC including MCP Scanner. Freeze MCP deployments until security review.

    Ask Clarity
  5. Institutional & Physical Infrastructure Under Simultaneous Strain

    CISA's director nominee withdrew after 13 months of Senate paralysis — the agency is leaderless with deeper budget cuts ahead. Section 702 got only a 10-day extension to April 30. ZionSiphon OT malware targets Israeli water infrastructure with geofenced activation. Undersea cables face escalating state sabotage (Russia, China). These are slow-burn risks reshaping your federal dependency assumptions.

    Ask Clarity

Deep Dives

Two CVSS 10.0s, Eight Auth Bypasses, and Your Security Tools' Own Vulnerabilities — This Week's Triage Queue Is the Worst of 2026

The Pattern No One's Naming

Count the authentication bypass and credential vulnerabilities disclosed this week: Quest KACE SMA, Cisco Webex SSO, Apache Kafka JWT, OAuth2 Proxy, FastGPT NoSQL injection, Sonatype Nexus hard-coded credentials, Spring Security Authorization Server, and Cisco ISE. Eight products, all failing at the most fundamental security control. This is not coincidence — it's an industry-wide pattern.

Two of these carry the maximum possible severity: Quest KACE SMA (CVE-2025-32975, CVSS 10.0) enables complete admin takeover with zero authentication and has been on CISA KEV since April 20. Axios (CVE-2026-40175, CVSS 10.0) allows header injection that exfiltrates cloud metadata — and as the most popular JavaScript HTTP client, it's almost certainly a transitive dependency in your projects.

When your artifact repository has hard-coded credentials, your Kafka cluster accepts forged JWTs, and your SIEM has unauthenticated file read — the attackers don't need zero-days; they need patience and a vulnerability scanner.

The Security Tool Problem

This week's most disturbing sub-pattern: your defensive infrastructure is the vulnerability. CrowdStrike LogScale (CVE-2026-40050, CVSS 9.8) has unauthenticated path traversal allowing anyone to read files from your SIEM. Sonatype Nexus Repository Manager (CVE-2026-5189) has hard-coded credentials across versions 3.0.0 through 3.70.5 — a supply chain security tool with a supply chain vulnerability. Fortinet FortiSandbox has dual CVSS 9.8 vulnerabilities enabling OS command injection and privilege escalation in your sandbox. Trojanized Checkmarx KICS Docker images were exfiltrating every secret in your IaC configs.

The Numbers That Should Drive Your Prioritization

CVEProductCVSSStatusAction
CVE-2025-32975Quest KACE SMA10.0CISA KEVPatch or isolate NOW
CVE-2026-40175Axios10.0Disclosednpm ls axios everywhere
CVE-2026-33557Apache Kafka9.1DisclosedVerify JWT validation
CVE-2026-20180/86/47Cisco ISE3× 9.9Patches availablePatch NAC backbone
CVE-2026-20184Cisco Webex9.8Patches availableSSO bypass — patch
CVE-2026-22752Spring Auth ServerHighPatches today1.3.11, 1.4.10, or 1.5.7
CVE-2026-40050CrowdStrike LogScale9.8Self-hosted patchVerify with CrowdStrike
CVE-2026-5450glibc9.816 years affectedPlan upgrade path

The ASP.NET Core Wrinkle

Microsoft's out-of-band ASP.NET Core patch is particularly treacherous: patching the runtime is explicitly insufficient. Applications that embed the vulnerable library must be fully rebuilt, and all tokens and cookies generated pre-patch must be expired. Your patch management dashboard will show green while applications remain vulnerable. This is a rebuild-and-rotate scenario, not a patch-and-forget scenario.


Cross-Source Insight

Multiple sources converge on the same structural problem: only 5-7% of CVEs are exploited in the wild, but the average remediation gap is 55 days while adversaries exploit in under 1 week. At 110+ new CVEs per day, CVSS-only triage is mathematically unsolvable. Sources agree: EPSS integration is no longer optional — it's the only way to focus on the vulns that matter at this volume.

What to do

  1. Run `npm ls axios` and `yarn why axios` across all JavaScript/TypeScript projects; upgrade to patched version. Enforce IMDSv2 on all cloud instances.

  2. Patch Quest KACE SMA to 13.0.385+, 13.1.81+, 13.2.183+, 14.0.341+, or 14.1.101+. Isolate from internet if patching is delayed.

  3. Verify Apache Kafka JWT authentication is actually validating tokens. Apply network ACLs immediately if using JWT auth.

  4. Patch Cisco ISE/ISE-PIC (3× CVSS 9.9) and Webex SSO bypass (9.8). Patch CrowdStrike LogScale if self-hosted.

  5. Patch Spring Authorization Server to 1.3.11, 1.4.10, or 1.5.7. Disable Dynamic Client Registration as stop-gap.

  6. Initiate rebuilds for all applications embedding vulnerable ASP.NET Core library. Expire all affected tokens and cookies.

  7. Integrate EPSS v3 scores into vulnerability management workflow alongside CVSS within 2 weeks.

Checkmarx KICS, Axios, and npm Packages — Supply Chain Poisoning Is Targeting Your DevSecOps Pipeline Directly

The Security Scanner Was the Exfiltration Channel

Attackers overwrote official tags in the Checkmarx KICS Docker Hub repository — including v2.1.20, alpine, and a fabricated v2.1.21 — injecting a trojanized binary that generates uncensored IaC scan reports, encrypts and exfiltrates every secret found in your Terraform, CloudFormation, and Kubernetes configs. The tool designed to find your secrets was weaponized to steal them. Organizations using KICS in CI/CD pipelines may have been exfiltrating cloud credentials with every scan run.

This follows the Trivy compromise and Axios vulnerability in rapid succession, confirming that the DevSecOps toolchain itself is now a primary target. Exploit-to-weaponization timelines are shrinking to hours.

The Self-Propagating npm Threat

Two malicious npm packages — 'pgserve' and 'automagik' — were designed to infect every downstream package built using them, creating a worm-like propagation chain through your build pipeline. They steal data, credentials, and secrets, with researchers describing potential for "complete organizational takeover." If either package entered your dependency tree, every build artifact since introduction is compromised.

Sonatype Nexus: Your Artifact Repository Has Hard-Coded Credentials

CVE-2026-5189 affects Sonatype Nexus Repository Manager versions 3.0.0 through 3.70.5 with hard-coded credentials enabling unauthenticated OS command execution. Your artifact repository is the supply chain control point — it's where you store the packages your CI/CD pipeline trusts implicitly. A compromised Nexus is a compromised build pipeline.

When your IaC scanner exfiltrates secrets, your npm packages self-propagate malware, and your artifact repository has default credentials — the supply chain isn't broken; it's been weaponized.

The Convergence Pattern

Five sources independently flagged the same pattern: supply chain attacks are no longer targeting application code — they're targeting the security and development tools themselves. The attack surface has shifted upstream to the tools developers trust most implicitly.

TargetAttackData at RiskCheck Command
AxiosCVE-2026-40175 (CVSS 10.0)Cloud metadata via header injectionnpm ls axios
Checkmarx KICSTrojanized Docker imagesAll IaC secrets (TF, CF, K8s)Compare image digests
Sonatype NexusCVE-2026-5189 hard-coded credsAll artifacts + OS accessCheck version 3.0–3.70.5
npm: pgserve/automagikSelf-propagating malwareSecrets, credentials, datanpm audit
@fastify/expressCVE-2026-33807 (9.1)Auth bypassVersion ≤4.0.4

Container Image Trust Is Broken

The Checkmarx KICS attack exploited a fundamental gap: most CI/CD pipelines pull images by tag, not by digest. Attackers overwrote legitimate tags with trojanized versions. The fix is architectural: implement container image signing and digest-based pinning using Sigstore/Cosign, Kyverno, or OPA Gatekeeper. Deploy admission controllers to reject unsigned or unverified images.

What to do

  1. Audit all KICS Docker images pulled in the last 30 days. Compare digests against Checkmarx verified hashes for v2.1.20, v2.1.21, and alpine tags.

  2. Run dependency scans for npm packages 'pgserve' and 'automagik' across all repositories. Block at registry proxy. Rotate all secrets if found.

  3. Verify Sonatype Nexus version across all instances. Patch if running 3.0.0–3.70.5. Audit access logs for unauthorized patterns and rotate accessible secrets.

  4. Implement container image signing and digest-based pinning across all CI/CD pipelines within 2 weeks.

  5. If compromised KICS images were used, rotate every credential in every IaC config that was scanned — Terraform, CloudFormation, and Kubernetes.

Enterprise AI Agents Got Production Keys This Week — Your IAM Framework Doesn't Have a Category for Them

Five Platforms Shipped, Zero Governance Solutions Exist

In a single week: OpenAI launched Workspace Agents with Slack and Salesforce integration for Business/Enterprise tiers. Google unveiled the Gemini Enterprise Agent Platform with a central registry and 200+ model support. Factory shipped Droid — always-on AI agents with their own filesystems and credentials. Block deployed MoneyBot and ManagerBot with autonomous payment authority. Alipay launched AI Pay enabling agent-initiated purchases via OpenClaw protocol. Coinbase is embedding executive-persona agents in Slack.

At RSAC 2026, across 11 main-stage keynotes, no speaker claimed a working solution for AI agent security. Every customer deploying AI agents is in monitor-only mode with no enforcement.

Each workspace agent is a persistent identity with OAuth scopes spanning multiple SaaS applications, capable of reading sensitive data, writing to business channels, and triggering external actions — and your IAM framework doesn't have a category for it.

The Agent Identity Crisis

Google Cloud resellers working implementations explicitly flagged that determining what agents should have access to is an unsolved enterprise challenge. Home Depot disclosed employees have access to four AI providers simultaneously (Google, Anthropic, OpenAI, Microsoft), switching based on quality. That's four providers with different data handling, retention, and training policies — each model switch is a data flow your DLP didn't account for.

Financial Agents Change the Calculus

Block's agents autonomously execute payments, savings, and inventory management. Alipay's agents make purchases. Coinbase has executive-persona agents in Slack providing strategic feedback. The attack surface for each: prompt injection via data the agent ingests, credential persistence through background tokens that outlive sessions, and authority exploitation since Coinbase's agents speak with executive credibility.

PlatformData AccessAction CapabilityGovernance
OpenAI Workspace AgentsSlack, Salesforce, enterprise toolsCode gen, reports, communicationOptional HITL
Google Gemini PlatformGmail, Drive, Docs, Sheets, ChatCross-app queries, orchestrationCentral registry (new)
Block MoneyBotCash App payments, savingsAutonomous transactionsNot disclosed
Factory DroidOwn filesystem + credentialsAlways-on executionBYOD or cloud

The 60% Threshold

Vercel's CTO disclosed that 60% of traffic to their admin/configuration app is bot traffic — AI agents configuring applications on behalf of humans. Your behavioral baselines, anomaly detection, and authentication mechanisms were designed for human interaction patterns. They will fail on legitimate agent traffic and miss attacks that mimic agent patterns.


What the AWS Bedrock AgentCore Failure Teaches

AWS Bedrock AgentCore's starter toolkit generates wildcard IAM permissions by default, enabling a 'God Mode' where compromising one agent grants access to all agents' memories, ECR images, and code interpreters. AWS chose to update documentation rather than change the defaults. Every team that spun up AgentCore has wildcard roles in your account right now. This is the governance gap in microcosm — and Cisco's five new open-source tools (AI BOM, MCP Scanner, A2A Scanner, CodeGuard, DefenseClaw) are the first defensive tooling worth evaluating.

What to do

  1. Conduct an AI agent inventory across your organization by end of next week — catalog every agent, its OAuth scopes, data access, and action permissions.

  2. Identify and remediate all AWS Bedrock AgentCore deployments using auto-generated IAM roles. Replace wildcard permissions with least-privilege scoped to each agent.

  3. Publish a CISO advisory requiring security review before any AI agent deployment with SaaS integration. Define AI agents as a distinct identity class in your IAM framework.

  4. Evaluate Cisco's OSS AI defense tools (AI BOM, MCP Scanner, A2A Scanner) for integration by end of Q2.

  5. Update fraud detection baselines for non-human transaction patterns if any agent-enabled payment platforms (Block, Alipay, Coinbase) are in your payment ecosystem.

The bottom line

This week delivered two CVSS 10.0 vulnerabilities (Axios and Quest KACE SMA), eight separate authentication bypass flaws across products like Kafka and Cisco ISE, and the uncomfortable discovery that your security tools themselves — CrowdStrike LogScale, Sonatype Nexus, Checkmarx KICS, and Fortinet FortiSandbox — all have critical vulnerabilities or were actively trojanized. Meanwhile, OpenAI, Google, Block, and Alipay shipped AI agents with persistent access to your Slack, email, and payment rails before anyone built enforcement controls. Run `npm ls axios` today, verify your Kafka actually validates JWTs, and start treating AI agents as a distinct identity class in your IAM framework — because your attackers already are.