1. Home
  2. Security Hardening
  3. DISA STIG VMware ESXi Server 5 STIG V2R1
  4. GEN000945-ESXI5-000333 – The root accounts library search path must be the system default and must contain only absolute paths.

GEN000945-ESXI5-000333 – The root accounts library search path must be the system default and must contain only absolute paths.

Details

The library search path environment variable(s) contain a list of directories for the dynamic linker to search to find libraries. If this path includes the current working directory or other relative paths, libraries in these directories may be loaded instead of system libraries. This variable is formatted as a colon-separated list of directories. If there is an empty entry, such as a leading or trailing colon or two consecutive colons, this is interpreted as the current working directory. Entries starting with a slash (/) are absolute paths.

NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.

Solution

Disable lock down mode.
Enable the ESXi Shell.
= /etc/vmware/config
= libdir
= /usr/lib/vmware
Execute the following command(s):
# vi /etc/vmware/config

Set the ‘libdir’ path to ‘/usr/lib/vmware’.

Re-enable lock down mode.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system VMware.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles