Skip to content

Commit 73d928e

Browse files
committed
Add release notes for 6.0.6
1 parent bbebc50 commit 73d928e

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@ Changelog
131131
* Maintenance: Refactor the Django port of `urlify` to use TypeScript, officially deprecate `window.URLify` global util (LB (Ben) Johnston)
132132

133133

134+
6.0.6 (11.07.2024)
135+
~~~~~~~~~~~~~~~~~~
136+
137+
* Fix: CVE-2024-39317: Regular expression denial-of-service via search query parsing (Jake Howard)
138+
139+
134140
6.0.5 (30.05.2024)
135141
~~~~~~~~~~~~~~~~~~
136142

docs/releases/6.0.6.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Wagtail 6.0.6 release notes
2+
3+
_July 11, 2024_
4+
5+
```{contents}
6+
---
7+
local:
8+
depth: 1
9+
---
10+
```
11+
12+
## What's new
13+
14+
### CVE-2024-39317: Regular expression denial-of-service via search query parsing
15+
16+
This release addresses a denial-of-service vulnerability in Wagtail. A bug in Wagtail's [`parse_query_string`](wagtailsearch_query_string_parsing) 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.
17+
18+
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).
19+
20+
Many thanks to Jake Howard for reporting and fixing this issue. For further details, please see [the CVE-2024-39317 security advisory](https://github.com/wagtail/wagtail/security/advisories/GHSA-jmp3-39vp-fwg8).

docs/releases/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Release notes
88
6.1.2
99
6.1.1
1010
6.1
11+
6.0.6
1112
6.0.5
1213
6.0.4
1314
6.0.3

0 commit comments

Comments
 (0)