A vulnerability in the CLI parsers of Cisco IOS Software for Cisco 809 and 829 Industrial Integrated Services Routers (Industrial ISRs) and Cisco 1000 Series Connected Grid Routers (CGR1000) could allow an authenticated, local attacker to execute arbitrary shell commands on the Virtual Device Server (VDS) of an affected device. The attacker must have valid user credentials at privilege level 15. The vulnerability is due to insufficient validation of arguments that are passed to specific VDS-related CLI commands. An attacker could exploit this vulnerability by authenticating to the targeted device and including malicious input as the argument of an affected command. A successful exploit could allow the attacker to execute arbitrary commands in the context of the Linux shell of VDS with the privileges of the root user.
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 |
---|---|---|---|
Ios | Cisco | 12.2(60)ez16 (including) | 12.2(60)ez16 (including) |
Ios | Cisco | 15.0(2)sg11a (including) | 15.0(2)sg11a (including) |
Ios | Cisco | 15.3(3)jaa1 (including) | 15.3(3)jaa1 (including) |
Ios | Cisco | 15.3(3)jpj (including) | 15.3(3)jpj (including) |
Ios | Cisco | 15.9(3)m (including) | 15.9(3)m (including) |
Ios | Cisco | 15.9(3)m0a (including) | 15.9(3)m0a (including) |
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.