#VU126250 Improper input validation in Livewire - CVE-2024-47823
Published: October 8, 2024 / Updated: April 15, 2026
Livewire
Livewire
Description
The vulnerability allows a remote attacker to execute arbitrary code.
The vulnerability exists due to improper input validation in the file upload handling functionality when processing uploaded files. A remote attacker can upload a specially crafted file with a valid MIME type and a .php extension to execute arbitrary code.
Exploitation requires that the application uses the original client filename, stores uploaded files directly on a public storage disk, and runs on a webserver configured to execute .php files.