<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Django-Page-Cms (&lt;= 2.0.13) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/django-page-cms--2.0.13/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 18 Sep 2026 04:02:51 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/django-page-cms--2.0.13/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>CSRF and Stored XSS Vulnerability in django-page-cms</title><link>https://feed.craftedsignal.io/briefs/2026-09-django-page-cms-csrf/</link><pubDate>Fri, 18 Sep 2026 04:02:51 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-django-page-cms-csrf/</guid><description>An improper CSRF protection flaw in django-page-cms versions up to 2.0.13 enables attackers to force authenticated editors to inject stored XSS payloads.</description><content:encoded><![CDATA[<p>CVE-2026-93456 affects the django-page-cms package in all versions up to and including 2.0.13. The vulnerability arises because five administrative mutation views located in pages/admin/views.py lack adequate Cross-Site Request Forgery (CSRF) protection. By failing to validate the authenticity of requests to these endpoints, the application allows unauthorized state-changing operations if an authenticated user is coerced into interacting with attacker-controlled content. This flaw is primarily critical because it facilitates Cross-Site Request Forgery that can be leveraged to inject stored Cross-Site Scripting (XSS) payloads into the CMS. Once injected, these payloads are stored on the server and executed in the browsers of other users, including site visitors and administrators, potentially leading to session hijacking, defacement, or further unauthorized actions within the administrative dashboard.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows remote attackers to perform unauthorized administrative actions on behalf of a logged-in user. By injecting malicious scripts into page content, an attacker can impact all site visitors, compromising the integrity of the web application and the confidentiality of administrative sessions. This vulnerability is significant for organizations using django-page-cms to manage content-heavy web portals.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade django-page-cms to a version beyond 2.0.13 immediately.</li>
<li>Audit web server logs for suspicious POST requests originating from external referrers targeting the /admin/pages/ paths.</li>
<li>Review stored page content for injected script tags, specifically looking for unescaped JavaScript in fields managed by the admin panel.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>csrf</category><category>xss</category></item></channel></rss>