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.
The product 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.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Email_security_appliance | Cisco | 12.5.0 (including) | 12.5.3-041 (excluding) |
Email_security_appliance | Cisco | 13.0.0 (including) | 13.0.5-007 (excluding) |
Email_security_appliance | Cisco | 13.5.0 (including) | 13.5.4-038 (excluding) |
Email_security_appliance | Cisco | 14.0.0 (including) | 14.2.1-020 (excluding) |
Email_security_appliance | Cisco | 14.3.0 (including) | 14.3.0-032 (excluding) |
Command injection vulnerabilities typically occur when:
Many protocols and products have their own custom command language. While OS or shell command strings are frequently discovered and targeted, developers may not realize that these other command languages might also be vulnerable to attacks. Command injection is a common problem with wrapper programs.