From 578b2fdfafdb4c8fb0a6e7fbcf98fc563a0f527f Mon Sep 17 00:00:00 2001 From: "Shelby J. Cunningham" Date: Mon, 20 Feb 2023 17:20:28 -0500 Subject: [PATCH 1/2] Add CVE-2021-32853 for GHSL-2021-103 --- 2021/32xxx/CVE-2021-32853.json | 95 +++++++++++++++++++++++++++++++--- 1 file changed, 89 insertions(+), 6 deletions(-) diff --git a/2021/32xxx/CVE-2021-32853.json b/2021/32xxx/CVE-2021-32853.json index 90988acea6d..5850a3e7c60 100644 --- a/2021/32xxx/CVE-2021-32853.json +++ b/2021/32xxx/CVE-2021-32853.json @@ -1,18 +1,101 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-32853", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "countly-server vulnerable to Cross-site Scripting" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "erxes", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_name": "0.22.3", + "version_value": "0.22.3" + } + ] + } + } + ] + }, + "vendor_name": "npm" + } + ] + } + }, + "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": "Erxes, an open source Hubspot alternative, is vulnerable to cross-site scripting in versions 0.22.3 and prior. This results in client-side code execution. The victim must follow a malicious link or be redirected there from malicious web site. There are no known patches." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.1, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79 Cross-site Scripting (XSS)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://securitylab.github.com/advisories/GHSL-2021-103-erxes/", + "refsource": "CONFIRM", + "url": "https://securitylab.github.com/advisories/GHSL-2021-103-erxes/" + }, + { + "name": "https://github.com/erxes/erxes/blob/f131b49add72032650d483f044d00658908aaf4a/widgets/server/index.ts#L54", + "refsource": "MISC", + "url": "https://github.com/erxes/erxes/blob/f131b49add72032650d483f044d00658908aaf4a/widgets/server/index.ts#L54" + }, + { + "name": "https://github.com/erxes/erxes/blob/f131b49add72032650d483f044d00658908aaf4a/widgets/server/views/widget.ejs#L14", + "refsource": "MISC", + "url": "https://github.com/erxes/erxes/blob/f131b49add72032650d483f044d00658908aaf4a/widgets/server/views/widget.ejs#L14" + } + ] + }, + "source": { + "advisory": "GHSL-2021-103", + "defect": [ + "GHSL-2021-103" + ], + "discovery": "UNKNOWN" } } \ No newline at end of file From 07d6e1cef5ea11e778ef953c43f208a1547e9145 Mon Sep 17 00:00:00 2001 From: "Shelby J. Cunningham" Date: Mon, 20 Feb 2023 17:23:04 -0500 Subject: [PATCH 2/2] Edited wording --- 2021/32xxx/CVE-2021-32853.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/32xxx/CVE-2021-32853.json b/2021/32xxx/CVE-2021-32853.json index 5850a3e7c60..94519626d2b 100644 --- a/2021/32xxx/CVE-2021-32853.json +++ b/2021/32xxx/CVE-2021-32853.json @@ -37,7 +37,7 @@ "description_data": [ { "lang": "eng", - "value": "Erxes, an open source Hubspot alternative, is vulnerable to cross-site scripting in versions 0.22.3 and prior. This results in client-side code execution. The victim must follow a malicious link or be redirected there from malicious web site. There are no known patches." + "value": "Erxes, an experience operating system (XOS) with a set of plugins, is vulnerable to cross-site scripting in versions 0.22.3 and prior. This results in client-side code execution. The victim must follow a malicious link or be redirected there from malicious web site. There are no known patches." } ] },