From 93c3cc0e6c6c65148cb3a7eed6e06a2074e2ad3e Mon Sep 17 00:00:00 2001 From: Jonathan Moroney Date: Thu, 24 Jun 2021 13:24:25 -0700 Subject: [PATCH] Add CVE-2021-32713 for GHSA-f6p7-8xfw-fjqq --- 2021/32xxx/CVE-2021-32713.json | 87 +++++++++++++++++++++++++++++++--- 1 file changed, 81 insertions(+), 6 deletions(-) diff --git a/2021/32xxx/CVE-2021-32713.json b/2021/32xxx/CVE-2021-32713.json index 88389f6be26..67af053c6fd 100644 --- a/2021/32xxx/CVE-2021-32713.json +++ b/2021/32xxx/CVE-2021-32713.json @@ -1,18 +1,93 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-32713", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Authenticated Stored XSS" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "shopware", + "version": { + "version_data": [ + { + "version_value": "< 5.6.10" + } + ] + } + } + ] + }, + "vendor_name": "shopware" + } + ] + } + }, + "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": "Shopware is an open source eCommerce platform. Versions prior to 5.6.10 suffer from an authenticated stored XSS in administration vulnerability. Users are recommend to update to the version 5.6.10. You can get the update to 5.6.10 regularly via the Auto-Updater or directly via the download overview." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 4.8, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "HIGH", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/shopware/shopware/security/advisories/GHSA-f6p7-8xfw-fjqq", + "refsource": "CONFIRM", + "url": "https://github.com/shopware/shopware/security/advisories/GHSA-f6p7-8xfw-fjqq" + }, + { + "name": "https://github.com/shopware/shopware/commit/a0850ffbc6f581a8eb8425cc2bf77a0715e21e12", + "refsource": "MISC", + "url": "https://github.com/shopware/shopware/commit/a0850ffbc6f581a8eb8425cc2bf77a0715e21e12" + }, + { + "name": "https://docs.shopware.com/en/shopware-5-en/security-updates/security-update-05-2021", + "refsource": "MISC", + "url": "https://docs.shopware.com/en/shopware-5-en/security-updates/security-update-05-2021" + } + ] + }, + "source": { + "advisory": "GHSA-f6p7-8xfw-fjqq", + "discovery": "UNKNOWN" } } \ No newline at end of file