From a2e922215842852ec1bb1aff04eb6ecfabc34d34 Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 5 Apr 2023 16:29:15 +0000 Subject: [PATCH] Adding Cisco CVE-2023-20148 --- 2023/20xxx/CVE-2023-20148.json | 96 +++++++++++++++++++++++++++++++--- 1 file changed, 89 insertions(+), 7 deletions(-) diff --git a/2023/20xxx/CVE-2023-20148.json b/2023/20xxx/CVE-2023-20148.json index f4bceb441ac..5a1e12f7cbc 100644 --- a/2023/20xxx/CVE-2023-20148.json +++ b/2023/20xxx/CVE-2023-20148.json @@ -1,18 +1,100 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2023-04-05T23:00:00", "ID": "CVE-2023-20148", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco Small Business RV016, RV042, RV042G, RV082 , RV320, and RV325 Routers Cross-Site Scripting Vulnerabilities" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco Small Business RV Series Router Firmware ", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "Cisco" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "\r Multiple vulnerabilities in the web-based management interface of Cisco Small Business RV016, RV042, RV042G, RV082, RV320, and RV325 Routers could allow an unauthenticated, remote attacker to conduct cross-site scripting (XSS) attacks against a user of the interface.\r These vulnerabilities are due to insufficient input validation by the web-based management interface. An attacker could exploit these vulnerabilities by sending crafted HTTP requests to an affected device and then persuading a user to visit specific web pages that include malicious payloads. A successful exploit could allow the attacker to execute arbitrary script code in the context of the affected interface or access sensitive, browser-based information.\r Cisco has not released software updates that address these vulnerabilities. " } ] + }, + "exploit": [ + { + "lang": "eng", + "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerabilities that are described in this advisory. " + } + ], + "impact": { + "cvss": { + "baseScore": "6.1", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20230405 Cisco Small Business RV016, RV042, RV042G, RV082 , RV320, and RV325 Routers Cross-Site Scripting Vulnerabilities", + "refsource": "CISCO", + "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-rv-stored-xss-vqz7gC8W" + } + ] + }, + "source": { + "advisory": "cisco-sa-rv-stored-xss-vqz7gC8W", + "defect": [ + [ + "CSCwe21294", + "CSCwe75298", + "CSCwe75302", + "CSCwe75304", + "CSCwe75324", + "CSCwe75338", + "CSCwe75341", + "CSCwe75346", + "CSCwe75348", + "CSCwe75352", + "CSCwe75355", + "CSCwe75367", + "CSCwe75369", + "CSCwe75375", + "CSCwe75377" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}