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 implement NIST FIPS 140-2 validated cryptographic modules to protect unclassified information requiring confidentiality and cryptographic protection, in accordance with the data owners requirements.

DISA Rule

SV-98997r1_rule

Vulnerability Number

V-88347

Group Title

SRG-APP-000514-DB-000383

Rule Version

VROM-PG-000615

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following commands:

# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "ALTER SYSTEM SET ssl_ciphers TO 'FIPS: +3DES:!aNULL';"
# /opt/vmware/vpostgres/current/bin/psql -U postgres -c "SELECT pg_reload_conf();"

Check Contents

At the command prompt, execute the following command:

# grep '^\s*ssl_ciphers\b' /storage/db/vcops/vpostgres/data/postgresql.conf

If "ssl_ciphers" is not set to "FIPS: +3DES:!aNULL", this is a finding.

Vulnerability Number

V-88347

Documentable

False

Rule Version

VROM-PG-000615

Severity Override Guidance

At the command prompt, execute the following command:

# grep '^\s*ssl_ciphers\b' /storage/db/vcops/vpostgres/data/postgresql.conf

If "ssl_ciphers" is not set to "FIPS: +3DES:!aNULL", this is a finding.

Check Content Reference

M

Target Key

3445

Comments