Ubuntu 24.04 LTS must have the "libpam-pwquality" package installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-270661 | UBTU-24-100600 | SV-270661r1067175_rule | CCI-000366 | medium |
| Description | ||||
| Use of a complex password helps to increase the time and resources required to compromise the password. Password complexity, or strength, is a measure of the effectiveness of a password in resisting attempts at guessing and brute-force attacks. "pwquality" enforces complex password construction configuration and has the ability to limit brute-force attacks on the system. | ||||
| STIG | Date | |||
| Canonical Ubuntu 24.04 LTS Security Technical Implementation Guide | 2025-05-16 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-6
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.4.1
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.4.2
1.00
- DISA · 1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000366
1.00
- DISA · 1 · disa_xccdf · related
Details
Check Text (C-270661r1067175_chk)
Verify Ubuntu 24.04 LTS has the "libpam-pwquality" package installed with the following command:
$ dpkg -l | grep libpam-pwquality
ii libpam-pwquality:amd64 1.4.5-3build1 amd64 PAM module to check password strength
If "libpam-pwquality" is not installed, this is a finding.
Fix Text (F-74595r1067153_fix)
Install the "pam_pwquality" package by using the following command:
$ sudo apt install -y libpam-pwquality