In certain conditions for Calico Typha (v3.26.2, v3.25.1 and below), and Calico Enterprise Typha (v3.17.1, v3.16.3, v3.15.3 and below), a client TLS handshake can block the Calico Typha server indefinitely, resulting in denial of service. The TLS Handshake() call is performed inside the main server handle for loop without any timeout allowing an unclean TLS handshake to block the main loop indefinitely while other connections will be idle waiting for that handshake to finish.
The product does not properly control the allocation and maintenance of a limited resource.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Calico_cloud | Tigera | * | 18.0.0 (excluding) |
Calico_enterprise | Tigera | * | 3.15.4 (excluding) |
Calico_enterprise | Tigera | 3.16.0 (including) | 3.16.4 (excluding) |
Calico_enterprise | Tigera | 3.17.0 (including) | 3.17.2 (excluding) |
Calico_os | Tigera | * | 3.25.2 (excluding) |
Calico_os | Tigera | 3.26.0 (including) | 3.26.3 (excluding) |
Mitigation of resource exhaustion attacks requires that the target system either:
The first of these solutions is an issue in itself though, since it may allow attackers to prevent the use of the system by a particular valid user. If the attacker impersonates the valid user, they may be able to prevent the user from accessing the server in question.
The second solution is simply difficult to effectively institute – and even when properly done, it does not provide a full solution. It simply makes the attack require more resources on the part of the attacker.