CVE Vulnerabilities

CVE-2020-3373

Missing Release of Memory after Effective Lifetime

Published: Oct 21, 2020 | Modified: Nov 07, 2023
CVSS 3.x
8.6
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
CVSS 2.x
7.8 HIGH
AV:N/AC:L/Au:N/C:N/I:N/A:C
RedHat/V2
RedHat/V3
Ubuntu

A vulnerability in the IP fragment-handling implementation of Cisco Adaptive Security Appliance (ASA) Software and Cisco Firepower Threat Defense (FTD) Software could allow an unauthenticated, remote attacker to cause a memory leak on an affected device. This memory leak could prevent traffic from being processed through the device, resulting in a denial of service (DoS) condition. The vulnerability is due to improper error handling when specific failures occur during IP fragment reassembly. An attacker could exploit this vulnerability by sending crafted, fragmented IP traffic to a targeted device. A successful exploit could allow the attacker to continuously consume memory on the affected device and eventually impact traffic, resulting in a DoS condition. The device could require a manual reboot to recover from the DoS condition. Note: This vulnerability applies to both IP Version 4 (IPv4) and IP Version 6 (IPv6) traffic.

Weakness

The product does not sufficiently track and release allocated memory after it has been used, which slowly consumes remaining memory.

Affected Software

Name Vendor Start Version End Version
Firepower_threat_defense Cisco 6.6.0.1 (including) 6.6.0.1 (including)
Adaptive_security_appliance_software Cisco 9.8.4.22 (including) 9.8.4.22 (including)
Adaptive_security_appliance_software Cisco 9.8.4.25 (including) 9.8.4.25 (including)
Adaptive_security_appliance_software Cisco 9.12.4.2 (including) 9.12.4.2 (including)
Adaptive_security_appliance_software Cisco 9.12.4.3 (including) 9.12.4.3 (including)
Adaptive_security_appliance_software Cisco 9.13.1.12 (including) 9.13.1.12 (including)
Adaptive_security_appliance_software Cisco 9.14.1.15 (including) 9.14.1.15 (including)

Potential Mitigations

  • Choose a language or tool that provides automatic memory management, or makes manual memory management less error-prone.
  • For example, glibc in Linux provides protection against free of invalid pointers.
  • When using Xcode to target OS X or iOS, enable automatic reference counting (ARC) [REF-391].
  • To help correctly and consistently manage memory when programming in C++, consider using a smart pointer class such as std::auto_ptr (defined by ISO/IEC ISO/IEC 14882:2003), std::shared_ptr and std::unique_ptr (specified by an upcoming revision of the C++ standard, informally referred to as C++ 1x), or equivalent solutions such as Boost.

References