CVE-2025-56704
8.8LeptonCMS · LeptonCMS
LeptonCMS 7.3.0 contains an arbitrary file upload vulnerability that allows an authenticated attacker to execute arbitrary code by uploading a malicious ZIP or PHP file.
Executive summary
LeptonCMS version 7.3.0 is vulnerable to an arbitrary file upload flaw that permits authenticated attackers to achieve remote code execution on the host server.
Vulnerability
This vulnerability is caused by insufficient validation of uploaded files, which allows an authenticated user to bypass security controls by uploading and executing arbitrary PHP code.
Business impact
Successful exploitation of this vulnerability results in full system compromise, allowing an attacker to execute arbitrary commands with the privileges of the web server. Given the CVSS score of 8.8, this poses a high risk to data confidentiality, integrity, and availability, potentially leading to unauthorized access to sensitive site data or total platform takeover.
Remediation
Immediate Action: As no official patch is currently identified, administrators should restrict administrative or file-upload access to trusted users only and implement strict file extension filtering.
Proactive Monitoring: Monitor web server access logs for suspicious file upload activity, particularly requests involving ZIP or PHP files, and audit the web root for newly created, unrecognized files.
Compensating Controls: Deploy a Web Application Firewall (WAF) configured to block unauthorized file uploads and restrict access to executable directories within the CMS environment.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the linked researcher write-ups.
Analyst recommendation
Due to the severity of the potential remote code execution, organizations utilizing LeptonCMS 7.3.0 must treat this as a high priority. Until a vendor patch is released, immediately audit user accounts to ensure only trusted individuals have upload capabilities and monitor all server activity for signs of unauthorized file execution.