From 3f86ea17cbd3702bc556b468fdd6855c4880a2e5 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sun, 13 Oct 2019 18:00:59 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2019/17xxx/CVE-2019-17535.json | 81 ++++++++++++++++++++++++++++++++++ 2019/17xxx/CVE-2019-17536.json | 81 ++++++++++++++++++++++++++++++++++ 2 files changed, 162 insertions(+) create mode 100644 2019/17xxx/CVE-2019-17535.json create mode 100644 2019/17xxx/CVE-2019-17536.json diff --git a/2019/17xxx/CVE-2019-17535.json b/2019/17xxx/CVE-2019-17535.json new file mode 100644 index 00000000000..f8bfedf1c64 --- /dev/null +++ b/2019/17xxx/CVE-2019-17535.json @@ -0,0 +1,81 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-17535", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Gila CMS through 1.11.4 allows blog-list.php XSS, in both the gila-blog and gila-mag themes, via the search parameter, a related issue to CVE-2019-9647." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://rastating.github.io/gila-cms-reflected-xss/", + "refsource": "MISC", + "name": "https://rastating.github.io/gila-cms-reflected-xss/" + }, + { + "url": "https://github.com/GilaCMS/gila/pull/48", + "refsource": "MISC", + "name": "https://github.com/GilaCMS/gila/pull/48" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AC:L/AV:N/A:N/C:H/I:H/PR:N/S:C/UI:R", + "version": "3.0" + } + } +} \ No newline at end of file diff --git a/2019/17xxx/CVE-2019-17536.json b/2019/17xxx/CVE-2019-17536.json new file mode 100644 index 00000000000..368cdf39fb1 --- /dev/null +++ b/2019/17xxx/CVE-2019-17536.json @@ -0,0 +1,81 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-17536", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "Gila CMS through 1.11.4 allows Unrestricted Upload of a File with a Dangerous Type via the moveAction function in core/controllers/fm.php. The attacker needs to use admin/media_upload and fm/move." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://rastating.github.io/gila-cms-upload-filter-bypass-and-rce/", + "refsource": "MISC", + "name": "https://rastating.github.io/gila-cms-upload-filter-bypass-and-rce/" + }, + { + "url": "https://github.com/GilaCMS/gila/pull/49", + "refsource": "MISC", + "name": "https://github.com/GilaCMS/gila/pull/49" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "CHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AC:L/AV:N/A:L/C:H/I:H/PR:L/S:C/UI:N", + "version": "3.0" + } + } +} \ No newline at end of file