Details
If audit data were to become compromised, then competent forensic analysis and discovery of the true source of potentially malicious system activity is difficult, if not impossible, to achieve. In addition, access to audit records provides information an attacker could potentially use to his or her advantage.
To ensure the veracity of audit data, the information system and/or the application must protect audit information from any and all unauthorized access. This includes read, write, copy, etc.
This requirement can be achieved through multiple methods which will depend upon system architecture and design. Some commonly employed methods include ensuring log files enjoy the proper file system permissions utilizing file system protections and limiting log data location.
Additionally, applications with user interfaces to audit records should not allow for the unfettered manipulation of or access to those records via the application. If the application provides access to the audit data, the application becomes accountable for ensuring that audit information is protected from unauthorized access.
Audit information includes all information (e.g., audit records, audit settings, and audit reports) needed to successfully audit information system activity.
NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.
Solution
Note: The following instructions use the PGDATA and PGVER environment variables. See supplementary content APPENDIX-F for instructions on configuring PGDATA and APPENDIX-H for PGVER.
To ensure that logging is enabled, review supplementary content APPENDIX-C for instructions on enabling logging.
#### syslog Logging
If PostgreSQL is configured to use syslog for logging, consult organization location and permissions for syslog log files.
#### stderr Logging
If PostgreSQL is configured to use stderr for logging, permissions of the log files can be set in postgresql.conf.
As the database administrator (shown here as ‘postgres’), edit the following settings of logs in the postgresql.conf file:
Note: Consult the organization’s documentation on acceptable log privileges.
$ sudo su – postgres
$ vi ${PGDATA?}/postgresql.conf
log_file_mode = 0600
Next, as the system administrator, reload the server with the new configuration:
# SYSTEMD SERVER ONLY
$ sudo systemctl reload postgresql-${PGVER?}
# INITD SERVER ONLY
$ sudo service postgresql-${PGVER?} reload
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Audit and Accountability.This control applies to the following type of system Unix.
References
- 800-53|AU-9
- CAT|II
- CCI|CCI-000162
- CSCv6|3.1
- Rule-ID|SV-214083r508027_rule
- STIG-ID|PGS9-00-004200
- STIG-Legacy|SV-87567
- STIG-Legacy|V-72915
- Vuln-ID|V-214083