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 use NIST FIPS 140-2 validated cryptographic modules for cryptographic operations.

DISA Rule

SV-98919r1_rule

Vulnerability Number

V-88269

Group Title

SRG-APP-000179-DB-000114

Rule Version

VROM-PG-000220

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following commands:

# sed -i.bak "/ssl_ciphers\s.*/ d" /storage/db/vcops/vpostgres/data/postgresql.conf
# sed -i "$ a ssl_ciphers = 'FIPS: +3DES:\!aNULL'" /storage/db/vcops/vpostgres/data/postgresql.conf
# su postgres
postgres@vRealizeClusterNode:> cd /opt/vmware/vpostgres/current
postgres@vRealizeClusterNode:> /opt/vmware/vpostgres/9.3/bin/pg_ctl restart -D /storage/db/vcops/vpostgres/data
postgres@vRealizeClusterNode:> exit

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-88269

Documentable

False

Rule Version

VROM-PG-000220

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