Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-39317
HistoryJul 11, 2024 - 3:23 p.m.

CVE-2024-39317 Wagtail regular expression denial-of-service via search query parsing

2024-07-1115:23:22
CWE-1333
GitHub_M
github.com
3
wagtail content management system
django
parse_query_string
denial of service
vulnerability
admin user
unauthenticated users
patched versions

CVSS3

6.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

AI Score

6.8

Confidence

High

EPSS

0.001

Percentile

26.5%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

CNA Affected

[
  {
    "vendor": "wagtail",
    "product": "wagtail",
    "versions": [
      {
        "version": ">= 2.0, < 5.2.6",
        "status": "affected"
      },
      {
        "version": ">= 6.0, < 6.0.6",
        "status": "affected"
      },
      {
        "version": ">= 6.1, < 6.1.3",
        "status": "affected"
      }
    ]
  }
]

CVSS3

6.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

AI Score

6.8

Confidence

High

EPSS

0.001

Percentile

26.5%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-39317