UCF STIG Viewer Logo

The system must limit users to 10 simultaneous system logins, or a site-defined number, in accordance with operational requirements.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22298 GEN000450 SV-44832r1_rule Low
Description
Limiting simultaneous user logins can insulate the system from denial of service problems caused by excessive logins. Automated login processes operating improperly or maliciously may result in an exceptional number of simultaneous login sessions. If the defined value of 10 logins does not meet operational requirements, the site may define the permitted number of simultaneous login sessions based on operational requirements. This limit is for the number of simultaneous login sessions for EACH user account. This is NOT a limit on the total number of simultaneous login sessions on the system.
STIG Date
SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide 2018-09-19

Details

Check Text ( C-42303r1_chk )
Check for a default maxlogins line in the /etc/security/limits.conf and /etc/security/limits.d/* files.

Procedure:
#grep maxlogins /etc/security/limits.conf /etc/security/limits.d/*

The default maxlimits should be set to a max of 10 or a documented site defined number:

* - maxlogins 10

If no such line exists, this is a finding.
Fix Text (F-38269r2_fix)
Add a "maxlogins" line such as "* hard maxlogins 10" to /etc/security/limits.conf or a file in /etc/security/limits.d. The enforced maximum should be defined by site requirements and policy.