Synced 16 Jun 2026 15:24 UTC Account
← All patching guides

How to patch VMware ESXi

Broadcom / VMware · Virtualization · 5 steps · VMware ESXi security status → · updated June 2026

ESXi hosts are patched per host: evacuate the VMs, enter maintenance mode, apply the patch, reboot, and confirm the new build. vSphere Lifecycle Manager automates this across a cluster.

8
actively exploited (KEV)
116
tracked CVEs
9.1.0.0
latest supported

VMware ESXi has 8 actively-exploited vulnerabilities on the CISA KEV list — patching is urgent.

Check your current version first

Before you patch, record what you're running (ESXi shell / SSH):

vmware -v   —or—   esxcli system version get

Or paste your version into the checker for an instant verdict.

Step by step

1
Check your current build

Run esxcli system version get to record the running build, and find the fixed build in the relevant VMSA advisory.

2
Evacuate and enter maintenance mode

vMotion running VMs off the host (or power them down), then put the host into maintenance mode so no workloads are affected.

3
Apply the patch

Preferred: use vSphere Lifecycle Manager (remediate against an updated image/baseline). Offline: upload the patch ZIP to a datastore and run esxcli software profile update -d /vmfs/volumes/<datastore>/<bundle>.zip -p <profile-name> (or vib update for a single VIB).

4
Reboot the host

Reboot to activate the new build, then exit maintenance mode.

5
Verify and rebalance

Confirm the new build with vmware -v, exit maintenance mode, and let DRS rebalance VMs back. Repeat host by host across the cluster.

Watch out for:
  • Patch one host at a time so the cluster keeps capacity and HA cover.
  • Check VM hardware / driver compatibility for major version jumps before remediating.

Official sources

Don't patch blind. VMware ESXi has 8 actively-exploited vulnerabilities on the CISA KEV list — patching is urgent. See exactly which versions are safe and what you're exposed to.

VMware ESXi security status →

Stay ahead of the next one

Frequently asked questions

What is the latest version of VMware ESXi?

As of June 2026, the latest supported VMware ESXi release we track is 9.1.0.0. Patch to the current release on your branch and confirm the version after updating.

How do I check which version of VMware ESXi I am running?

Use: vmware -v —or— esxcli system version get (ESXi shell / SSH). Record the result before and after patching to confirm the update applied.

Is VMware ESXi being actively exploited right now?

Yes — 8 VMware ESXi vulnerabilities are on the CISA Known Exploited Vulnerabilities (KEV) list, so attackers are using them in the wild. Patch promptly. See the exploitation radar.

How do I patch VMware ESXi safely without breaking production?

Always test in a non-production environment first, take a backup or snapshot, follow the official vendor advisory, and have a tested rollback. Patch one node at a time for clustered or high-availability setups.

Patch steps are general, well-established guidance for VMware ESXi — always test in a non-production environment first and follow the official Broadcom / VMware advisory for your exact version. IsItPatched is independent and not affiliated with Broadcom / VMware; this is not a substitute for vendor documentation. See our disclaimer.

← All patching guides · Security guides →