SV-261936r1137667_rule
V-261936
SRG-APP-000456-DB-000390
CD16-00-009200
CAT II
10
Institute and adhere to policies and procedures to ensure that patches are consistently applied to PostgreSQL within the time allowed.
If new packages are available for PostgreSQL, they can be reviewed in the package manager appropriate for the server operating system:
To list the version of installed PostgreSQL using psql:
$ sudo su - postgres
$ psql --version
To list the current version of software for RPM:
$ rpm -qa | grep postgres
To list the current version of software for APT:
$ apt-cache policy postgres
All versions of PostgreSQL are listed here: http://www.postgresql.org/support/versioning/.
All security-relevant software updates for PostgreSQL are listed here: http://www.postgresql.org/support/security/.
If PostgreSQL is not at the latest version, this is a finding.
If PostgreSQL is not at the latest version and the evaluated version has CVEs (IAVAs), then this is a CAT I finding.
V-261936
False
CD16-00-009200
If new packages are available for PostgreSQL, they can be reviewed in the package manager appropriate for the server operating system:
To list the version of installed PostgreSQL using psql:
$ sudo su - postgres
$ psql --version
To list the current version of software for RPM:
$ rpm -qa | grep postgres
To list the current version of software for APT:
$ apt-cache policy postgres
All versions of PostgreSQL are listed here: http://www.postgresql.org/support/versioning/.
All security-relevant software updates for PostgreSQL are listed here: http://www.postgresql.org/support/security/.
If PostgreSQL is not at the latest version, this is a finding.
If PostgreSQL is not at the latest version and the evaluated version has CVEs (IAVAs), then this is a CAT I finding.
M
5598