CVE-2026-55409
Deferred Deferred - Pending Action

Stored XSS in Filament RichEditor Field

Vulnerability report for CVE-2026-55409, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-22

Last updated on: 2026-06-23

Assigner: GitHub, Inc.

Description

Filament is a collection of full-stack components for accelerated Laravel development. From 3.0.0 until 3.3.53, a disabled RichEditor field rendered its raw state without sanitizing HTML. Where the data stored in this field's state isn't sanitized already when the form state was filled, an attacker could plant malicious HTML or JavaScript and achieve XSS that executes for users who view the form. This vulnerability is fixed in 3.3.53.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-22
Last Modified
2026-06-23
Generated
2026-07-13
AI Q&A
2026-06-23
EPSS Evaluated
2026-07-11
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
filament filament to 3.3.53 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in Filament, a set of components for Laravel development, specifically in versions from 3.0.0 up to 3.3.53. A disabled RichEditor field rendered its raw state without sanitizing HTML content. If the data stored in this field was not already sanitized when the form state was filled, an attacker could insert malicious HTML or JavaScript code. This malicious code could then execute as a cross-site scripting (XSS) attack when users view the form.

Impact Analysis

The vulnerability can lead to cross-site scripting (XSS) attacks, allowing attackers to execute malicious scripts in the context of users viewing the affected forms. This can result in unauthorized actions, theft of sensitive information such as cookies or session tokens, and potentially compromise user accounts or the integrity of the application.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade Filament to version 3.3.53 or later, where the issue with the disabled RichEditor field rendering unsanitized HTML has been fixed.

Detection Guidance

This vulnerability involves a disabled RichEditor field in Filament versions 3.0.0 to 3.3.51 rendering raw HTML without sanitization, which can lead to Cross-Site Scripting (XSS). Detection typically involves inspecting the affected Filament application forms for unsanitized HTML content in disabled RichEditor fields.

Since this is a web application vulnerability, network detection might involve monitoring HTTP responses for unsanitized HTML or JavaScript payloads in form fields.

There are no specific commands provided in the available resources to detect this vulnerability directly.

Compliance Impact

This vulnerability allows an attacker to inject malicious HTML or JavaScript via a disabled RichEditor field that does not sanitize its content, leading to cross-site scripting (XSS) attacks.

Such XSS vulnerabilities can lead to unauthorized access to sensitive user data or session hijacking, which may result in violations of data protection regulations like GDPR or HIPAA that require safeguarding personal and sensitive information.

Therefore, if exploited, this vulnerability could negatively impact compliance with these standards by compromising the confidentiality and integrity of user data.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-55409. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart