---
id: CVE-2026-48167
title: 'Filament: Unvalidated ImageColumn and ImageEntry values can be used for XSS'
summary: 'Filament: Unvalidated ImageColumn and ImageEntry values can be used for XSS'
severity: medium
cvss: 6.4
cwe:
  - CWE-79
vendor: filament
product: filament/infolists
ecosystem: composer
affected:
  - 'filament/infolists >= 4.0.0, <= 4.11.4'
  - 'filament/tables >= 4.0.0, <= 4.11.4'
  - 'filament/infolists >= 5.0.0, <= 5.6.4'
  - 'filament/tables >= 5.0.0, <= 5.6.4'
patched:
  - filament/infolists 4.11.5
  - filament/tables 4.11.5
  - filament/infolists 5.6.5
  - filament/tables 5.6.5
published: '2026-06-23'
updated: '2026-06-23'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-3fc8-8hp6-6jr4'
references:
  - url: >-
      https://github.com/filamentphp/filament/security/advisories/GHSA-3fc8-8hp6-6jr4
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-48167'
  - url: 'https://github.com/advisories/GHSA-3fc8-8hp6-6jr4'
tags:
  - ghsa
  - composer
epss: 0.00247
epssPercentile: 0.16277
ingestedAt: '2026-06-26T16:43:14.608Z'
---

## Overview

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.

## Affected packages

- `filament/infolists >= 4.0.0, <= 4.11.4`
- `filament/tables >= 4.0.0, <= 4.11.4`
- `filament/infolists >= 5.0.0, <= 5.6.4`
- `filament/tables >= 5.0.0, <= 5.6.4`

## Remediation

Upgrade to a patched release:

- `filament/infolists 4.11.5`
- `filament/tables 4.11.5`
- `filament/infolists 5.6.5`
- `filament/tables 5.6.5`
