Lucene search

K
cvelistGitHub_MCVELIST:CVE-2023-28836
HistoryApr 03, 2023 - 12:00 a.m.

CVE-2023-28836 Wagtail vulnerable to stored Cross-site Scripting attack via ModelAdmin views

2023-04-0300:00:00
CWE-79
GitHub_M
www.cve.org
2
wagtail
xss
vulnerability
modeladmin
django
admin interface
limited-permission
editor account
pages
documents
credentials
patched versions

6.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

HIGH

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

0.001 Low

EPSS

Percentile

41.2%

Wagtail is an open source content management system built on Django. Starting in version 1.5 and prior to versions 4.1.4 and 4.2.2, a stored cross-site scripting (XSS) vulnerability exists 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. For page, the vulnerability is in the “Choose a parent page” ModelAdmin view (ChooseParentView), available when managing pages via ModelAdmin. For documents, the vulnerability is in the ModelAdmin Inspect view (InspectView) when displaying document fields. Patched versions have been released as Wagtail 4.1.4 and Wagtail 4.2.2. Site owners who are unable to upgrade to the new versions can disable or override the corresponding functionality.

CNA Affected

[
  {
    "vendor": "wagtail",
    "product": "wagtail",
    "versions": [
      {
        "version": "1.5",
        "status": "affected",
        "lessThan": "1.5*",
        "versionType": "custom"
      },
      {
        "version": "4.1.1",
        "status": "affected",
        "lessThan": "4.1.1",
        "versionType": "custom"
      },
      {
        "version": "4.2",
        "status": "affected",
        "lessThan": "4.2*",
        "versionType": "custom"
      },
      {
        "version": "4.2.2",
        "status": "affected",
        "lessThan": "4.2.2",
        "versionType": "custom"
      }
    ]
  }
]

6.4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

HIGH

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

0.001 Low

EPSS

Percentile

41.2%

Related for CVELIST:CVE-2023-28836