CVE-2026-48167
Received Received - Intake
Stored XSS in Filament ImageColumn and ImageEntry Components

Publication date: 2026-06-22

Last updated on: 2026-06-22

Assigner: GitHub, Inc.

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-22
Last Modified
2026-06-22
Generated
2026-06-23
AI Q&A
2026-06-23
EPSS Evaluated
N/A
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
filament filament to 4.11.5 (inc)
filament filament 5.6.5
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
Mitigation Strategies

To mitigate this vulnerability, you should upgrade Filament to version 4.11.5 or later if you are using the 4.x series, or to version 5.6.5 or later if you are using the 5.x series.

Additionally, ensure that any data passed to the ImageColumn and ImageEntry components is properly validated and sanitized to prevent malicious HTML or JavaScript from being rendered.

Executive Summary

This vulnerability exists in Filament, a set of components for Laravel development. Specifically, the ImageColumn and ImageEntry components from versions 4.0.0 up to 4.11.5 and 5.6.5 render raw database values without escaping HTML. If the data passed to these components is not properly validated, an attacker can insert malicious HTML or JavaScript code. This results in a stored cross-site scripting (XSS) vulnerability, where the malicious code executes whenever users view the affected table or schema.

Impact Analysis

The vulnerability can allow attackers to execute malicious scripts in the context of users who view the affected components. This can lead to unauthorized actions such as stealing user credentials, session hijacking, or performing actions on behalf of the user without their consent. Since the vulnerability is a stored XSS, the malicious code persists in the database and affects all users who access the compromised data.

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