CVE-2020-3279
18.06.2020, 03:15
Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV320 and RV325 Series Routers and Cisco Small Business RV016, RV042, and RV082 Routers could allow an authenticated, remote attacker with administrative privileges to execute arbitrary commands on an affected device. The vulnerabilities exist because the web-based management interface does not properly validate user-supplied input to scripts. An attacker with administrative privileges that are sufficient to log in to the web-based management interface could exploit each vulnerability by sending malicious requests to an affected device. A successful exploit could allow the attacker to execute arbitrary commands with root privileges on the underlying operating system.
Vendor | Product | Version |
---|---|---|
cisco | rv016_firmware | 𝑥 ≤ 4.2.3.10 |
cisco | rv042_firmware | 𝑥 ≤ 4.2.3.10 |
cisco | rv042g_firmware | 𝑥 ≤ 4.2.3.10 |
cisco | rv082_firmware | 𝑥 ≤ 4.2.3.10 |
cisco | rv320_firmware | 𝑥 ≤ 1.5.1.05 |
cisco | rv325_firmware | 𝑥 ≤ 1.5.1.05 |
𝑥
= 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-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')The software constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.