CVE-2026-48167 PUBLISHED

Filament: Unvalidated ImageColumn and ImageEntry values can be used for XSS

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

Filament is a collection of full-stack components for accelerated Laravel development. From 4.0.0 until 4.11.5 and 5.6.5, the ImageColumn and ImageEntry components render raw database values without escaping HTML. Where the data passed to these components isn't validated, an attacker could plant malicious HTML or JavaScript and achieve stored XSS that executes for users who view the table or schema. This vulnerability is fixed in 4.11.5 and 5.6.5.

Metrics

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

Product Status

Vendor filamentphp
Product filament
Versions
  • Version >= 4.0.0, < 4.11.5 is affected
  • Version >= 5.0.0, < 5.6.5 is affected

References

Problem Types

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