Overview
- Description
- 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.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
Risk scores
CVSS 3.1
- Type
- Primary
- Base score
- 4.9
- Impact score
- 3.6
- Exploitability score
- 1.2
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
- Severity
- MEDIUM
Social media
- Hype score
- Not currently trending
Configurations
[ { "nodes": [ { "negate": false, "cpeMatch": [ { "criteria": "cpe:2.3:a:wagtail:wagtail:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "63385A72-B89E-40A2-B40A-1C0096FFF6F6", "versionEndExcluding": "5.2.6", "versionStartIncluding": "2.0" }, { "criteria": "cpe:2.3:a:wagtail:wagtail:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "50A5F9B8-672B-490E-8913-52942C46923F", "versionEndExcluding": "6.0.6", "versionStartIncluding": "6.0" }, { "criteria": "cpe:2.3:a:wagtail:wagtail:*:*:*:*:*:*:*:*", "vulnerable": true, "matchCriteriaId": "3B9D477D-F71B-413C-8F29-963E6FAD5E95", "versionEndExcluding": "6.1.3", "versionStartIncluding": "6.1" } ], "operator": "OR" } ] } ]