CVE-2023-20040
20.01.2023, 07:15
A vulnerability in the NETCONF service of Cisco Network Services Orchestrator (NSO) could allow an authenticated, remote attacker to cause a denial of service (DoS) on an affected system that is running as the root user. To exploit this vulnerability, the attacker must be a member of the admin group. This vulnerability exists because user-supplied input is not properly validated when NETCONF is used to upload packages to an affected device. An attacker could exploit this vulnerability by uploading a specially crafted package file. A successful exploit could allow the attacker to write crafted files to arbitrary locations on the filesystem or delete arbitrary files from the filesystem of an affected device, resulting in a DoS condition. Note: By default, during install, Cisco NSO will be set up to run as the root user unless the --run-as-user option is used.Enginsight
Vendor | Product | Version |
---|---|---|
cisco | network_services_orchestrator | 3.3 ≤ 𝑥 < 5.4.7 |
cisco | network_services_orchestrator | 5.5 ≤ 𝑥 < 5.5.6 |
cisco | network_services_orchestrator | 5.6 ≤ 𝑥 < 5.6.7 |
cisco | network_services_orchestrator | 5.7 ≤ 𝑥 < 5.7.4 |
cisco | network_services_orchestrator | 5.8 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-23 - Relative Path TraversalThe software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory.
- CWE-434 - Unrestricted Upload of File with Dangerous TypeThe software allows the attacker to upload or transfer files of dangerous types that can be automatically processed within the product's environment.