
CVE-2025-22226 is an authentication bypass in VMware ESXi Host Client and API paths. Attackers with network access to ESXi management (port 443) may bypass login and execute privileged operations on hypervisors running Linux-based ESXi.
Affected ESXi
- ESXi 8.0 before ESXi 8.0 U3d
- ESXi 7.0 before ESXi 7.0 U3s
- Management interfaces exposed to LAN or internet
Verify build
ssh root@esxi-host
vmware -v
esxcli system version getPatching Method
- Snapshot inventory — export VM list and note maintenance window.
- Download fixed image from VMware/Broadcom portal matching your ESXi major version (8.0 U3d or 7.0 U3s).
- Put host in maintenance mode:
esxcli system maintenanceMode set --enable true - Apply update via Lifecycle Manager,
esxcli software profile update, or boot ISO upgrade per VMware KB. - Reboot host, exit maintenance mode, validate
vmware -vshows patched build. - Rotate credentials — vCenter, ESXi root, and API tokens after patch.
# Quick version check after reboot
esxcli system version get | grep -E 'Version|Build'
esxcli network firewall getWorkaround until patched
- Restrict ESXi management VLAN; deny inbound 443 from internet
- Disable Host Client if not required; use vCenter only over VPN
- Audit ESXi logs for failed-then-success auth anomalies