From 0fa2bca56a0bd3b3841005c9a8f2f618d057db17 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 13:40:10 +0000 Subject: [PATCH] Add CVE-2022-24721 for GHSA-rjmq-6v55-4rjv Add CVE-2022-24721 for GHSA-rjmq-6v55-4rjv --- 2022/24xxx/CVE-2022-24721.json | 88 +++++++++++++++++++++++++++++++--- 1 file changed, 82 insertions(+), 6 deletions(-) diff --git a/2022/24xxx/CVE-2022-24721.json b/2022/24xxx/CVE-2022-24721.json index 4e8da90e526..a8143382522 100644 --- a/2022/24xxx/CVE-2022-24721.json +++ b/2022/24xxx/CVE-2022-24721.json @@ -1,18 +1,94 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-24721", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Incorrect Authorization in org.cometd.oort" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "cometd", + "version": { + "version_data": [ + { + "version_value": "< 5.0.11" + }, + { + "version_value": ">= 6.0.0, < 6.0.6" + }, + { + "version_value": ">= 7.0.0, < 7.0.6" + } + ] + } + } + ] + }, + "vendor_name": "cometd" + } + ] + } + }, + "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": "CometD is a scalable comet implementation for web messaging. In any version prior to 5.0.11, 6.0.6, and 7.0.6, internal usage of Oort and Seti channels is improperly authorized, so any remote user could subscribe and publish to those channels. By subscribing to those channels, a remote user may be able to watch cluster-internal traffic that contains other users' (possibly sensitive) data. By publishing to those channels, a remote user may be able to create/modify/delete other user's data and modify the cluster structure. A fix is available in versions 5.0.11, 6.0.6, and 7.0.6. As a workaround, install a custom `SecurityPolicy` that forbids subscription and publishing to remote, non-Oort, sessions on Oort and Seti channels." } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 8.1, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-863: Incorrect Authorization" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/cometd/cometd/security/advisories/GHSA-rjmq-6v55-4rjv", + "refsource": "CONFIRM", + "url": "https://github.com/cometd/cometd/security/advisories/GHSA-rjmq-6v55-4rjv" + }, + { + "name": "https://github.com/cometd/cometd/issues/1146", + "refsource": "MISC", + "url": "https://github.com/cometd/cometd/issues/1146" + } + ] + }, + "source": { + "advisory": "GHSA-rjmq-6v55-4rjv", + "discovery": "UNKNOWN" } } \ No newline at end of file