VCPG-70-000009 - VMware Postgres must require authentication on all connections.

Information

To ensure accountability and prevent unauthenticated access, organizational users must be identified and authenticated to prevent potential misuse and compromise of the system.

VMware Postgres client authentication configuration is configured in 'pg_hba.conf'. In this file are a number of lines that specify who can connect to the service, from where, and using what authentication methods. In Postgres there is a concept of a trusted connection where a specific network mask can connect without any authentication to any account. This connection is termed 'trust' in 'pg_hba.conf', and it must not be present. Out of the box, VMware Postgres requires standard password authentication for all connections.

Solution

Navigate to and open /storage/db/pgdata/pg_hba.conf.

Find and remove the line that has a method of 'trust' in the far-right column.

A correct, typical line will look like the following:

# TYPE DATABASE USER ADDRESS METHOD
host all all 127.0.0.1/32 md5

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_VMW_vSphere_7-0_Y23M07_STIG.zip

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-2, CAT|III, CCI|CCI-000764, Rule-ID|SV-256599r887583_rule, STIG-ID|VCPG-70-000009, Vuln-ID|V-256599

Plugin: Unix

Control ID: 68ce35e065b764c1ea9ed6a971332388a2c60182b21c2ac65c43c0333785fc0f