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 not contain sample data.

DISA Rule

SV-100019r1_rule

Vulnerability Number

V-89369

Group Title

SRG-APP-000141-DB-000090

Rule Version

VRAU-PG-000145

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 "DROP DATABASE IF EXISTS <name>;"

Check Contents

At the command prompt, execute the following command:

# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "SELECT datname FROM pg_database WHERE datistemplate = false;"

If the output is not the following lines, this is a finding.

datname
----------
postgres
vcac
(2 rows)

Vulnerability Number

V-89369

Documentable

False

Rule Version

VRAU-PG-000145

Severity Override Guidance

At the command prompt, execute the following command:

# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "SELECT datname FROM pg_database WHERE datistemplate = false;"

If the output is not the following lines, this is a finding.

datname
----------
postgres
vcac
(2 rows)

Check Content Reference

M

Target Key

3443

Comments