From bf1b14a668dda25fd3c7cbf64567c16d546ef6f6 Mon Sep 17 00:00:00 2001 From: "Shelby J. Cunningham" Date: Wed, 21 Jul 2021 13:36:43 -0400 Subject: [PATCH] Add CVE-2021-32745 for GHSA-w536-654v-cjj9 --- 2021/32xxx/CVE-2021-32745.json | 77 +++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 6 deletions(-) diff --git a/2021/32xxx/CVE-2021-32745.json b/2021/32xxx/CVE-2021-32745.json index 62d9208b0b9..191c5c316f6 100644 --- a/2021/32xxx/CVE-2021-32745.json +++ b/2021/32xxx/CVE-2021-32745.json @@ -1,18 +1,83 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-32745", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Reflected Cross-Site-Scripting vulnerability" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "online", + "version": { + "version_data": [ + { + "version_value": "< 6.4.9-5" + } + ] + } + } + ] + }, + "vendor_name": "CollaboraOnline" + } + ] + } + }, + "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": "Collabora Online is a collaborative online office suite. A reflected XSS vulnerability was found in Collabora Online prior to version 6.4.9-5. An attacker could inject unescaped HTML into a variable as they created the Collabora Online iframe, and execute scripts inside the context of the Collabora Online iframe. This would give access to a small set of user settings stored in the browser, as well as the session's authentication token which was also passed in at iframe creation time. The issue is patched in Collabora Online 6.4.9-5. Collabora Online 4.2 is not affected." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "LOW", + "baseScore": 7.3, + "baseSeverity": "HIGH", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", + "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/CollaboraOnline/online/security/advisories/GHSA-w536-654v-cjj9", + "refsource": "CONFIRM", + "url": "https://github.com/CollaboraOnline/online/security/advisories/GHSA-w536-654v-cjj9" + } + ] + }, + "source": { + "advisory": "GHSA-w536-654v-cjj9", + "discovery": "UNKNOWN" } } \ No newline at end of file