CVE-2026-48500
Received Received - Intake
Unauthenticated File Upload in Filament Laravel Components

Publication date: 2026-06-22

Last updated on: 2026-06-22

Assigner: GitHub, Inc.

Description
Filament is a collection of full-stack components for accelerated Laravel development. From 3.0.0 until 3.3.52, 4.11.5, and 5.6.5, 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. This vulnerability is fixed in 3.3.52, 4.11.5, and 5.6.5.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-22
Last Modified
2026-06-22
Generated
2026-06-23
AI Q&A
2026-06-23
EPSS Evaluated
N/A
NVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
filament filament From 3.0.0 (inc) to 3.3.52 (inc)
filament filament 4.11.5
filament filament 5.6.5
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in Filament, a set of components for Laravel development, where certain schema components unintentionally allow unauthenticated users to upload files to the application's temporary storage.

Specifically, from versions 3.0.0 until 3.3.52, 4.11.5, and 5.6.5, any schema can include a file upload form field because Filament applies Livewire's WithFileUploads trait to the Livewire component containing the schema.

However, some schemas like the panel login form do not require file uploads, and exposing unauthenticated temporary file uploads on these components is a security risk.

An unauthenticated attacker could exploit this to upload arbitrary files to temporary storage.

Impact Analysis

The vulnerability allows unauthenticated attackers to upload arbitrary files to the application's temporary storage.

This can be abused to exhaust disk space, potentially causing denial of service or degraded application performance.

Additionally, it can inflate storage costs due to the accumulation of unwanted files.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade Filament to one of the fixed versions: 3.3.52, 4.11.5, or 5.6.5.

This will prevent unauthenticated attackers from uploading arbitrary files to the application's temporary storage, thereby avoiding risks such as disk space exhaustion or inflated storage costs.

Compliance Impact

The vulnerability allows unauthenticated attackers to upload arbitrary files to the application's temporary storage, which could lead to exhaustion of disk space or increased storage costs.

However, there is no specific information provided about how this vulnerability impacts compliance with common standards and regulations such as GDPR or HIPAA.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-48500. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart