CVE-2020-3572
21.10.2020, 19:15
A vulnerability in the SSL/TLS session handler of Cisco Adaptive Security Appliance (ASA) Software and Cisco Firepower Threat Defense (FTD) Software could allow an unauthenticated, remote attacker to cause a denial of service (DoS) condition on an affected device. The vulnerability is due to a memory leak when closing SSL/TLS connections in a specific state. An attacker could exploit this vulnerability by establishing several SSL/TLS sessions and ensuring they are closed under certain conditions. A successful exploit could allow the attacker to exhaust memory resources in the affected device, which would prevent it from processing new SSL/TLS connections, resulting in a DoS. Manual intervention is required to recover an affected device.Enginsight
Vendor | Product | Version |
---|---|---|
cisco | adaptive_security_appliance | 𝑥 < 9.6 |
cisco | firepower_threat_defense | 𝑥 < 6.3.0.6 |
cisco | firepower_threat_defense | 6.4.0 ≤ 𝑥 < 6.4.0.10 |
cisco | firepower_threat_defense | 6.5.0 ≤ 𝑥 < 6.6.1 |
cisco | adaptive_security_appliance_software | 9.8.0 ≤ 𝑥 < 9.8.4.26 |
cisco | adaptive_security_appliance_software | 9.9.0 ≤ 𝑥 < 9.9.2.80 |
cisco | adaptive_security_appliance_software | 9.10.0 ≤ 𝑥 < 9.10.1.44 |
cisco | adaptive_security_appliance_software | 9.12.0 ≤ 𝑥 < 9.12.4.4 |
cisco | adaptive_security_appliance_software | 9.13.0 ≤ 𝑥 < 9.13.1.13 |
cisco | adaptive_security_appliance_software | 9.14.0 ≤ 𝑥 < 9.14.1.19 |
𝑥
= 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-401 - Missing Release of Memory after Effective LifetimeThe software does not sufficiently track and release allocated memory after it has been used, which slowly consumes remaining memory.