CVE-2023-41378
06.11.2023, 16:15
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.Enginsight
Vendor | Product | Version |
---|---|---|
calico | typha | 𝑥 ≤ v3.25.1 |
tigera | calico | 𝑥 ≤ v3.15.3 |
tigera | calico_cloud | 𝑥 < 18.0.0 |
tigera | calico_enterprise | 𝑥 < 3.15.4 |
tigera | calico_enterprise | 3.16.0 ≤ 𝑥 < 3.16.4 |
tigera | calico_enterprise | 3.17.0 ≤ 𝑥 < 3.17.2 |
tigera | calico_os | 𝑥 < 3.25.2 |
tigera | calico_os | 3.26.0 ≤ 𝑥 < 3.26.3 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-400 - Uncontrolled Resource ConsumptionThe software does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.
- CWE-755 - Improper Handling of Exceptional ConditionsThe software does not handle or incorrectly handles an exceptional condition.
References