<?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/"><channel><title>Kirbycms — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/kirbycms/</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>Wed, 27 May 2026 17:44:19 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/kirbycms/feed.xml" rel="self" type="application/rss+xml"/><item><title>Kirby CMS Stored XSS Vulnerability in KirbyTags and Image Blocks (CVE-2026-45368)</title><link>https://feed.craftedsignal.io/briefs/2026-05-kirby-cms-xss/</link><pubDate>Wed, 27 May 2026 17:44:19 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-kirby-cms-xss/</guid><description>Kirby CMS is vulnerable to stored cross-site scripting (XSS) due to insufficient sanitization of links within KirbyTags and image blocks, allowing authenticated users with content editing privileges to inject malicious JavaScript that executes when other users interact with the crafted links on the site frontend; patched in versions 4.9.1 and 5.4.1.</description><content:encoded><![CDATA[<p>A stored cross-site scripting (XSS) vulnerability exists in Kirby CMS affecting sites that utilize the <code>(link: …)</code> KirbyTag, the <code>link:</code> parameter of the <code>(image: …)</code> KirbyTag, the built-in <code>image</code> block with a link, or the HTML importer for blocks. The vulnerability, identified as CVE-2026-45368, can be exploited by an authenticated Panel user with update permissions to <code>textarea</code> or <code>blocks</code> fields, or write access to content files via other means. Successful exploitation allows an attacker to inject malicious JavaScript into content, which will then execute in the browsers of other site visitors or logged-in users who interact with the crafted links. This can lead to session hijacking, data theft, or other malicious activities within the context of the affected user&rsquo;s browser session. The issue is patched in Kirby versions 4.9.1 and 5.4.1.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains authenticated access to the Kirby CMS Panel with permissions to edit content.</li>
<li>The attacker navigates to a page or content section with a <code>textarea</code> or <code>blocks</code> field.</li>
<li>The attacker crafts a malicious link using either the <code>(link: …)</code> KirbyTag, the <code>link:</code> parameter of the <code>(image: …)</code> KirbyTag, the built-in <code>image</code> block, or the HTML importer. This link uses a <code>javascript:</code>, <code>vbscript:</code>, <code>livescript:</code>, <code>mocha:</code>, <code>jar:</code>, or <code>data:</code> URI scheme with an embedded JavaScript payload.</li>
<li>The attacker saves the content, persisting the malicious link in the CMS database.</li>
<li>A user visits the page containing the malicious link on the site frontend.</li>
<li>The malicious link is rendered as an <code>&lt;a&gt;</code> tag in the HTML of the page.</li>
<li>The user clicks on the malicious link.</li>
<li>The browser executes the JavaScript payload embedded in the <code>href</code> attribute of the link within the user&rsquo;s session, potentially allowing the attacker to perform actions on behalf of the user.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this XSS vulnerability (CVE-2026-45368) could allow an attacker to execute arbitrary JavaScript code in the context of other users&rsquo; browsers. This can lead to session hijacking, where the attacker gains control of a user&rsquo;s authenticated session within the Kirby CMS Panel, potentially escalating privileges to administrative roles. Other potential impacts include defacement of the website, theft of sensitive information, or redirection of users to malicious websites. The severity is high due to the ease of exploitation and potential for widespread impact on site visitors and administrators.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Kirby CMS to version 4.9.1 or 5.4.1 or later to patch CVE-2026-45368, as indicated in the patch information.</li>
<li>Deploy the Sigma rule <code>Detect Suspicious Javascript URI Scheme in Link Tag</code> to detect attempts to inject malicious links with dangerous URI schemes.</li>
<li>Educate content editors about the risks of XSS and the importance of sanitizing user-supplied input, referencing the affected components described in this brief.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>xss</category><category>kirbycms</category><category>cve-2026-45368</category></item></channel></rss>