Patch Today: OpenSSH Silent Root, Cisco Firmware Persistence, and Entra ID Hijack
Three Infrastructure Vulnerabilities That Demand Same-Day Action
Today's intelligence converges on active exploitation across SSH, network firewalls, and cloud IAM, each with confirmed persistence or working exploits in the wild.
CVE-2026-35414: OpenSSH Comma-Injection (15 Years, Silent Root)
A string-splitter on commas was reused to parse SSH certificate principal names. Commas are valid in principal names. A certificate issued for 'deploy,root' silently grants both principals. The attacker lands as root. The SIEM sees a clean, authorized login with zero auth failures. A working exploit took 20 minutes to build. OpenSSH 10.3 patches it. After patching, grep your CA issuance logs for any certificate containing a comma. Each match was an undetected silent root grant.
FIRESTARTER: Cisco Backdoor Survives Firmware Updates
CISA reports CVE-2025-20333 (CVSS 9.9, buffer overflow on Cisco ASA/FTD) has been exploited since May 2025 to install FIRESTARTER. The implant survives firmware updates. Reflashing the fixed firmware does not evict it. Only full reimaging does. Cold starts, meaning full power cycles rather than reboots, are required. Multiple federal agencies reported these devices as patched while still compromised. Affected hardware: Firepower 1000/2100/4100/9300, Secure Firewall 200/1200/3100/4200/6100, and EOL ASA boxes.
Microsoft Entra ID: Agent Administrator Priv-Esc
Microsoft shipped the new 'Agent ID Administrator' role to manage AI agent identities. The authorization boundary was mis-scoped. Holders could take ownership of any service principal in the tenant, not just agent-scoped ones. One role assignment owns your CI/CD pipelines and everything they deploy. A patch is out. The exposure window is unknown.
Your compliance tooling can't validate what it can't see. FIRESTARTER proves version-checking is not integrity attestation. The same principle applies to every trust-boundary appliance in the stack.
Cross-Source Pattern
All three share a failure mode: the validation tool reported green while the system underneath was compromised. SSH logs showed legitimate auth. Cisco firmware versions matched the patched release string. Entra role assignments looked correctly scoped. The architectural lesson is that trust-boundary devices need integrity attestation beyond version checking. Measured boot, runtime integrity monitoring, or periodic full-image baselines all qualify. Separately, AiTM attacks proxy legitimate MFA flows to steal session tokens, bypassing MFA entirely. The session layer, not the login page, is the real authentication boundary.
What to do
Upgrade all OpenSSH installations to 10.3 and grep your SSH CA issuance logs for comma-containing principal names
Audit all Cisco Firepower/Secure Firewall devices using CISA YARA rules against core dumps — reimage any device online before September 2025
Audit Entra ID for 'Agent ID Administrator' role assignments and review service principal ownership changes during the exposure window
Implement post-authentication session monitoring: token binding, reduced TTLs, and behavioral anomaly detection on active sessions