The delay between login prompts following a failed login attempt must be at least 4 seconds.

From SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Part of GEN000480

Associated with: CCI-002238

SV-44838r1_rule The delay between login prompts following a failed login attempt must be at least 4 seconds.

Vulnerability discussion

Enforcing a delay between successive failed login attempts increases protection against automated password guessing attacks.

Check content

Check the value of the FAIL_DELAY variable and the ability to use it Procedure:. # grep FAIL_DELAY /etc/login.defs If the value does not exist, or is less than 4, this is a finding. Check for the use of pam_faildelay. # grep pam_faildelay /etc/pam.d/common-auth* If the pam_faildelay.so module is not listed, this is a finding.

Fix text

Add the pam_faildelay module and set the FAIL_DELAY variable. Procedure: Edit /etc/login.defs and set the value of the FAIL_DELAY variable to 4 or more. Edit /etc/pam.d/common-auth and add a pam_faildelay entry if one does not exist, such as: auth optional pam_faildelay.so

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer