CVE-2021-1488
29.04.2021, 18:15
A vulnerability in the upgrade process of Cisco Adaptive Security Appliance (ASA) Software and Cisco Firepower Threat Defense (FTD) Software could allow an authenticated, local attacker to inject commands that could be executed with root privileges on the underlying operating system (OS). This vulnerability is due to insufficient input validation. An attacker could exploit this vulnerability by uploading a crafted upgrade package file to an affected device. A successful exploit could allow the attacker to inject commands that could be executed with root privileges on the underlying OS.
Vendor | Product | Version |
---|---|---|
cisco | firepower_threat_defense | 6.5.0 ≤ 𝑥 < 6.6.4 |
cisco | firepower_threat_defense | 6.7.0 ≤ 𝑥 < 6.7.0.2 |
cisco | adaptive_security_appliance_software | 9.13 ≤ 𝑥 < 9.13.1.21 |
cisco | adaptive_security_appliance_software | 9.14 ≤ 𝑥 < 9.14.2.13 |
cisco | adaptive_security_appliance_software | 9.15 ≤ 𝑥 < 9.15.1.10 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')The software constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
- CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')The software constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.