diff --git a/2022/21xxx/CVE-2022-21683.json b/2022/21xxx/CVE-2022-21683.json index 0a7f30220d3..b1c4451b4a1 100644 --- a/2022/21xxx/CVE-2022-21683.json +++ b/2022/21xxx/CVE-2022-21683.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-21683", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Comment reply notifications sent to incorrect users in wagtail" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "wagtail", + "version": { + "version_data": [ + { + "version_value": ">= 2.13, < 2.15.2" + } + ] + } + } + ] + }, + "vendor_name": "wagtail" + } + ] + } + }, + "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": "Wagtail is a Django based content management system focused on flexibility and user experience. When notifications for new replies in comment threads are sent, they are sent to all users who have replied or commented anywhere on the site, rather than only in the relevant threads. This means that a user could listen in to new comment replies on pages they have not have editing access to, as long as they have left a comment or reply somewhere on the site. A patched version has been released as Wagtail 2.15.2, which restores the intended behaviour - to send notifications for new replies to the participants in the active thread only (editing permissions are not considered). New comments can be disabled by setting `WAGTAILADMIN_COMMENTS_ENABLED = False` in the Django settings file.\n" } ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 3.5, + "baseSeverity": "LOW", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://github.com/wagtail/wagtail/security/advisories/GHSA-xqxm-2rpm-3889", + "refsource": "CONFIRM", + "url": "https://github.com/wagtail/wagtail/security/advisories/GHSA-xqxm-2rpm-3889" + }, + { + "name": "https://github.com/wagtail/wagtail/commit/5fe901e5d86ed02dbbb63039a897582951266afd", + "refsource": "MISC", + "url": "https://github.com/wagtail/wagtail/commit/5fe901e5d86ed02dbbb63039a897582951266afd" + }, + { + "name": "https://github.com/wagtail/wagtail/releases/tag/v2.15.2", + "refsource": "MISC", + "url": "https://github.com/wagtail/wagtail/releases/tag/v2.15.2" + } + ] + }, + "source": { + "advisory": "GHSA-xqxm-2rpm-3889", + "discovery": "UNKNOWN" } } \ No newline at end of file