Three Security Foundations Broken Simultaneously — Patch, Detect, and Re-evaluate
The Situation
Three independent security developments converged today, each invalidating a different trust assumption in your stack. Together, they represent the most actionable security day in weeks.
1. Dell RecoverPoint: CVSS 10.0, Actively Exploited
CVE-2026-22769 is a hardcoded admin credential in tomcat-users.xml on Dell RecoverPoint for Virtual Machines. The threat actor UNC6201 is actively exploiting it to deploy malicious WAR files via /manager/text/deploy, achieving root-level code execution. Persistence is maintained by hijacking convert_hosts.sh (runs at boot via rc.local). The audit trail lives in /home/kos/auditlog/fapi_cl_audit_log.log.
The deeper concern: UNC6201 has evolved from BRICKSTORM to a new GRIMBOLT backdoor compiled with native AOT, which strips .NET CIL metadata and renders standard analysis tools (dnSpy, ILSpy, dotPeek) useless. GRIMBOLT introduces Ghost NICs for covert communication and iptables-based Single Packet Authorization on compromised vCenter appliances. This is a nation-state actor deliberately targeting backup infrastructure to deny recovery capability.
2. EDR Blind Spot: ADWS Port 9389
ADWSDomainDump uses Active Directory Web Services (port 9389) instead of LDAP to enumerate AD objects — and it bypasses both CrowdStrike Falcon and Microsoft Defender for Endpoint. This isn't a signature gap fixable by a rule update; it's a protocol-level architectural blind spot. EDR vendors built detection around LDAP patterns and simply don't monitor ADWS. Until they add an entirely new data source, you're exposed.
3. Password Manager Zero-Knowledge: Marketing, Not Cryptography
ETH Zurich's Applied Cryptography Group demonstrated 25 attacks across three major vendors:
| Vendor | Attacks | Est. Users | Worst Case |
|---|---|---|---|
| Bitwarden | 12 | ~20M+ | Full organizational vault compromise |
| LastPass | 7 | ~25M+ | Vault integrity violations |
| Dashlane | 6 | ~15M+ | Targeted vault compromise |
The attacks work via lightweight server impersonation during routine sync operations — not a full infrastructure compromise. Root cause: feature-bloat complexity and reliance on obsolete 1990s-era cryptographic primitives. Full paper drops at USENIX Security 2026.
Your backup infrastructure, your EDR coverage, and your password manager all have known, exploitable gaps right now — the question isn't whether to act but which one you patch first.
What to do
Apply Dell's patch for CVE-2026-22769 on all RecoverPoint for Virtual Machines instances immediately and audit fapi_cl_audit_log.log for requests to /manager
Deploy network-level detection rules for anomalous ADWS traffic on port 9389 this sprint — flag high-volume requests from non-admin workstations
Restrict port 9389 access via network segmentation to only legitimate admin hosts by end of week
Update your password manager threat model this quarter to assume compromised sync servers can lead to vault compromise; evaluate certificate pinning and hardware security key compensating controls
Deploy Mandiant's published YARA rules for GRIMBOLT across VMware environments and hunt for Ghost NICs and unexpected iptables rules on vCenter appliances this sprint