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

The vROps PostgreSQL DB must isolate security functions from non-security functions.

DISA Rule

SV-98923r1_rule

Vulnerability Number

V-88273

Group Title

SRG-APP-000233-DB-000124

Rule Version

VROM-PG-000265

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 ON <name> FROM <user>;"

Replace <name> and <user> with the Access Privilege name and account, respectively, 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 Privilege column for all Schemas listed as information_schema and pg_catalog.

If access privilege is granted to any users other than "postgres", this is a finding.

Vulnerability Number

V-88273

Documentable

False

Rule Version

VROM-PG-000265

Severity Override Guidance

At the command prompt, execute the following command:

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

Review the Access Privilege column for all Schemas listed as information_schema and pg_catalog.

If access privilege is granted to any users other than "postgres", this is a finding.

Check Content Reference

M

Target Key

3445

Comments