What are Cisco RV320 and RV325 Routers?
The Cisco RV320 and RV325 are dual-WAN gigabit VPN routers marketed to small businesses for internet connectivity and site-to-site VPN. Their web-based management interface allows administrators to configure networking, VPN, and diagnostic settings remotely — functionality that, when exposed to the internet, becomes a valuable target given how many small offices left these interfaces reachable from the WAN side.
Overview
CVE-2019-1652 is a vulnerability in the web-based management interface of Cisco RV320 and RV325 routers that allows an authenticated, remote attacker with administrative credentials to execute arbitrary commands on the underlying operating system. CVSS 3.1 base score 7.2 (High), requiring high privileges (valid admin credentials) but no user interaction.
Technical Details
This is CWE-20 (Improper Input Validation). Certain fields in the management interface — used for diagnostic or configuration commands — do not properly validate user-supplied input before passing it to underlying system commands, allowing an authenticated administrator-level user to append arbitrary shell commands. It was disclosed together with CVE-2019-1653 (an unauthenticated information-disclosure flaw), which meant an attacker could first harvest configuration data — including password hashes — via 1653, crack or reuse them, and then use those credentials to reach the authenticated command injection in 1652, forming a practical unauthenticated-to-root exploit chain even though 1652 alone requires authentication.
Discovery
The vulnerability was discovered and reported to Cisco by RedTeam Pentesting GmbH, a German security research firm, in early 2019, alongside the related information-disclosure bug CVE-2019-1653.
Exploitation Context
CISA added CVE-2019-1652 to the KEV catalog in March 2022. Public proof-of-concept exploit code for both the RV320/325 information disclosure and command injection chain circulated shortly after disclosure, and Cisco RV-series routers running default or weak credentials were widely scanned and compromised by opportunistic attackers and botnets seeking edge-network footholds throughout 2019.
Remediation
- Apply the Cisco firmware update that resolves CVE-2019-1652 for your specific RV320/RV325 hardware and firmware version.
- Change default administrative credentials immediately and enforce strong, unique passwords.
- Disable remote (WAN-side) management access to the router's web interface; restrict administration to the trusted LAN.
- Treat this vulnerability together with CVE-2019-1653 — patching one without the other still leaves the pre-authentication information-disclosure path open to credential harvesting.
- Replace end-of-life RV-series hardware that no longer receives security updates with a currently supported model.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2019-1652 |
| Vendor / Product | Cisco — Small Business RV320 and RV325 Dual Gigabit WAN VPN Routers |
| NVD Published | 2019-01-24 |
| NVD Last Modified | 2025-10-28 |
| CVSS 3.1 Score | 7.2 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-20 find similar ↗ |
| CISA KEV Added | 2022-03-03 |
| CISA KEV Deadline | 2022-03-17 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2019-01-24 | CVE published / Cisco security advisory released, alongside related CVE-2019-1653 |
| 2022-03-03 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-03-17 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2019-1652 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |