STIGQter STIGQter: STIG Summary: EDB Postgres Advanced Server v11 on Windows Security Technical Implementation Guide Version: 2 Release: 1 Benchmark Date: 23 Oct 2020:

The EDB Postgres Advanced Server must generate audit records for all direct access to the database(s).

DISA Rule

SV-224238r508023_rule

Vulnerability Number

V-224238

Group Title

SRG-APP-000508-DB-000358

Rule Version

EP11-00-012600

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Execute the following SQL as enterprisedb:

ALTER SYSTEM SET edb_audit_statement = 'all';
ALTER SYSTEM SET edb_audit_connect = 'all';
ALTER SYSTEM SET edb_audit_disconnect = 'all';
SELECT pg_reload_conf();

or

Update the system documentation to note the organizationally approved setting and corresponding justification of the setting for this requirement.

Check Contents

Execute the following SQL as enterprisedb:

SHOW edb_audit_statement;
SHOW edb_audit_connect;
SHOW edb_audit_disconnect;

If the result is not "all" for any or if the current settings for this requirement have not been noted and approved by the organization in the system documentation, this is a finding.

Vulnerability Number

V-224238

Documentable

False

Rule Version

EP11-00-012600

Severity Override Guidance

Execute the following SQL as enterprisedb:

SHOW edb_audit_statement;
SHOW edb_audit_connect;
SHOW edb_audit_disconnect;

If the result is not "all" for any or if the current settings for this requirement have not been noted and approved by the organization in the system documentation, this is a finding.

Check Content Reference

M

Target Key

4107

Comments