VDB
KO
MEDIUM 6.5

GHSA-44wp-g8f4-f4v5

Filament: Unauthenticated temporary file upload on auth pages

Details

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.

Are you affected?

Enter the version of the package you're using.

Affected packages

Packagist / filament/filament
Introduced in: 4.0.0 Fixed in: 4.11.5
Fix composer require filament/filament:^4.11.5
Packagist / filament/filament
Introduced in: 5.0.0 Fixed in: 5.6.5
Fix composer require filament/filament:^5.6.5
Packagist / filament/filament
Introduced in: 3.0.0 Fixed in: 3.3.52
Fix composer require filament/filament:^3.3.52

References