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

Default demonstration and sample databases, database objects, and applications must be removed.

DISA Rule

SV-98909r1_rule

Vulnerability Number

V-88259

Group Title

SRG-APP-000141-DB-000090

Rule Version

VROM-PG-000160

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
VCDB
(2 rows)

Vulnerability Number

V-88259

Documentable

False

Rule Version

VROM-PG-000160

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
VCDB
(2 rows)

Check Content Reference

M

Target Key

3445

Comments