CVE-2025-14894

7.5

bee interactive · Livewire Filemanager

Livewire Filemanager fails to validate file types during upload, enabling unauthenticated remote code execution via malicious PHP file uploads.

Executive summary

A critical vulnerability in Livewire Filemanager allows unauthenticated attackers to execute arbitrary code on the host server by uploading malicious PHP files.

Vulnerability

This vulnerability is an unrestricted file upload flaw (CWE-434) located within the LivewireFilemanagerComponent.php file. Because the component lacks necessary MIME and file type validation, an unauthenticated attacker can upload a web shell and execute it directly via the storage directory.

Business impact

The ability for an unauthenticated user to achieve remote code execution represents a total compromise of the affected web server. With a CVSS score of 7.5, this vulnerability enables full server control, potentially leading to unauthorized data exfiltration, lateral movement within the network, and severe reputational damage.

Remediation

Immediate Action: As no official patch is currently listed, restrict access to the file manager component using network-level controls or disable the functionality entirely until a secure version is released.

Proactive Monitoring: Review web server access logs for requests targeting the storage directory, specifically looking for .php files that should not exist in that path.

Compensating Controls: Deploy a Web Application Firewall (WAF) with strict rules to block file uploads containing PHP extensions or suspicious MIME types to prevent the initial exploit.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the linked research write-up.

Analyst recommendation

Given the critical nature of remote code execution, organizations using Livewire Filemanager must prioritize this issue. Since a formal patch is currently missing, immediate isolation of the component and implementation of restrictive WAF rules are required to mitigate the high risk of server compromise.

Sources