CVE-2026-55409 PUBLISHED

Filament: Disabled RichEditor field state can be used for XSS

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 22.06.2026 Updated: 23.06.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
CVSS Score: 7.6

Product Status

Vendor filamentphp
Product filament
Versions
  • Version >= 3.0.0, < 3.3.53 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE