UCF STIG Viewer Logo

EDB Postgres Advanced Server software modules, to include stored procedures, functions, and triggers must be monitored to discover unauthorized changes.


Overview

Finding ID Version Rule ID IA Controls Severity
V-224155 EP11-00-003210 SV-224155r508023_rule Medium
Description
If the system were to allow any user to make changes to software modules implemented within the database, then those changes might be implemented without undergoing the appropriate testing and approvals that are part of a robust change management process. Accordingly, only qualified and authorized individuals will be allowed to obtain access to information system components for purposes of initiating changes, including upgrades and modifications. Monitoring is required for assurance that the protections are effective. Unmanaged changes that occur to the database software libraries or configuration can lead to unauthorized or compromised installations.
STIG Date
EDB Postgres Advanced Server v11 on Windows Security Technical Implementation Guide 2022-06-13

Details

Check Text ( C-25828r495485_chk )
Review monitoring procedures and implementation evidence to verify monitoring of changes to database software libraries, related applications, and configuration files is being performed.

If the database schema (includes functions, procedures, schemas, extensions, etc.) is not being regularly checked for changes, this is a finding.
Fix Text (F-25816r495486_fix)
Regularly run a check similar to this:

move \latest.schema \previous.schema

C:\Program Files\edb\as\bin\pg_dump -s -d edb -f \latest.schema

FC \previous.schema \latest.schema

If any differences are shown, ensure the differences are expected.