Release note for CVE-2024-35228 in 6.1.2

pull/11999/head
Sage Abdullah 2024-05-30 14:47:40 +01:00
rodzic f8bf497741
commit 8b63309ced
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,7 @@ Changelog
* Fix: Fix client-side handling of select inputs within `ChoiceBlock` (Matt Westcott)
* Fix: Support SVG icon id attributes with single quotes in the styleguide (Sage Abdullah)
* Fix: CVE-2024-35228: Improper handling of insufficient permissions in `wagtail.contrib.settings` (Victor Miti, Matt Westcott, Jake Howard)
6.1.1 (21.05.2024)

Wyświetl plik

@ -11,6 +11,12 @@ depth: 1
## What's new
### CVE-2024-35228: Improper handling of insufficient permissions in `wagtail.contrib.settings`
This release addresses a permission vulnerability in the Wagtail admin interface. Due to an improperly applied permission check in the `wagtail.contrib.settings` module, a user with access to the Wagtail admin and knowledge of the URL of the edit view for a settings model can access and update that setting, even when they have not been granted permission over the model. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin.
Many thanks to Victor Miti for reporting this issue, and Matt Westcott and Jake Howard for the fix. For further details, please see [the CVE-2024-35228 security advisory](https://github.com/wagtail/wagtail/security/advisories/GHSA-xxfm-vmcf-g33f).
### Bug fixes
* Fix client-side handling of select inputs within `ChoiceBlock` (Matt Westcott)