CVE-2023-20075
01.03.2023, 08:15
Vulnerability in the CLI of Cisco Secure Email Gateway could allow an authenticated, remote attacker to execute arbitrary commands. These vulnerability is due to improper input validation in the CLI. An attacker could exploit this vulnerability by injecting operating system commands into a legitimate command. A successful exploit could allow the attacker to escape the restricted command prompt and execute arbitrary commands on the underlying operating system. To successfully exploit this vulnerability, an attacker would need valid Administrator credentials.
Vendor | Product | Version |
---|---|---|
cisco | email_security_appliance | 12.5.0 ≤ 𝑥 < 12.5.3-041 |
cisco | email_security_appliance | 13.0.0 ≤ 𝑥 < 13.0.5-007 |
cisco | email_security_appliance | 13.5.0 ≤ 𝑥 < 13.5.4-038 |
cisco | email_security_appliance | 14.0.0 ≤ 𝑥 < 14.2.1-020 |
cisco | email_security_appliance | 14.3.0 ≤ 𝑥 < 14.3.0-032 |
𝑥
= 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.