Skip to content

Commit bc84bf9

Browse files
committed
Release note for CVE-2023-28836 in 4.2.2
1 parent 158acef commit bc84bf9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: CHANGELOG.txt

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Changelog
105105
4.2.2 (xx.xx.xxxx) - IN DEVELOPMENT
106106
~~~~~~~~~~~~~~~~~~
107107

108+
* Fix: CVE-2023-28836 - Stored XSS attack via ModelAdmin views (Thibaud Colas)
108109
* Fix: Fix radio and checkbox elements shrinking when using a long label (Sage Abdullah)
109110
* Fix: Fix select elements expanding beyond their container when using a long option label (Sage Abdullah)
110111
* Fix: Fix timezone handling of `TemplateResponse`s for users with a custom timezone (Stefan Hammer, Sage Abdullah)

Diff for: docs/releases/4.2.2.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ depth: 1
1111

1212
## What's new
1313

14+
### CVE-2023-28836: Stored XSS attack via ModelAdmin views
15+
16+
This release addresses a stored cross-site scripting (XSS) vulnerability on ModelAdmin views within the Wagtail admin interface. A user with a limited-permission editor account for the Wagtail admin could potentially craft pages and documents that, when viewed by a user with higher privileges, could perform 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 with ModelAdmin enabled.
17+
18+
Many thanks to Thibaud Colas for reporting this issue. For further details, please see [the CVE-2023-28836 security advisory](https://github.com/wagtail/wagtail/security/advisories/GHSA-5286-f2rf-35c2).
19+
1420
### Bug fixes
1521

1622
* Fix radio and checkbox elements shrinking when using a long label (Sage Abdullah)

0 commit comments

Comments
 (0)