UCF STIG Viewer Logo

The vAMI must have the keepaliveMaxRequest enabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-90253 VRAU-VA-000560 SV-100903r1_rule Medium
Description
DoS is a condition when a resource is not available for legitimate users. When this occurs, the organization either cannot accomplish its mission or must operate at degraded capacity. To reduce the possibility or effect of a DoS, the application server must employ defined security safeguards. These safeguards will be determined by the placement of the application server and the type of applications being hosted within the application server framework. There are many examples of technologies that exist to limit or, in some cases, eliminate the effects of DoS attacks (e.g., limiting processes or restricting the number of sessions the application opens at one time). Employing increased capacity and bandwidth, combined with service redundancy or clustering, may reduce the susceptibility to some DoS attacks.
STIG Date
VMW vRealize Automation 7.x vAMI Security Technical Implementation Guide 2018-10-12

Details

Check Text ( C-89945r1_chk )
At the command prompt, execute the following command:

grep keepaliveMaxRequest /opt/vmware/etc/sfcb/sfcb.cfg | grep -vE '^#'

If the value of "keepaliveMaxRequest" is missing, commented out, less than "100", this is a finding.
Fix Text (F-96995r1_fix)
Navigate to and open /opt/vmware/etc/sfcb/sfcb.cfg.

Configure the sfcb.cfg file with the following value: 'keepaliveMaxRequest: 100'