CVE-2022-20850
30.09.2022, 19:15
A vulnerability in the CLI of stand-alone Cisco IOS XE SD-WAN Software and Cisco SD-WAN Software could allow an authenticated, local attacker to delete arbitrary files from the file system of an affected device. This vulnerability is due to insufficient input validation. An attacker could exploit this vulnerability by injecting arbitrary file path information when using commands in the CLI of an affected device. A successful exploit could allow the attacker to delete arbitrary files from the file system of the affected device.
Vendor | Product | Version |
---|---|---|
cisco | sd-wan_vbond_orchestrator | 𝑥 < 18.4.5 |
cisco | sd-wan_vmanage | 𝑥 < 18.4.5 |
cisco | sd-wan_vsmart_controller | 𝑥 < 18.4.5 |
cisco | ios_xe_sd-wan | 𝑥 < 16.10.1 |
cisco | sd-wan | 𝑥 < 18.4.5 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')The software uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the software does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.