STIGQter STIGQter: STIG Summary: VMware vSphere 7.0 vCenter Appliance PostgreSQL Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 26 Jul 2023:

VMware Postgres configuration files must not be accessible by unauthorized users.

DISA Rule

SV-256593r887565_rule

Vulnerability Number

V-256593

Group Title

SRG-APP-000090-DB-000065

Rule Version

VCPG-70-000003

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, run the following commands:

# chmod 600 <file>
# chown vpostgres:vpgmongrp <file>

Note: Replace <file> with the file that has incorrect permissions.

Check Contents

At the command prompt, run the following command:

# find /storage/db/vpostgres/*conf* -xdev -type f -a '(' -not -perm 600 -o -not -user vpostgres -o -not -group vpgmongrp ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Vulnerability Number

V-256593

Documentable

False

Rule Version

VCPG-70-000003

Severity Override Guidance

At the command prompt, run the following command:

# find /storage/db/vpostgres/*conf* -xdev -type f -a '(' -not -perm 600 -o -not -user vpostgres -o -not -group vpgmongrp ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Check Content Reference

M

Target Key

5521