ESXi Host Web client allows directory listing of /ui/scripts/main.js
and is accessible to anonymous users and requires to be disabled/blocked
web program allows directory listing: /ui/scripts/main.js ("+n.name+" parameter) |
Modify the web program such that it does not disclose directory contents. |
VMware ESXi Host 7.x
https://<vCenter-IP>/ui/static/resources/ng-next-app/main.js
(main.js bundle
) is sent to the client-side, and therefore, no sensitive information should be embedded in those scripts.
Hence, we cannot disable or block the access to the /ui/scripts/main.js
of Host/vCenter.