---
id: CVE-2026-48500
title: 'Filament: Unauthenticated temporary file upload on auth pages'
summary: 'Filament: Unauthenticated temporary file upload on auth pages'
severity: medium
cvss: 6.5
cwe:
  - CWE-862
vendor: filament
product: filament/filament
ecosystem: composer
affected:
  - 'filament/filament >= 4.0.0, <= 4.11.4'
  - 'filament/filament >= 5.0.0, <= 5.6.4'
  - 'filament/filament >= 3.0.0, <= 3.3.51'
patched:
  - filament/filament 4.11.5
  - filament/filament 5.6.5
  - filament/filament 3.3.52
published: '2026-06-23'
updated: '2026-06-23'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-44wp-g8f4-f4v5'
references:
  - url: >-
      https://github.com/filamentphp/filament/security/advisories/GHSA-44wp-g8f4-f4v5
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-48500'
  - url: 'https://github.com/advisories/GHSA-44wp-g8f4-f4v5'
tags:
  - ghsa
  - composer
epss: 0.00343
epssPercentile: 0.25131
ingestedAt: '2026-06-26T16:43:14.600Z'
---

## Overview

Any schema can contain a file upload form field, so Filament applies Livewire's `WithFileUploads` trait to the Livewire component the schema is embedded in. However, some schemas, such as the panel login form, do not require file uploads, and exposing unauthenticated temporary file uploads on these components is not an acceptable risk. On these components, an unauthenticated attacker could upload arbitrary files to the application's temporary storage, which could be abused to exhaust disk space or inflate storage costs.

## Affected packages

- `filament/filament >= 4.0.0, <= 4.11.4`
- `filament/filament >= 5.0.0, <= 5.6.4`
- `filament/filament >= 3.0.0, <= 3.3.51`

## Remediation

Upgrade to a patched release:

- `filament/filament 4.11.5`
- `filament/filament 5.6.5`
- `filament/filament 3.3.52`
