From d46bc0e48f39398b93fce2a6525f0cc9af7a09ad Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 20:21:48 +0000 Subject: [PATCH] Add CVE-2022-24781 for GHSA-4fv9-g2jh-j5xm Add CVE-2022-24781 for GHSA-4fv9-g2jh-j5xm --- 2022/24xxx/CVE-2022-24781.json | 87 +++++++++++++++++++++++++++++++--- 1 file changed, 81 insertions(+), 6 deletions(-) diff --git a/2022/24xxx/CVE-2022-24781.json b/2022/24xxx/CVE-2022-24781.json index 2c9fea79c66..c320a3af98c 100644 --- a/2022/24xxx/CVE-2022-24781.json +++ b/2022/24xxx/CVE-2022-24781.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-2022-24781", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Malicious users can take over the session of other players" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Geon", + "version": { + "version_data": [ + { + "version_value": "< 1.1.0" + } + ] + } + } + ] + }, + "vendor_name": "math-geon" + } + ] + } + }, + "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": "Geon is a board game based on solving questions about the Pythagorean Theorem. Malicious users can obtain the uuid from other users, spoof that uuid through the browser console and become co-owners of the target session. This issue is patched in version 1.1.0. No known workaround exists." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.1, + "baseSeverity": "HIGH", + "confidentialityImpact": "LOW", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-384: Session Fixation" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/math-geon/Geon/security/advisories/GHSA-4fv9-g2jh-j5xm", + "refsource": "CONFIRM", + "url": "https://github.com/math-geon/Geon/security/advisories/GHSA-4fv9-g2jh-j5xm" + }, + { + "name": "https://github.com/math-geon/Geon/commit/005456d752d5434b60026edbc83b2665b8557d19", + "refsource": "MISC", + "url": "https://github.com/math-geon/Geon/commit/005456d752d5434b60026edbc83b2665b8557d19" + }, + { + "name": "https://github.com/math-geon/Geon/releases/tag/v1.1.0", + "refsource": "MISC", + "url": "https://github.com/math-geon/Geon/releases/tag/v1.1.0" + } + ] + }, + "source": { + "advisory": "GHSA-4fv9-g2jh-j5xm", + "discovery": "UNKNOWN" } } \ No newline at end of file