STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated 5 hours ago
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to Rancher Government Solutions (RGS) Harvester Government GPOS Security Technical Implementation Guide

V-285662

CAT III (Low)

Harvester Government must enforce security limits for concurrent sessions and core dump generation.

Rule ID

SV-285662r1272098_rule

STIG

Rancher Government Solutions (RGS) Harvester Government GPOS Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000054

Discussion

Operating system management includes the ability to control the number of users and user sessions that use an operating system. Limiting the number of allowed users and sessions per user is helpful in reducing the risks related to denial-of-service (DoS) attacks. This requirement addresses concurrent sessions for information system accounts and does not address concurrent sessions by single users via multiple system accounts. The maximum number of concurrent sessions should be defined based upon mission needs and the operational environment for each system.

Check Content

Verify Harvester Government enforces security limits for concurrent sessions and core dump generation.

1. Access Harvester Government using a privileged account and verify the security limits configuration file exists and is protected:

stat -c "%n %a %U %G" /etc/security/limits.conf

2. Verify the output returns:

/etc/security/limits.conf 600 root root

If "/etc/security/limits.conf" does not exist, is not owned by root:root, or has permissions more permissive than 600, this is a finding.

3. Review the configured security limits:

grep -E "^\*[[:space:]]+(hard[[:space:]]+maxlogins|soft[[:space:]]+core|hard[[:space:]]+core)" /etc/security/limits.conf

4. Verify the following values are configured:

* hard maxlogins 10
* soft core 0
* hard core 0

5. Verify the configuration enforces a maximum of 10 concurrent logins for all users, a soft core dump size of 0, and a hard core dump size of 0.

If the maximum concurrent login limit is missing, commented out, or configured with a value greater than 10, this is a finding.

If either the soft or hard core dump limit is missing, commented out, or configured with a value other than 0, this is a finding.

Fix Text

Ensure Harvester Government platform is running in its default configuration. 

1. Attempt to reboot the node to restore the original, immutable settings. Run the script again and check for failures.

2. If any checks return a "FAIL" status, upgrade or reinstall Harvester Government platform in its default configuration.