<?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>Bludit CMS (3.22.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/bludit-cms-3.22.0/</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>Tue, 01 Sep 2026 14:31:44 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/bludit-cms-3.22.0/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>Stored XSS Vulnerability in Bludit CMS</title><link>https://feed.craftedsignal.io/briefs/2026-09-bludit-xss/</link><pubDate>Tue, 01 Sep 2026 14:31:44 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-bludit-xss/</guid><description>Bludit CMS version 3.22.0 contains a stored XSS vulnerability in its SVG upload process, allowing attackers to execute arbitrary JavaScript via malicious XML processing instructions.</description><content:encoded><![CDATA[<p>Bludit CMS version 3.22.0 is susceptible to a stored Cross-Site Scripting (XSS) vulnerability due to incomplete sanitization of SVG files. The application's <code>sanitizeSVG()</code> function fails to remove XML processing instructions, specifically the <code>&lt;?xml-stylesheet?&gt;</code> directive. An attacker can craft a malicious SVG file containing an XSLT transformation that points to a local or remote stylesheet. When this file is uploaded through the administrative interface and subsequently viewed by a user, the XSLT processor executes the embedded JavaScript. This allows an attacker to achieve unauthorized script execution in the context of the user's browser, which can lead to session hijacking, administrative credential theft, or further actions performed on behalf of the victim.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates as an administrative user or gains access to the image upload endpoint.</li>
<li>Attacker crafts a malicious SVG file containing an <code>&lt;?xml-stylesheet?&gt;</code> XML processing instruction.</li>
<li>Attacker embeds an XSLT transformation within the SVG that includes a <code>&lt;script&gt;</code> block containing the desired JavaScript payload.</li>
<li>Attacker sends a <code>POST</code> request to <code>/admin/ajax/upload-images</code> with the malicious SVG file as a multipart/form-data payload.</li>
<li>The application fails to strip the XML processing instructions in <code>sanitizeSVG()</code> and stores the file in <code>/bl-content/uploads/</code>.</li>
<li>The attacker or a victim navigates to the URL of the uploaded SVG file.</li>
<li>The browser renders the SVG, triggers the XSLT stylesheet, and executes the embedded JavaScript payload.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for arbitrary code execution in the victim's browser session. If an administrator is tricked into viewing the malicious file, the attacker can perform unauthorized administrative actions, modify site content, or steal session cookies, potentially leading to full site compromise.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security teams:</p>
<ul>
<li>Verify your Bludit CMS version and upgrade to a patched release if available.</li>
<li>Implement strict server-side content-type validation and disable the execution of XML processing instructions for user-uploaded SVG files.</li>
<li>Use Content Security Policy (CSP) headers to restrict script execution for content hosted on the site's media storage domain.</li>
<li>Deploy the suggested web server detection rule to monitor for suspicious file uploads containing XML stylesheet references.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>webapps</category><category>xss</category><category>injection</category></item></channel></rss>