1. Home
  2. Security Hardening
  3. DISA STIG VMware vSphere 6.7 PostgreSQL V1R1
  4. VCPG-67-000009 – VMware Postgres must limit modify privileges to authorized accounts.

VCPG-67-000009 – VMware Postgres must limit modify privileges to authorized accounts.

Details

If VMware Postgres were to allow any user to make changes to database structure or logic, those changes might be implemented without undergoing the appropriate testing and approvals that are part of a robust change management process.

Accordingly, only qualified and authorized individuals must be allowed to obtain access to information system components to initiate changes, including upgrades and modifications.

Unmanaged changes that occur to the database software libraries or configuration can lead to unauthorized or compromised installations.

Solution

At the command prompt, execute the following command:

# /opt/vmware/vpostgres/current/bin/psql -U postgres -c ‘REVOKE ALL PRIVILEGES FROM ;’

Replace with the account discovered during the check.

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 Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles