Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/wagtail@1.4
purl pkg:pypi/wagtail@1.4
Next non-vulnerable version 7.0.7
Latest non-vulnerable version 7.3.2
Risk 3.0
Vulnerabilities affecting this package (14)
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-8jfe-n528-xuc2
Aliases:
CVE-2023-28837
GHSA-33pv-vcgh-jfg9
PYSEC-2023-56
Wagtail is an open source content management system built on Django. Prior to versions 4.1.4 and 4.2.2, a memory exhaustion bug exists in Wagtail's handling of uploaded images and documents. For both images and documents, files are loaded into memory during upload for additional processing. A user with access to upload images or documents through the Wagtail admin interface could upload a file so large that it results in a crash of denial of service. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin. It can only be exploited by admin users with permission to upload images or documents. Image uploads are restricted to 10MB by default, however this validation only happens on the frontend and on the backend after the vulnerable code. Patched versions have been released as Wagtail 4.1.4 and Wagtail 4.2.2). Site owners who are unable to upgrade to the new versions are encouraged to add extra protections outside of Wagtail to limit the size of uploaded files.
4.1.4
Affected by 10 other vulnerabilities.
4.2rc1
Affected by 9 other vulnerabilities.
4.2.2
Affected by 10 other vulnerabilities.
VCID-btdp-8uac-rkhp
Aliases:
CVE-2021-32681
GHSA-xfrw-hxr5-ghqf
PYSEC-2021-103
Wagtail is an open source content management system built on Django. A cross-site scripting vulnerability exists in versions 2.13-2.13.1, versions 2.12-2.12.4, and versions prior to 2.11.8. When the `{% include_block %}` template tag is used to output the value of a plain-text StreamField block (`CharBlock`, `TextBlock` or a similar user-defined block derived from `FieldBlock`), and that block does not specify a template for rendering, the tag output is not properly escaped as HTML. This could allow users to insert arbitrary HTML or scripting. This vulnerability is only exploitable by users with the ability to author StreamField content (i.e. users with 'editor' access to the Wagtail admin). Patched versions have been released as Wagtail 2.11.8 (for the LTS 2.11 branch), Wagtail 2.12.5, and Wagtail 2.13.2 (for the current 2.13 branch). As a workaround, site implementors who are unable to upgrade to a current supported version should audit their use of `{% include_block %}` to ensure it is not used to output `CharBlock` / `TextBlock` values with no associated template. Note that this only applies where `{% include_block %}` is used directly on that block (uses of `include_block` on a block _containing_ a CharBlock / TextBlock, such as a StructBlock, are unaffected). In these cases, the tag can be replaced with Django's `{{ ... }}` syntax - e.g. `{% include_block my_title_block %}` becomes `{{ my_title_block }}`.
2.11.8
Affected by 12 other vulnerabilities.
2.12rc1
Affected by 12 other vulnerabilities.
2.12.5
Affected by 12 other vulnerabilities.
2.13rc1
Affected by 12 other vulnerabilities.
2.13.2
Affected by 13 other vulnerabilities.
VCID-cfkh-sdk4-3uan
Aliases:
CVE-2021-29434
GHSA-wq5h-f9p5-q7fx
PYSEC-2021-114
Wagtail is a Django content management system. In affected versions of Wagtail, when saving the contents of a rich text field in the admin interface, Wagtail does not apply server-side checks to ensure that link URLs use a valid protocol. A malicious user with access to the admin interface could thus craft a POST request to publish content with `javascript:` URLs containing arbitrary code. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin. See referenced GitHub advisory for additional details, including a workaround. Patched versions have been released as Wagtail 2.11.7 (for the LTS 2.11 branch) and Wagtail 2.12.4 (for the current 2.12 branch).
2.11.6
Affected by 14 other vulnerabilities.
2.11.7
Affected by 13 other vulnerabilities.
2.12.4
Affected by 13 other vulnerabilities.
VCID-fr48-r964-g3aw
Aliases:
CVE-2020-15118
GHSA-2473-9hgq-j7xw
PYSEC-2020-154
In Wagtail before versions 2.7.4 and 2.9.3, when a form page type is made available to Wagtail editors through the `wagtail.contrib.forms` app, and the page template is built using Django's standard form rendering helpers such as form.as_p, any HTML tags used within a form field's help text will be rendered unescaped in the page. Allowing HTML within help text is an intentional design decision by Django; however, as a matter of policy Wagtail does not allow editors to insert arbitrary HTML by default, as this could potentially be used to carry out cross-site scripting attacks, including privilege escalation. This functionality should therefore not have been made available to editor-level users. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin. Patched versions have been released as Wagtail 2.7.4 (for the LTS 2.7 branch) and Wagtail 2.9.3 (for the current 2.9 branch). In these versions, help text will be escaped to prevent the inclusion of HTML tags. Site owners who wish to re-enable the use of HTML within help text (and are willing to accept the risk of this being exploited by editors) may set WAGTAILFORMS_HELP_TEXT_ALLOW_HTML = True in their configuration settings. Site owners who are unable to upgrade to the new versions can secure their form page templates by rendering forms field-by-field as per Django's documentation, but omitting the |safe filter when outputting the help text.
2.7.4
Affected by 14 other vulnerabilities.
2.9.3
Affected by 14 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.
4.1.9
Affected by 9 other vulnerabilities.
4.2rc1
Affected by 9 other vulnerabilities.
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-sfrz-j9f2-9qgj
Aliases:
CVE-2020-11037
GHSA-jjjr-3jcw-f8v6
PYSEC-2020-153
In Wagtail before versions 2.7.2 and 2.8.2, a potential timing attack exists on pages or documents that have been protected with a shared password through Wagtail's "Privacy" controls. This password check is performed through a character-by-character string comparison, and so an attacker who is able to measure the time taken by this check to a high degree of accuracy could potentially use timing differences to gain knowledge of the password. This is understood to be feasible on a local network, but not on the public internet. Privacy settings that restrict access to pages/documents on a per-user or per-group basis (as opposed to a shared password) are unaffected by this vulnerability. This has been patched in 2.7.3, 2.8.2, 2.9.
2.7.3
Affected by 15 other vulnerabilities.
2.8.2
Affected by 15 other vulnerabilities.
2.9
Affected by 15 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:01.712962+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:00.275365+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:49.250644+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-01T07:40:54.843077+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-06-01T07:22:59.083613+00:00 GitLab Importer Affected by VCID-8jfe-n528-xuc2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/wagtail/CVE-2023-28837.yml 38.6.0
2026-06-01T06:12:29.250170+00:00 GitLab Importer Affected by VCID-btdp-8uac-rkhp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/wagtail/CVE-2021-32681.yml 38.6.0
2026-06-01T06:06:46.460649+00:00 GitLab Importer Affected by VCID-cfkh-sdk4-3uan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/wagtail/CVE-2021-29434.yml 38.6.0
2026-06-01T05:50:07.353161+00:00 GitLab Importer Affected by VCID-fr48-r964-g3aw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/wagtail/CVE-2020-15118.yml 38.6.0
2026-06-01T05:46:58.851486+00:00 GitLab Importer Affected by VCID-sfrz-j9f2-9qgj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/wagtail/CVE-2020-11037.yml 38.6.0
2026-05-31T09:48:01.392606+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.281687+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.216830+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.170013+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.156246+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:45:25.991300+00:00 PyPI Importer Affected by VCID-pkcr-w2en-dufq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:47.229499+00:00 PyPI Importer Affected by VCID-8jfe-n528-xuc2 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:28.922790+00:00 PyPI Importer Affected by VCID-btdp-8uac-rkhp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:40:00.030525+00:00 PyPI Importer Affected by VCID-cfkh-sdk4-3uan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-30T20:38:32.417769+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:30.354389+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.230795+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.180044+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.078003+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:32:58.816183+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
2026-05-30T20:31:35.534668+00:00 Pypa Importer Affected by VCID-8jfe-n528-xuc2 https://github.com/pypa/advisory-database/blob/main/vulns/wagtail/PYSEC-2023-56.yaml 38.6.0
2026-05-30T20:27:07.519400+00:00 Pypa Importer Affected by VCID-btdp-8uac-rkhp https://github.com/pypa/advisory-database/blob/main/vulns/wagtail/PYSEC-2021-103.yaml 38.6.0
2026-05-30T20:22:41.296027+00:00 Pypa Importer Affected by VCID-cfkh-sdk4-3uan https://github.com/pypa/advisory-database/blob/main/vulns/wagtail/PYSEC-2021-114.yaml 38.6.0