Skip to content

5.3.1.2 Ensure libpam-modules is installed

Audit#

Run the following command to verify libpam-modules is installed and version 1.5.2-6 or later:

# dpkg-query -s libpam-modules | grep -P -- '^(Status|Version)\b'

The output should be similar to:

Status: install ok installed
Version: 1.5.2-6

Remediation#

- IF - the version of libpam-modules on the system is less than version 1.5.2-6: Run the following command to update to the latest version of PAM:

# apt upgrade libpam-modules