CVE-2026-48500: Filament: Unauthenticated temporary file upload on auth pages
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.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-48500 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →