T The Triage ManualTechnical Guides for IT Emergencies
P1 · Cyber Incident Response

CVE-2026-22769: Dell RecoverPoint for Virtual Machines Zero-Day RCE — UNC6201 GRIMBOLT/BRICKSTORM Backdoor Deployment

Critical (CVSSv3.1 10.0) zero-day in Dell RecoverPoint for Virtual Machines actively exploited by UNC6201 (PRC-nexus) since mid-2024. Exploitation enables RCE, lateral movement into VMware infrastructure via 'Ghost NICs', and deployment of GRIMBOLT (C# AOT-compiled), BRICKSTORM, and SLAYSTYLE backdoors with iptables-based Single Packet Authorization for stealth. Immediate network isolation, forensic preservation, patching, and full threat hunt required.

Indicators

Likely causes

Diagnostic steps

  1. Audit Dell RecoverPoint for Virtual Machines appliances for BRICKSTORM, GRIMBOLT, and SLAYSTYLE malware binaries. Search for C# AOT-compiled binaries in non-standard filesystem locations. Compare running processes against known-good baseline: `ps aux | grep -v known_process` and `find / -type f -executable -mtime -365 2>/dev/null | xargs file | grep -i 'executable'`
    Determine whether the appliance is actively compromised and which malware families are present.
  2. Inspect iptables rules for Single Packet Authorization (SPA) anomalies: `iptables -L -n -v` and `iptables -t nat -L -n -v`. Compare against documented baseline or deployment documentation.
    Identify SPA-based hiding of backdoor listener ports used by UNC6201 to conceal active C2 channels from network scanners.
  3. Audit all VMware VMs accessible from compromised RecoverPoint appliance for unauthorized 'Ghost NICs'. In vCenter, review each VM's hardware configuration for NICs not provisioned by authorized administrators, especially those connected to non-standard port groups.
    Detect Ghost NIC network pivot infrastructure created by UNC6201 for stealthy lateral movement into VMware virtual infrastructure.
  4. Review network telemetry (firewall logs, NetFlow, DNS) for outbound connections from RecoverPoint appliance IPs to external hosts. Look for repeated low-volume connections consistent with C2 beaconing. Cross-reference against Mandiant/GTIG published IOCs for UNC6201, BRICKSTORM, GRIMBOLT.
    Identify active or historical C2 communication channels and determine breach scope.
  5. Determine installed Dell RecoverPoint for Virtual Machines version on all appliances. Compare against Dell's published remediation advisory for CVE-2026-22769 to confirm patch status.
    Establish patch status and prioritize remediation effort across the environment.
  6. Review authentication and access logs on RecoverPoint appliance and adjacent VMware infrastructure (vCenter, ESXi) for lateral movement from RecoverPoint IPs, unusual service account usage, or privilege escalation from mid-2024 onward.
    Scope lateral movement and determine which internal systems may have been compromised beyond the initial RecoverPoint foothold.

Resolution path

Prevention

Tools

References

CVE-2026-22769Dell RecoverPointzero-dayUNC6201PRC-nexusSilk TyphoonUNC5221GRIMBOLTBRICKSTORMSLAYSTYLEespionageAPTVMwareGhost NIClateral movementsingle packet authorizationiptablesC# AOTbackdoorincident responsenation-stateMandiantGTIGvirtual infrastructureedge appliancepersistenceRCE