Skip to content

vSphere UI must limit the amount of time that each Transmission Control Protocol (TCP) connection is kept alive.

An XCCDF Rule

Description

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 Tomcat, the "connectionTimeout" attribute sets the number of milliseconds the server will wait after accepting a connection for the request Uniform Resource Identifier (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.

ID
SV-256778r889333_rule
Version
VCUI-70-000001
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Navigate to and open: 
 
/usr/lib/vmware-vsphere-ui/server/conf/server.xml 
 
Configure the http <Connector> node with the value: