From 9492e3d0e004f78d3d6b6f26bd8366093e71eaf5 Mon Sep 17 00:00:00 2001 From: "advisory-db[bot]" <45398580+advisory-db[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:40:15 +0000 Subject: [PATCH] Add CVE-2021-43817 for GHSA-7f6h-v9mx-58q9 Add CVE-2021-43817 for GHSA-7f6h-v9mx-58q9 --- 2021/43xxx/CVE-2021-43817.json | 80 +++++++++++++++++++++++++++++++--- 1 file changed, 74 insertions(+), 6 deletions(-) diff --git a/2021/43xxx/CVE-2021-43817.json b/2021/43xxx/CVE-2021-43817.json index 9c242895579..84044b02956 100644 --- a/2021/43xxx/CVE-2021-43817.json +++ b/2021/43xxx/CVE-2021-43817.json @@ -1,18 +1,86 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-43817", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Reflected Cross-Site-Scripting vulnerability in Collabora Online" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "online", + "version": { + "version_data": [ + { + "version_value": ">= 6.0.0, < 6.4.16" + }, + { + "version_value": "< 4.2.20" + } + ] + } + } + ] + }, + "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 based on LibreOffice technology. In affected versions a reflected XSS vulnerability was found in Collabora Online. 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. Users should upgrade to Collabora Online 6.4.16 or higher or Collabora Online 4.2.20 or higher. Collabora Online Development Edition 21.11 is not affected.\n" } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 8.2, + "baseSeverity": "HIGH", + "confidentialityImpact": "LOW", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/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/CollaboraOnline/online/security/advisories/GHSA-7f6h-v9mx-58q9", + "refsource": "CONFIRM", + "url": "https://github.com/CollaboraOnline/online/security/advisories/GHSA-7f6h-v9mx-58q9" + } + ] + }, + "source": { + "advisory": "GHSA-7f6h-v9mx-58q9", + "discovery": "UNKNOWN" } } \ No newline at end of file