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

vRA PostgreSQL database objects must only be accessible to the postgres account.

DISA Rule

SV-100015r1_rule

Vulnerability Number

V-89365

Group Title

SRG-APP-000133-DB-000200

Rule Version

VRAU-PG-000135

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 "ALTER TABLE <tablename> OWNER TO postgres;"

Replace <tablename> with the name of the table discovered during the check.

Check Contents

At the command prompt, execute the following command:

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

Review the Access Privileges column.  

If any tables have permissions to users other than "postgres", this is a finding.

Vulnerability Number

V-89365

Documentable

False

Rule Version

VRAU-PG-000135

Severity Override Guidance

At the command prompt, execute the following command:

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

Review the Access Privileges column.  

If any tables have permissions to users other than "postgres", this is a finding.

Check Content Reference

M

Target Key

3443

Comments