diff --git a/2022/23xxx/CVE-2022-23067.json b/2022/23xxx/CVE-2022-23067.json index 1900b142442..eadb5163542 100644 --- a/2022/23xxx/CVE-2022-23067.json +++ b/2022/23xxx/CVE-2022-23067.json @@ -1,18 +1,107 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "vulnerabilitylab@whitesourcesoftware.com", + "DATE_PUBLIC": "2022-05-17T10:46:00.000Z", "ID": "CVE-2022-23067", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "ToolJet - Token Leakage via Referer Header" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "ToolJet", + "version": { + "version_data": [ + { + "version_affected": ">=", + "version_value": "0.5.0" + }, + { + "version_affected": "<=", + "version_value": "1.2.2" + } + ] + } + } + ] + }, + "vendor_name": "ToolJet" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "WhiteSource Vulnerability Research Team (WVR)" + } + ], + "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": "ToolJet versions v0.5.0 to v1.2.2 are vulnerable to token leakage via Referer header that leads to account takeover . If the user opens the invite link/signup link and then clicks on any external links within the page, it leaks the password set token/signup token in the referer header. Using these tokens the attacker can access the user’s account." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8.8, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-200 Information Exposure" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://github.com/ToolJet/ToolJet/commit/eacbfc4c9da089ff9cda9edf8a1156390ae8a101" + }, + { + "refsource": "MISC", + "url": "https://www.whitesourcesoftware.com/vulnerability-database/CVE-2022-23067" + } + ] + }, + "solution": [ + { + "lang": "eng", + "value": "Update to version v1.3.0 or later" + } + ], + "source": { + "advisory": "https://www.whitesourcesoftware.com/vulnerability-database/", + "discovery": "UNKNOWN" } -} \ No newline at end of file +}