CVE-2019-1795
15.05.2019, 21:29
A vulnerability in the CLI of Cisco FXOS Software and Cisco NX-OS Software could allow an authenticated, local attacker to execute arbitrary commands on the underlying Linux operating system with the privilege level of root. The vulnerability is due to insufficient validation of arguments passed to a specific CLI command on the affected device. An attacker could exploit this vulnerability by including malicious input as the argument of an affected command. A successful exploit could allow the attacker to execute arbitrary commands on the underlying Linux operating system with elevated privileges. An attacker would need valid administrator credentials to exploit this vulnerability.
Vendor | Product | Version |
---|---|---|
cisco | nx-os | 𝑥 < 8.2\(3\) |
cisco | nx-os | 8.3 ≤ 𝑥 < 8.3\(1\) |
cisco | nx-os | 𝑥 < 7.0\(3\)i4\(8\) |
cisco | nx-os | 7.0\(3\)i7 ≤ 𝑥 < 7.3\(3\)i7\(3\) |
cisco | nx-os | 𝑥 < 6.0\(2\)a8\(11\) |
cisco | nx-os | 7.0\(3\)i4 ≤ 𝑥 < 7.0\(3\)i4\(8\) |
cisco | nx-os | 7.0\(3\)i7 ≤ 𝑥 < 7.3\(3\)i7\(3\) |
cisco | nx-os | 7.0\(3\) ≤ 𝑥 < 7.0\(3\)f3\(5\) |
cisco | nx-os | 𝑥 < 7.3\(4\)n1\(1\) |
cisco | nx-os | 𝑥 < 6.2\(22\) |
cisco | nx-os | 7.2 ≤ 𝑥 < 7.3\(3\)d1\(1\) |
cisco | nx-os | 8.0 ≤ 𝑥 < 8.2\(3\) |
cisco | nx-os | 8.3 ≤ 𝑥 < 8.3\(1\) |
cisco | nx-os | 𝑥 < 3.2\(3a\) |
cisco | nx-os | 4.0 ≤ 𝑥 < 4.0\(1a\) |
cisco | firepower_extensible_operating_system | 𝑥 < 2.0.1.201 |
cisco | firepower_extensible_operating_system | 2.1 ≤ 𝑥 < 2.2.2.54 |
cisco | firepower_extensible_operating_system | 2.3 ≤ 𝑥 < 2.3.1.73 |
cisco | firepower_extensible_operating_system | 2.4 ≤ 𝑥 < 2.4.1.101 |
cisco | nx-os | 𝑥 < 5.2\(1\)sv3\(4.1\) |
cisco | nx-os | 𝑥 < 5.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-88 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')The software constructs a string for a command to executed by a separate component in another control sphere, but it does not properly delimit the intended arguments, options, or switches within that command string.