SV-261933r1000804_rule
V-261933
SRG-APP-000442-DB-000379
CD16-00-008900
CAT II
10
Implement protective measures against unauthorized disclosure and modification during reception.
To configure PostgreSQL to use SSL, refer to supplementary content APPENDIX-G for instructions on enabling SSL.
If the data owner does not have a strict requirement for ensuring data integrity and confidentiality is maintained at every step of the data transfer and handling process, this is not a finding.
As the database administrator (shown here as "postgres"), verify SSL is enabled in postgresql.conf by running the following SQL:
$ sudo su - postgres
$ psql -c "SHOW ssl"
If SSL is off, this is a finding.
If PostgreSQL, associated applications, and infrastructure do not employ protective measures against unauthorized disclosure and modification during reception, this is a finding.
V-261933
False
CD16-00-008900
If the data owner does not have a strict requirement for ensuring data integrity and confidentiality is maintained at every step of the data transfer and handling process, this is not a finding.
As the database administrator (shown here as "postgres"), verify SSL is enabled in postgresql.conf by running the following SQL:
$ sudo su - postgres
$ psql -c "SHOW ssl"
If SSL is off, this is a finding.
If PostgreSQL, associated applications, and infrastructure do not employ protective measures against unauthorized disclosure and modification during reception, this is a finding.
M
5598