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

The DBMS must use NIST FIPS 140-2 validated cryptographic modules for cryptographic operations.

DISA Rule

SV-100105r1_rule

Vulnerability Number

V-89455

Group Title

SRG-APP-000179-DB-000114

Rule Version

VRAU-PG-000505

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/pgdata/postgresql.conf

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

Vulnerability Number

V-89455

Documentable

False

Rule Version

VRAU-PG-000505

Severity Override Guidance

At the command prompt, execute the following command:

# grep '^\s*ssl_ciphers\b' /storage/db/pgdata/postgresql.conf

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

Check Content Reference

M

Target Key

3443

Comments