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
| CVE | Product | CVSS | Status | Action |
|---|---|---|---|---|
| CVE-2025-32975 | Quest KACE SMA | 10.0 | CISA KEV | Patch or isolate NOW |
| CVE-2026-40175 | Axios | 10.0 | Disclosed | npm ls axios everywhere |
| CVE-2026-33557 | Apache Kafka | 9.1 | Disclosed | Verify JWT validation |
| CVE-2026-20180/86/47 | Cisco ISE | 3× 9.9 | Patches available | Patch NAC backbone |
| CVE-2026-20184 | Cisco Webex | 9.8 | Patches available | SSO bypass — patch |
| CVE-2026-22752 | Spring Auth Server | High | Patches today | 1.3.11, 1.4.10, or 1.5.7 |
| CVE-2026-40050 | CrowdStrike LogScale | 9.8 | Self-hosted patch | Verify with CrowdStrike |
| CVE-2026-5450 | glibc | 9.8 | 16 years affected | Plan 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
Run `npm ls axios` and `yarn why axios` across all JavaScript/TypeScript projects; upgrade to patched version. Enforce IMDSv2 on all cloud instances.
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.
Verify Apache Kafka JWT authentication is actually validating tokens. Apply network ACLs immediately if using JWT auth.
Patch Cisco ISE/ISE-PIC (3× CVSS 9.9) and Webex SSO bypass (9.8). Patch CrowdStrike LogScale if self-hosted.
Patch Spring Authorization Server to 1.3.11, 1.4.10, or 1.5.7. Disable Dynamic Client Registration as stop-gap.
Initiate rebuilds for all applications embedding vulnerable ASP.NET Core library. Expire all affected tokens and cookies.
Integrate EPSS v3 scores into vulnerability management workflow alongside CVSS within 2 weeks.