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 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Tanium 7.x Security Technical Implementation Guide

V-253863

CAT II (Medium)

The Tanium "max_soap_sessions_total" setting must be explicitly enabled to limit the number of simultaneous sessions.

Rule ID

SV-253863r1067670_rule

STIG

Tanium 7.x Security Technical Implementation Guide

Version

V2R3

CCIs

CCI-000054

Discussion

Application management includes the ability to control the number of users and user sessions that utilize an application. Limiting the number of allowed users and sessions per user is helpful in limiting risks related to denial-of-service attacks. This requirement may be met via the application or by using information system, session control provided by a web server with specialized session management capabilities. If it has been specified that this requirement will be handled by the application, the capability to limit the maximum number of concurrent single user sessions must be designed and built into the application. 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 must be defined based on mission needs and the operational environment for each system.

Check Content

1. Using a web browser on a system that has connectivity to the Tanium application, access the Tanium application web user interface (UI) and log on with multifactor authentication.
 
2. Click "Administration" on the top navigation banner.
 
3. Under "Configuration", select "Settings".

4. Click the "Advanced Settings" tab.
 
5. In the "Filter items" search box, type "max_soap_sessions_total".
 
6. Click "Enter".
 
If no results are returned, this is a finding.
 
If results are returned for "max_soap_sessions_total" but the value does not follow {(Number of Users) * 1024} formula, this is a finding.

Fix Text

1. Using a web browser on a system that has connectivity to the Tanium application, access the Tanium application web UI and log on with multifactor authentication. 

2. Click "Administration" on the top navigation banner.
 
3. Under "Configuration", select "Settings".

4. Click the "Advanced Settings" tab.
 
5. Click "Create Setting". 

6. Select "Server" box for "Setting Type".

7. In "Create Platform Setting" dialog box, enter "max_soap_sessions_total" for "Name".

8. Select "Numeric" radio button from "Value Type". 

9. Use this formula for determining "Setting Value": {(Number of Users) * 1024 = max_soap_sessions_total} 

10. Click "Save".
 
11. Add this setting to the system documentation for validation.