<?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>Filament-Comments (&lt;= 3.0.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/filament-comments--3.0.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>Mon, 14 Sep 2026 17:34:46 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/filament-comments--3.0.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 in parallax filament-comments</title><link>https://feed.craftedsignal.io/briefs/2026-09-filament-comments-xss/</link><pubDate>Mon, 14 Sep 2026 17:34:46 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-filament-comments-xss/</guid><description>CVE-2026-90943 is a stored cross-site scripting vulnerability in filament-comments &lt;= 3.0.0, allowing authenticated users to inject malicious scripts into comment bodies for execution in the browsers of other users.</description><content:encoded><![CDATA[<p>CVE-2026-90943 identifies a stored cross-site scripting (XSS) vulnerability within the parallax filament-comments package for the Filament PHP framework, affecting all versions up to and including 3.0.0. The vulnerability resides in the comment body rendering component, which fails to properly sanitize user-supplied input before displaying it in the administrative panel or public-facing views. An authenticated user can inject malicious JavaScript into a comment body. When a victim, such as an administrator with higher privileges, views the rendered comment, the malicious payload executes in their browser session. This flaw poses a significant risk to the integrity of the administrative session, potentially allowing for session token theft, unauthorized data access, or the performance of administrative actions on behalf of the victim. Defenders should prioritize updating to a patched version or implementing strict content security policies to mitigate script execution.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for the execution of arbitrary JavaScript within the security context of a logged-in user. In an administrative panel, this facilitates account takeover via session hijacking or the unauthorized modification of system settings, impacting the confidentiality and integrity of the affected application.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the parallax filament-comments package to the latest version that includes sanitization patches for comment body rendering.</li>
<li>Implement a Content Security Policy (CSP) that restricts script sources and prevents the execution of inline scripts to mitigate the impact of potential XSS vulnerabilities.</li>
<li>Review administrative access logs for unusual activity associated with user accounts that have recently posted comments.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>xss</category><category>web-vulnerability</category><category>php</category></item></channel></rss>