CVE-2019-1653 — Cisco Small Business RV320 and RV325 Routers Information Disclosure Vulnerability

CVE-2019-1653

Cisco RV320/RV325 Routers — Unauthenticated Configuration and Diagnostic Data Disclosure

What are Cisco RV320 and RV325 Routers?

The Cisco RV320 and RV325 dual-WAN VPN routers are aimed at small businesses needing site-to-site VPN connectivity and a firewall/router in one device. Their web management interface exposes diagnostic and configuration-export functionality intended for administrators — functionality that, if improperly access-controlled, can leak sensitive data to anyone who can reach the interface.

Overview

CVE-2019-1653 is an information disclosure vulnerability in the web-based management interface of Cisco RV320 and RV325 routers. Due to improper access controls on certain URLs, an unauthenticated remote attacker can retrieve the router's full configuration file or detailed diagnostic information — without needing any credentials. CVSS 3.1 base score 7.5 (High).

Technical Details

This is CWE-284 (Improper Access Control). Specific diagnostic and configuration-export endpoints in the management interface fail to verify that the requester is an authenticated administrator before returning data, so a simple, unauthenticated HTTP request to the correct URL returns configuration content — which can include password hashes, VPN pre-shared keys, and other network configuration details. This flaw was disclosed alongside CVE-2019-1652 (authenticated command injection): an attacker can use this bug to harvest credentials, then use those credentials with 1652 to gain command execution, chaining unauthenticated recon directly into root-level compromise.

Discovery

The vulnerability was discovered and reported to Cisco by RedTeam Pentesting GmbH in early 2019, alongside the related command-injection flaw CVE-2019-1652.

Exploitation Context

CISA added CVE-2019-1653 to the KEV catalog in November 2021. Because it requires no authentication and directly exposes sensitive router configuration data, it was heavily scanned for and exploited shortly after public disclosure and proof-of-concept code release, with compromised routers used both for direct network intrusion and to build botnet infrastructure.

Remediation

  1. Apply the Cisco firmware update addressing CVE-2019-1653 for the affected RV320/RV325 hardware and firmware version.
  2. Disable remote (WAN-side) access to the management interface entirely; restrict configuration access to the trusted LAN only.
  3. Rotate all credentials, VPN pre-shared keys, and any secrets stored in the router configuration if the device was ever exposed to the internet while unpatched.
  4. Treat this vulnerability together with CVE-2019-1652, since together they form a practical unauthenticated-to-root exploit chain.
  5. Replace end-of-life RV-series routers that no longer receive firmware updates with currently supported hardware.

Key Details

PropertyValue
CVE ID CVE-2019-1653
Vendor / Product Cisco — Small Business RV320 and RV325 Routers
NVD Published2019-01-24
NVD Last Modified2025-10-28
CVSS 3.1 Score7.5
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
SeverityHIGH
CWE CWE-284 find similar ↗
CISA KEV Added2021-11-03
CISA KEV Deadline2022-05-03
Known Ransomware Use No

CVSS 3.1 Breakdown

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Required Action

CISA BOD 22-01 Deadline: 2022-05-03. Apply updates per vendor instructions.

Timeline

DateEvent
2019-01-24CVE published / Cisco security advisory released, alongside related CVE-2019-1652
2021-11-03Added to CISA Known Exploited Vulnerabilities catalog
2022-05-03CISA BOD 22-01 remediation deadline

References

ResourceType
NVD — CVE-2019-1653 Vulnerability Database
CISA KEV Catalog Entry US Government