← Back to CVE List
CVE-2026-93456NVD
Description
django-page-cms through 2.0.13 exempts five admin mutation views from CSRF protection in pages/admin/views.py, allowing attackers to forge requests that modify page content. Signed-in editors visiting a malicious page can be tricked into storing unescaped content that renders to all visitors, enabling stored cross-site scripting attacks.
CVSS Base Metrics
CVSS v3 (3.1)
HIGH 8.2
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:N
CVSS v4 (4.0)
HIGH 8.4
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:H/VA:N/SC:L/SI:H/SA:N
Weaknesses (CWE)
CWE-352 - Cross-Site Request Forgery (CSRF)
Affected & Patched Versions
| Product | Affected Versions | Patched Version |
|---|---|---|
| batiste django-page-cms | 0 - <= 2.0.13 | N/A |
References
- https://github.com/batiste/django-page-cms/issues/244
- https://github.com/batiste/django-page-cms
- https://github.com/batiste/django-page-cms/blob/bc4cbe6c187d2d4573289c5695ce8dec0556994d/pages/admin/views.py#L51-L53
- https://github.com/batiste/django-page-cms/blob/bc4cbe6c187d2d4573289c5695ce8dec0556994d/pages/placeholders.py#L238-L241
- https://www.vulncheck.com/advisories/django-page-cms-through-2.0.13-csrf-via-admin-mutation-views