STIGQter STIGQter: STIG Summary: VMW vRealize Automation 7.x PostgreSQL Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

The vRA PostgreSQL database must limit modify privileges to authorized accounts.

DISA Rule

SV-100017r1_rule

Vulnerability Number

V-89367

Group Title

SRG-APP-000133-DB-000362

Rule Version

VRAU-PG-000140

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following command:

# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "REVOKE ALL PRIVILEGES FROM <user>;"

Replace <user> with the account discovered during the check.

Check Contents

At the command prompt, execute the following command:

# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "\du;"

If the accounts other than "postgres" and "vcac_replication" have "create" privileges, this is a finding.

Vulnerability Number

V-89367

Documentable

False

Rule Version

VRAU-PG-000140

Severity Override Guidance

At the command prompt, execute the following command:

# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "\du;"

If the accounts other than "postgres" and "vcac_replication" have "create" privileges, this is a finding.

Check Content Reference

M

Target Key

3443

Comments