PyPi: Wagtail

CVE-2022-21683

Safety vulnerability ID: 44608

This vulnerability was reviewed by experts

The information on this page was manually curated by our Cybersecurity Intelligence Team.

Created at Jan 18, 2022 Updated at Feb 21, 2025
Scan your Python projects for vulnerabilities →

Advisory

Wagtail 2.15.2 includes a fix for CVE-2022-21683: 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.
https://github.com/wagtail/wagtail/security/advisories/GHSA-xqxm-2rpm-3889

Affected package

wagtail

Latest version: 6.4.1

A Django content management system.

Affected versions

Fixed versions

Vulnerability changelog

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. See CVE-2022-21683.


CONFIRM:https://github.com/wagtail/wagtail/security/advisories/GHSA-xqxm-2rpm-3889: https://github.com/wagtail/wagtail/security/advisories/GHSA-xqxm-2rpm-3889
MISC:https://github.com/wagtail/wagtail/commit/5fe901e5d86ed02dbbb63039a897582951266afd: https://github.com/wagtail/wagtail/commit/5fe901e5d86ed02dbbb63039a897582951266afd
MISC:https://github.com/wagtail/wagtail/releases/tag/v2.15.2: https://github.com/wagtail/wagtail/releases/tag/v2.15.2

Resources

Use this package?

Scan your Python project for dependency vulnerabilities in two minutes

Scan your application

Severity Details

CVSS Base Score

MEDIUM 4.3

CVSS v3 Details

MEDIUM 4.3
Attack Vector (AV)
NETWORK
Attack Complexity (AC)
LOW
Privileges Required (PR)
LOW
User Interaction (UI)
NONE
Scope (S)
UNCHANGED
Confidentiality Impact (C)
LOW
Integrity Impact (I)
NONE
Availability Availability (A)
NONE

CVSS v2 Details

MEDIUM 4.0
Access Vector (AV)
NETWORK
Access Complexity (AC)
LOW
Authentication (Au)
SINGLE
Confidentiality Impact (C)
PARTIAL
Integrity Impact (I)
NONE
Availability Impact (A)
NONE