<?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>Cpe:2.3:a:agentejo:cockpit:2.6.3:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aagentejocockpit2.6.3/</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>Mon, 31 Aug 2026 13:04:26 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aagentejocockpit2.6.3/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 Cross-Site Scripting in Agentejo Cockpit CMS</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2023-41564/</link><pubDate>Mon, 31 Aug 2026 13:04:26 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2023-41564/</guid><description>Agentejo Cockpit CMS versions up to 2.6.3 contain a stored XSS vulnerability via the asset upload endpoint, allowing attackers to execute arbitrary JavaScript by uploading and accessing malicious .shtml files.</description><content:encoded><![CDATA[<p>Agentejo Cockpit CMS versions up to and including 2.6.3 are susceptible to a stored Cross-Site Scripting (XSS) vulnerability. The flaw exists within the file upload functionality of the CMS, specifically located at the <code>assets/upload</code> endpoint. An attacker with the ability to upload files can bypass the application's extension blacklisting mechanism to upload a file with an <code>.shtml</code> extension containing embedded malicious JavaScript. When a user subsequently accesses the URL of the uploaded file, the browser executes the embedded script within the context of the CMS application. This vulnerability is documented as CVE-2023-41564 and presents a risk of session hijacking, credential theft, or unauthorized actions performed on behalf of authenticated users.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to the target Cockpit CMS instance with a user account authorized to upload assets.</li>
<li>Attacker crafts a malicious <code>.shtml</code> file containing a JavaScript payload.</li>
<li>Attacker sends a POST request to the <code>/assets/upload</code> endpoint containing the crafted <code>.shtml</code> file.</li>
<li>The server-side logic fails to properly sanitize or block the <code>.shtml</code> extension despite its blacklisting logic for other dangerous file types.</li>
<li>The server saves the file to the assets directory and returns the file path to the attacker.</li>
<li>Attacker distributes the URL of the uploaded <code>.shtml</code> asset to a target user, often through social engineering or by placing it where users are likely to interact with it.</li>
<li>Target user visits the URL, causing the web browser to render the file and execute the malicious JavaScript payload in the user's session context.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for the execution of arbitrary JavaScript in the context of a victim's session, potentially leading to unauthorized data access, session token theft, or malicious actions within the CMS. The vulnerability affects all Cockpit CMS installations up to version 2.6.3.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize updating all instances of Cockpit CMS to a version beyond 2.6.3 that addresses the insecure file upload validation logic. As an immediate mitigation, implement strict ingress filtering at the Web Application Firewall (WAF) to block requests to <code>/assets/upload</code> that attempt to upload files with non-standard or dangerous extensions, specifically targeting <code>.shtml</code> and other server-side parsing extensions. Additionally, ensure that the server's MIME type handling and file upload policies are configured to enforce a whitelist-only approach for permitted file types, rather than relying solely on blacklists.</p>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>web-security</category><category>xss</category><category>cms</category></item></channel></rss>