
⚠ HIGH PRIORITY — CISA KEV (Aug 2026). CVE-2026-59310 is a path traversal flaw in VMware vCenter's Syslog server. Any attacker with network access to vCenter can achieve remote code execution on the appliance — full control of your virtualization management plane.
Affected vCenter
- VMware vCenter Server builds listed in Broadcom VMSA-2026-0008
- vCenter with Syslog forwarding enabled (default in many deployments)
- Management VLAN reachable from compromised workstation or flat network
Check version
ssh admin@vcenter.local
vpxd -v 2>/dev/null || cat /etc/vmware-vpx/version
ss -tlnp | grep 514Patching Method
- Download fixed vCenter ISO/patch from Broadcom Customer Connect.
- Snapshot vCenter VM or take appliance backup before upgrade.
- Apply patch via VAMI (
https://vcenter:5480) → Update → Install. - Reboot vCenter; confirm Syslog service starts cleanly.
- Verify build matches VMSA fixed-version table.
- Review Syslog and vpxd logs for traversal attempts in last 30 days.
- Rotate vCenter SSO and local admin passwords post-patch.
grep -i syslog /var/log/vmware/vpxd.log | tail -50
grep -i traversal /var/log/vmware/syslog.log 2>/dev/nullUntil patched
- Restrict vCenter management (443, 5480) to jump-host IP allowlist
- Segment vCenter on dedicated management VLAN — no internet exposure
- Assume compromise if vCenter was internet-facing and unpatched
CVSS: 9.8 Critical. No vendor workaround — patch only.