Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/wagtail@4.2.4
purl pkg:pypi/wagtail@4.2.4
Next non-vulnerable version 7.0.7
Latest non-vulnerable version 7.3.2
Risk 4.0
Vulnerabilities affecting this package (10)
Vulnerability Summary Fixed by
VCID-12d4-1bj5-2yb5
Aliases:
CVE-2026-44199
GHSA-pwm3-7fv4-g6xx
PYSEC-2026-148
Wagtail is an open source content management system built on Django. Prior to 7.0.7, 7.3.2, and 7.4, a CMS user with limited access to form pages could delete submissions to form pages they don't have access to by crafting a form submission to delete submissions on a page they do have access to for submissions they don't. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin. This vulnerability is fixed in 7.0.7, 7.3.2, and 7.4.
7.0.7
Affected by 0 other vulnerabilities.
7.3.2
Affected by 0 other vulnerabilities.
VCID-1dyp-u5tf-mqhh
Aliases:
CVE-2026-25517
GHSA-4qvv-g3vr-m348
Wagtail has improper permission handling on admin preview endpoints Due to a missing permission check on the preview endpoints, a user with access to the Wagtail admin and knowledge of a model's fields can craft a form submission to obtain a preview rendering of any page, snippet or site setting object for which previews are enabled, consisting of any data of the user's choosing. The existing data of the object itself is not exposed, but depending on the nature of the template being rendered, this may expose other database contents that would otherwise only be accessible to users with edit access over the model. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin.
6.3.6
Affected by 7 other vulnerabilities.
7.0.4
Affected by 7 other vulnerabilities.
7.1.3
Affected by 7 other vulnerabilities.
7.2.2
Affected by 7 other vulnerabilities.
7.3
Affected by 7 other vulnerabilities.
VCID-2upt-d3sg-ebea
Aliases:
CVE-2026-44198
GHSA-c4mr-889m-vgf6
PYSEC-2026-147
Wagtail is an open source content management system built on Django. Prior to 7.0.7, 7.3.2, and 7.4, a CMS user without the ability to edit a page could still access the history report for the page, potentially resulting in disclosure of sensitive information. This vulnerability is fixed in 7.0.7, 7.3.2, and 7.4.
7.0.7
Affected by 0 other vulnerabilities.
7.3.2
Affected by 0 other vulnerabilities.
VCID-5p3e-kwee-ukfr
Aliases:
CVE-2026-44197
GHSA-c6wj-9vcj-75pj
PYSEC-2026-146
Wagtail is an open source content management system built on Django. Prior to 7.0.7, 7.3.2, and 7.4, a CMS user without the ability to edit a page could access revisions of the page through the revision compare view if they knew the primary key of two revisions. This could potentially result in disclosure of sensitive information. This vulnerability is fixed in 7.0.7, 7.3.2, and 7.4.
7.0.7
Affected by 0 other vulnerabilities.
7.3.2
Affected by 0 other vulnerabilities.
VCID-672q-fuy3-yqd1
Aliases:
CVE-2026-28223
GHSA-p4v8-rw59-93cq
Wagtail Vulnerable to Cross-site Scripting in simple_translation admin interface A stored Cross-site Scripting (XSS) vulnerability exists on confirmation messages within the `wagtail.contrib.simple_translation` module. A user with access to the Wagtail admin area may create a page with a specially-crafted title which, when another user performs the "Translate" action, causes arbitrary JavaScript code to run. This could lead to performing actions with that user's credentials. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin.
6.3.8
Affected by 5 other vulnerabilities.
7.0.6
Affected by 5 other vulnerabilities.
7.2.3
Affected by 5 other vulnerabilities.
7.3.1
Affected by 5 other vulnerabilities.
VCID-9u79-7g62-23dk
Aliases:
CVE-2024-39317
GHSA-jmp3-39vp-fwg8
PYSEC-2024-86
Wagtail is an open source content management system built on Django. A bug in Wagtail's `parse_query_string` would result in it taking a long time to process suitably crafted inputs. When used to parse sufficiently long strings of characters without a space, `parse_query_string` would take an unexpectedly large amount of time to process, resulting in a denial of service. In an initial Wagtail installation, the vulnerability can be exploited by any Wagtail admin user. It cannot be exploited by end users. If your Wagtail site has a custom search implementation which uses `parse_query_string`, it may be exploitable by other users (e.g. unauthenticated users). Patched versions have been released as Wagtail 5.2.6, 6.0.6 and 6.1.3.
5.2.6
Affected by 8 other vulnerabilities.
6.0rc1
Affected by 8 other vulnerabilities.
6.0.6
Affected by 8 other vulnerabilities.
6.1rc1
Affected by 8 other vulnerabilities.
6.1.3
Affected by 8 other vulnerabilities.
VCID-pkcr-w2en-dufq
Aliases:
CVE-2023-45809
GHSA-fc75-58r8-rm3h
PYSEC-2023-219
Wagtail is an open source content management system built on Django. A user with a limited-permission editor account for the Wagtail admin can make a direct URL request to the admin view that handles bulk actions on user accounts. While authentication rules prevent the user from making any changes, the error message discloses the display names of user accounts, and by modifying URL parameters, the user can retrieve the display name for any user. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin. Patched versions have been released as Wagtail 4.1.8 (LTS), 5.0.5 and 5.1.3. The fix is also included in Release Candidate 1 of the forthcoming Wagtail 5.2 release. Users are advised to upgrade. There are no known workarounds for this vulnerability.
5.0.5
Affected by 9 other vulnerabilities.
5.1rc1
Affected by 9 other vulnerabilities.
5.1.3
Affected by 9 other vulnerabilities.
VCID-prth-nf4k-nqe5
Aliases:
CVE-2026-28222
GHSA-p5cm-246w-84jm
Wagtail Vulnerable to Cross-site Scripting in TableBlock class attributes A stored Cross-site Scripting (XSS) vulnerability exists on rendering `TableBlock` blocks within a StreamField. A user with access to create or edit pages containing `TableBlock` StreamField blocks is able to set specially-crafted `class` attributes on the block which run arbitrary JavaScript code when the page is viewed. When viewed by a user with higher privileges, this could lead to performing actions with that user's credentials. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin, and only affects sites using TableBlock.
6.3.8
Affected by 5 other vulnerabilities.
7.0.6
Affected by 5 other vulnerabilities.
7.2.3
Affected by 5 other vulnerabilities.
7.3.1
Affected by 5 other vulnerabilities.
VCID-qf1m-zu2w-dbds
Aliases:
CVE-2026-44201
GHSA-p5gm-92h4-6pv6
PYSEC-2026-150
Wagtail is an open source content management system built on Django. Prior to 7.0.7, 7.3.2, and 7.4, the Documents and Images API incorrectly listed items in private collections. A user with access to the API could see the filename and name of documents and images in private collections. This vulnerability is fixed in 7.0.7, 7.3.2, and 7.4.
7.0.7
Affected by 0 other vulnerabilities.
7.3.2
Affected by 0 other vulnerabilities.
VCID-yvjp-hx9y-mkgf
Aliases:
CVE-2026-44200
GHSA-67rv-mg8q-5pf3
PYSEC-2026-149
Wagtail is an open source content management system built on Django. Prior to 7.0.7, 7.3.2, and 7.4, a CMS user with limited access to pages could copy a page they don't have access to to an area of the site they do. Once coped, they'd be able to view its contents, and potentially publish it. Permissions were correctly checked for the copy destination, but not for the source page. This vulnerability is fixed in 7.0.7, 7.3.2, and 7.4.
7.0.7
Affected by 0 other vulnerabilities.
7.3.2
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-01T09:51:02.537842+00:00 GitLab Importer Affected by VCID-prth-nf4k-nqe5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/wagtail/CVE-2026-28222.yml 38.6.0
2026-06-01T09:51:01.086536+00:00 GitLab Importer Affected by VCID-672q-fuy3-yqd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/wagtail/CVE-2026-28223.yml 38.6.0
2026-06-01T09:32:50.095727+00:00 GitLab Importer Affected by VCID-1dyp-u5tf-mqhh https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/wagtail/CVE-2026-25517.yml 38.6.0
2026-06-01T08:10:05.257387+00:00 GitLab Importer Affected by VCID-9u79-7g62-23dk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/wagtail/CVE-2024-39317.yml 38.6.0
2026-06-01T07:40:55.213321+00:00 GitLab Importer Affected by VCID-pkcr-w2en-dufq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/wagtail/CVE-2023-45809.yml 38.6.0
2026-05-31T09:48:01.741885+00:00 PyPI Importer Affected by VCID-qf1m-zu2w-dbds https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:48:00.623876+00:00 PyPI Importer Affected by VCID-yvjp-hx9y-mkgf https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:47:59.556069+00:00 PyPI Importer Affected by VCID-12d4-1bj5-2yb5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:47:58.515985+00:00 PyPI Importer Affected by VCID-2upt-d3sg-ebea https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:47:57.463006+00:00 PyPI Importer Affected by VCID-5p3e-kwee-ukfr https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:46:13.852432+00:00 PyPI Importer Affected by VCID-9u79-7g62-23dk https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:45:26.329025+00:00 PyPI Importer Affected by VCID-pkcr-w2en-dufq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-30T20:38:33.106383+00:00 Pypa Importer Affected by VCID-qf1m-zu2w-dbds https://github.com/pypa/advisory-database/blob/main/vulns/wagtail/PYSEC-2026-150.yaml 38.6.0
2026-05-30T20:38:31.057708+00:00 Pypa Importer Affected by VCID-yvjp-hx9y-mkgf https://github.com/pypa/advisory-database/blob/main/vulns/wagtail/PYSEC-2026-149.yaml 38.6.0
2026-05-30T20:38:28.938343+00:00 Pypa Importer Affected by VCID-12d4-1bj5-2yb5 https://github.com/pypa/advisory-database/blob/main/vulns/wagtail/PYSEC-2026-148.yaml 38.6.0
2026-05-30T20:38:26.885506+00:00 Pypa Importer Affected by VCID-2upt-d3sg-ebea https://github.com/pypa/advisory-database/blob/main/vulns/wagtail/PYSEC-2026-147.yaml 38.6.0
2026-05-30T20:38:24.767813+00:00 Pypa Importer Affected by VCID-5p3e-kwee-ukfr https://github.com/pypa/advisory-database/blob/main/vulns/wagtail/PYSEC-2026-146.yaml 38.6.0
2026-05-30T20:34:45.396518+00:00 Pypa Importer Affected by VCID-9u79-7g62-23dk https://github.com/pypa/advisory-database/blob/main/vulns/wagtail/PYSEC-2024-86.yaml 38.6.0
2026-05-30T20:32:59.516710+00:00 Pypa Importer Affected by VCID-pkcr-w2en-dufq https://github.com/pypa/advisory-database/blob/main/vulns/wagtail/PYSEC-2023-219.yaml 38.6.0