Details
Denial of service (DoS) is one threat against web servers. Many DoS attacks attempt to consume web server resources in such a way that no more resources are available to satisfy legitimate requests.
In Virgo, the 'connectionTimeout' attribute sets the number of milliseconds the server will wait after accepting a connection for the request URI line to be presented. This timeout will also be used when reading the request body (if any). This prevents idle sockets that are not sending HTTP requests from consuming system resources and potentially denying new connections.
Satisfies: SRG-APP-000001-WSR-000001, SRG-APP-000435-WSR-000148
Solution
Navigate to and open /usr/lib/vmware-vsphere-client/server/configuration/tomcat-server.xml.
Configure each
connectionTimeout='20000'
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Access Control, System and Communications Protection.This control applies to the following type of system Unix.
References
- 800-53|AC-10
- 800-53|SC-5
- CAT|II
- CCI|CCI-000054
- CCI|CCI-002385
- Rule-ID|SV-239743r679456_rule
- STIG-ID|VCFL-67-000001
- Vuln-ID|V-239743
Comments
Please sign in to leave a comment.