STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 6 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Riverbed NetIM OS Security Technical Implementation Guide

V-275573

CAT II (Medium)

Ubuntu OS must have the "libpam-pwquality" package installed.

Rule ID

SV-275573r1147769_rule

STIG

Riverbed NetIM OS Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000366

Discussion

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.

Check Content

Verify Ubuntu OS has the "libpam-pwquality" package installed with the following command:  
  
     $ dpkg -l | grep libpam-pwquality 
     ii     libpam-pwquality:amd64     1.4.4-1build2     amd64     PAM module to check password strength 
  
If "libpam-pwquality" is not installed, this is a finding.

Fix Text

Install the "pam_pwquality" package by using the following command: 
  
     $ sudo apt-get install libpam-pwquality