Skip to content

Comment reply notifications sent to incorrect users

Low severity GitHub Reviewed Published Jan 18, 2022 in wagtail/wagtail • Updated Feb 3, 2023

Package

pip wagtail (pip)

Affected versions

>= 2.13, < 2.15.2

Patched versions

2.15.2

Description

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:

References

@gasman gasman published to wagtail/wagtail Jan 18, 2022
Published by the National Vulnerability Database Jan 18, 2022
Reviewed Jan 18, 2022
Published to the GitHub Advisory Database Jan 21, 2022
Last updated Feb 3, 2023

Severity

Low
3.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N

Weaknesses

CVE ID

CVE-2022-21683

GHSA ID

GHSA-xqxm-2rpm-3889

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.