GHSA-xqxm-2rpm-3889
Vulnerability from github
5.1 (Medium) - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
Impact
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 had editing access to, as long as they have left a comment or reply somewhere on the site.
Patches
A patched version has been released as Wagtail 2.15.2 (for the current LTS), which restores the intended behaviour - to send notifications for new replies to the participants in the active thread only (editing permissions are not considered).
Workarounds
New comments can be disabled by setting WAGTAILADMIN_COMMENTS_ENABLED = False
in the Django settings file.
Acknowledgements
Many thanks to Ihor Marhitych for identifying this issue.
For more information
If you have any questions or comments about this advisory:
- Visit Wagtail's support channels
- Email us at security@wagtail.io (if you wish to send encrypted email, the public key ID is
0x6ba1e1a86e0f8ce8
)
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "wagtail" }, "ranges": [ { "events": [ { "introduced": "2.13" }, { "fixed": "2.15.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-21683" ], "database_specific": { "cwe_ids": [ "CWE-200" ], "github_reviewed": true, "github_reviewed_at": "2022-01-18T21:16:18Z", "nvd_published_at": "2022-01-18T18:15:00Z", "severity": "MODERATE" }, "details": "### Impact\nWhen 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 had editing access to, as long as they have left a comment or reply somewhere on the site.\n\n### Patches\nA patched version has been released as Wagtail 2.15.2 (for the current LTS), which restores the intended behaviour - to send notifications for new replies to the participants in the active thread only (editing permissions are not considered).\n\n### Workarounds\nNew comments can be disabled by setting `WAGTAILADMIN_COMMENTS_ENABLED = False` in the Django settings file.\n\n### Acknowledgements\n\nMany thanks to Ihor Marhitych for identifying this issue.\n\n### For more information\nIf you have any questions or comments about this advisory:\n\n* Visit Wagtail\u0027s [support channels](https://docs.wagtail.io/en/stable/support.html)\n* Email us at security@wagtail.io (if you wish to send encrypted email, the public key ID is `0x6ba1e1a86e0f8ce8`)\n", "id": "GHSA-xqxm-2rpm-3889", "modified": "2024-11-19T16:03:44Z", "published": "2022-01-21T23:43:50Z", "references": [ { "type": "WEB", "url": "https://github.com/wagtail/wagtail/security/advisories/GHSA-xqxm-2rpm-3889" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21683" }, { "type": "WEB", "url": "https://github.com/wagtail/wagtail/commit/5fe901e5d86ed02dbbb63039a897582951266afd" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/wagtail/PYSEC-2022-13.yaml" }, { "type": "PACKAGE", "url": "https://github.com/wagtail/wagtail" }, { "type": "WEB", "url": "https://github.com/wagtail/wagtail/releases/tag/v2.15.2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Comment reply notifications sent to incorrect users" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.