CVE-2022-21683

MEDIUM
Published Jan 18, 20224y ago · Modified Jun 17, 20262w ago
4.3 CVSS 3.1
Medium
Find Similar
Published Jan 18, 2022 4y ago
Last Modified Jun 17, 2026 2w ago

Description

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.

CVSS Details

Base Score
4.3
Exploitability
2.8
Impact
1.4
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity None
Availability None

Threat Intelligence

No active exploitation signals — not in CISA KEV and no EPSS score yet.

Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-200 Exposure of Sensitive Information to an Unauthorized Actor Information Exposure

Affected Products 1

VendorProductVersionRange
torchboxwagtail*≥2.13  –  <2.15.2

References 3

  • github.com https://github.com/wagtail/wagtail/commit/5fe901e5d86ed02dbbb63039a897582951266afd
    PatchThird Party Advisory
  • github.com https://github.com/wagtail/wagtail/releases/tag/v2.15.2
    Release NotesThird Party Advisory
  • github.com https://github.com/wagtail/wagtail/security/advisories/GHSA-xqxm-2rpm-3889
    MitigationThird Party Advisory

Remediation

  • github.com https://github.com/wagtail/wagtail/commit/5fe901e5d86ed02dbbb63039a897582951266afd
    PatchThird Party Advisory