Improper input validation in Livewire - CVE-2024-47823

 

Improper input validation in Livewire - CVE-2024-47823

Published: October 8, 2024 / Updated: April 15, 2026


Vulnerability identifier: #VU126250
CSH Severity: High
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Amber
CVE-ID: CVE-2024-47823
CWE-ID: CWE-20
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Livewire
Affected software:
Livewire

Detailed vulnerability 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.


How to mitigate CVE-2024-47823

Install security update from vendor's website.

Sources