CVE-2023-20219
01.11.2023, 18:15
Multiple vulnerabilities in the web management interface of Cisco Firepower Management Center (FMC) Software could allow an authenticated, remote attacker to execute arbitrary commands on the underlying operating system. The attacker would need valid device credentials but does not require administrator privileges to exploit this vulnerability. These vulnerabilities are due to insufficient validation of user-supplied input for certain configuration options. An attacker could exploit these vulnerabilities by using crafted input within the device configuration GUI. A successful exploit could allow the attacker to execute arbitrary commands on the device including the underlying operating system which could also affect the availability of the device.
Vendor | Product | Version |
---|---|---|
cisco | secure_firewall_management_center | 6.2.3 ≤ 𝑥 ≤ 6.2.3.18 |
cisco | secure_firewall_management_center | 6.4.0 ≤ 𝑥 ≤ 6.4.0.16 |
cisco | secure_firewall_management_center | 6.6.0 ≤ 𝑥 ≤ 6.6.7.1 |
cisco | secure_firewall_management_center | 7.0.0 ≤ 𝑥 ≤ 7.0.5 |
cisco | secure_firewall_management_center | 7.1.0 ≤ 𝑥 ≤ 7.1.0.3 |
cisco | secure_firewall_management_center | 7.2.0 ≤ 𝑥 ≤ 7.2.3.1 |
cisco | secure_firewall_management_center | 7.3.0 ≤ 𝑥 ≤ 7.3.1.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- 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.
- 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.