The NSX-T Manager must terminate the device management session at the end of the session or after 10 minutes of inactivity.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-251781TNDM-3X-000052SV-251781r916342_ruleCCI-001133high
Description
Terminating an idle session within a short time period reduces the window of opportunity for unauthorized personnel to take control of a management session enabled on the console or console port that has been left unattended. In addition, quickly terminating an idle session will also free up resources committed by the managed network element. Terminating network connections associated with communications sessions includes, for example, de-allocating associated TCP/IP address/port pairs at the operating system level, or de-allocating networking assignments at the application level if multiple application sessions are using a single, operating system-level network connection. This does not mean that the device terminates all sessions or network access; it only ends the inactive session and releases the resources associated with that session.
STIGDate
VMware NSX-T Manager NDM Security Technical Implementation Guide2023-06-22

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
SC-10
1.00
  • DISA · V1R3 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.13.9
1.00
  • DISA · V1R3 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-001133
1.00
  • DISA · V1R3 · disa_xccdf · related

Details

Check Text (C-251781r916342_chk)

From an NSX-T Manager shell, run the following command(s): > get service http | find Session Expected result: Session timeout: 600 If the output does not match the expected result, this is a finding. From an NSX-T Manager shell, run the following command(s): > get cli-timeout Expected result: 600 seconds If the output does not match the expected result, this is a finding.

Fix Text (F-55195r810345_fix)

From an NSX-T Manager shell, run the following command(s): > set service http session-timeout 600 > set cli-timeout 600