From 2efd682a809de126f06609b72f1323c16bdf4a97 Mon Sep 17 00:00:00 2001 From: Robert Schultheis Date: Thu, 24 Sep 2020 16:08:12 -0600 Subject: [PATCH] Add CVE-2020-15160 for GHSA-fghq-8h87-826g --- 2020/15xxx/CVE-2020-15160.json | 71 +++++++++++++++++++++++++++++++--- 1 file changed, 65 insertions(+), 6 deletions(-) diff --git a/2020/15xxx/CVE-2020-15160.json b/2020/15xxx/CVE-2020-15160.json index ca05ce412c4..af97ca3199f 100644 --- a/2020/15xxx/CVE-2020-15160.json +++ b/2020/15xxx/CVE-2020-15160.json @@ -1,18 +1,77 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-15160", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Blind SQL Injection in PrestaShop" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "PrestaShop", + "version": { + "version_data": [ + { + "version_value": ">= 1.7.5.0, < 1.7.6.8" + } + ] + } + } + ] + }, + "vendor_name": "PrestaShop" + } + ] + } + }, + "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": "PrestaShop from version 1.7.5.0 and before version 1.7.6.8 is vulnerable to a blind SQL Injection attack in the Catalog Product edition page with location parameter. The problem is fixed in 1.7.6.8" } ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-fghq-8h87-826g", + "refsource": "CONFIRM", + "url": "https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-fghq-8h87-826g" + }, + { + "name": "https://github.com/PrestaShop/PrestaShop/commit/3fa0dfa5a8f4b149c7c90b948a12b4f5999a5ef8", + "refsource": "MISC", + "url": "https://github.com/PrestaShop/PrestaShop/commit/3fa0dfa5a8f4b149c7c90b948a12b4f5999a5ef8" + }, + { + "name": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.6.8", + "refsource": "MISC", + "url": "https://github.com/PrestaShop/PrestaShop/releases/tag/1.7.6.8" + } + ] + }, + "source": { + "advisory": "GHSA-fghq-8h87-826g", + "discovery": "UNKNOWN" } } \ No newline at end of file