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 provision digital signatures.

DISA Rule

SV-98993r1_rule

Vulnerability Number

V-88343

Group Title

SRG-APP-000514-DB-000381

Rule Version

VROM-PG-000605

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

Documentable

False

Rule Version

VROM-PG-000605

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