GHSA-44wp-g8f4-f4v5MediumCVSS 6.5

Filament: Unauthenticated temporary file upload on auth pages

Published
June 23, 2026
Last Modified
June 23, 2026

🔗 CVE IDs covered (1)

📋 Description

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 products3

  • composer/filament/filament:>= 4.0.0, <= 4.11.4
  • composer/filament/filament:>= 5.0.0, <= 5.6.4
  • composer/filament/filament:>= 3.0.0, <= 3.3.51

🔗 References (3)