From 5fe0e94c32fe02d1483e21a102f49d09cbf5c3aa Mon Sep 17 00:00:00 2001 From: santosomar Date: Wed, 2 Oct 2019 19:02:08 +0000 Subject: [PATCH] Adding Cisco CVE --- 2019/12xxx/CVE-2019-12686.json | 90 +++++++++++++++++++++++++++++++--- 1 file changed, 83 insertions(+), 7 deletions(-) diff --git a/2019/12xxx/CVE-2019-12686.json b/2019/12xxx/CVE-2019-12686.json index ddfb5ea7714..3dc7a8fa45e 100644 --- a/2019/12xxx/CVE-2019-12686.json +++ b/2019/12xxx/CVE-2019-12686.json @@ -1,18 +1,94 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@cisco.com", + "DATE_PUBLIC": "2019-10-02T16:00:00-0700", "ID": "CVE-2019-12686", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Cisco Firepower Management Center SQL Injection Vulnerabilities" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Cisco Firepower Management Center ", + "version": { + "version_data": [ + { + "affected": "<", + "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": "Multiple vulnerabilities in the web-based management interface of Cisco Firepower Management Center (FMC) Software could allow an authenticated, remote attacker to execute arbitrary SQL injections on an affected device. These vulnerabilities exist due to improper input validation. An attacker could exploit these vulnerabilities by sending crafted SQL queries to an affected device. A successful exploit could allow the attacker to view information that they are not authorized to view, make changes to the system that they are not authorized to make, and execute commands within the underlying operating system that may affect the availability of the device. " } ] + }, + "exploit": [ + { + "lang": "eng", + "value": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory. " + } + ], + "impact": { + "cvss": { + "baseScore": "8.8", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H ", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-89" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "20191002 Cisco Firepower Management Center SQL Injection Vulnerabilities", + "refsource": "CISCO", + "url": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20191002-fmc-sql-inj" + } + ] + }, + "source": { + "advisory": "cisco-sa-20191002-fmc-sql-inj", + "defect": [ + [ + "CSCvh03939", + "CSCvh03949", + "CSCvh03955", + "CSCvh77430", + "CSCvh77441", + "CSCvh77600", + "CSCvh77847", + "CSCvn69019" + ] + ], + "discovery": "INTERNAL" } -} \ No newline at end of file +}