CVE-2022-20925
15.11.2022, 21:15
A vulnerability in the web management interface of the Cisco Firepower Management Center (FMC) Software could allow an authenticated, remote attacker to execute arbitrary commands on the underlying operating system. The vulnerability is due to insufficient validation of user-supplied parameters for certain API endpoints. An attacker could exploit this vulnerability by sending crafted input to an affected API endpoint. A successful exploit could allow an attacker to execute arbitrary commands on the device with low system privileges. To successfully exploit this vulnerability, an attacker would need valid credentials for a user with Device permissions: by default, only Administrators, Security Approvers and Network Admins user accounts have these permissions.
Vendor | Product | Version |
---|---|---|
cisco | secure_firewall_management_center | 6.7.0 |
cisco | secure_firewall_management_center | 6.7.0.1 |
cisco | secure_firewall_management_center | 6.7.0.2 |
cisco | secure_firewall_management_center | 6.7.0.3 |
cisco | secure_firewall_management_center | 7.0.0 |
cisco | secure_firewall_management_center | 7.0.0.1 |
cisco | secure_firewall_management_center | 7.0.1 |
cisco | secure_firewall_management_center | 7.0.1.1 |
cisco | secure_firewall_management_center | 7.0.2 |
cisco | secure_firewall_management_center | 7.0.2.1 |
cisco | secure_firewall_management_center | 7.0.3 |
cisco | secure_firewall_management_center | 7.0.4 |
cisco | secure_firewall_management_center | 7.1.0 |
cisco | secure_firewall_management_center | 7.1.0.1 |
cisco | secure_firewall_management_center | 7.1.0.2 |
𝑥
= 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.