From ed876b32468c52b7dd581c937176d794308ca345 Mon Sep 17 00:00:00 2001 From: Robert Schultheis Date: Fri, 2 Oct 2020 13:41:18 -0600 Subject: [PATCH] Add CVE-2020-15232 for GHSA-vjv6-gq77-3mjw --- 2020/15xxx/CVE-2020-15232.json | 82 +++++++++++++++++++++++++++++++--- 1 file changed, 76 insertions(+), 6 deletions(-) diff --git a/2020/15xxx/CVE-2020-15232.json b/2020/15xxx/CVE-2020-15232.json index 6fad4666499..03c104dda83 100644 --- a/2020/15xxx/CVE-2020-15232.json +++ b/2020/15xxx/CVE-2020-15232.json @@ -1,18 +1,88 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-15232", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "XML External Entity attack in mapfish-print" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "mapfish-print", + "version": { + "version_data": [ + { + "version_value": "< 3.24" + } + ] + } + } + ] + }, + "vendor_name": "mapfish" + } + ] + } + }, + "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": "In mapfish-print before version 3.24, a user can do to an XML External Entity (XXE) attack with the provided SDL style." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 9.3, + "baseSeverity": "CRITICAL", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-611: Improper Restriction of XML External Entity Reference" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/mapfish/mapfish-print/security/advisories/GHSA-vjv6-gq77-3mjw", + "refsource": "CONFIRM", + "url": "https://github.com/mapfish/mapfish-print/security/advisories/GHSA-vjv6-gq77-3mjw" + }, + { + "name": "https://github.com/mapfish/mapfish-print/pull/1397/commits/e1d0527d13db06b2b62ca7d6afb9e97dacd67a0e", + "refsource": "MISC", + "url": "https://github.com/mapfish/mapfish-print/pull/1397/commits/e1d0527d13db06b2b62ca7d6afb9e97dacd67a0e" + } + ] + }, + "source": { + "advisory": "GHSA-vjv6-gq77-3mjw", + "discovery": "UNKNOWN" } } \ No newline at end of file