CVE-2026-39621
8.8spicethemes · SpicePress
A Cross-Site Request Forgery (CSRF) vulnerability in the spicethemes SpicePress theme allows an unauthenticated attacker to upload a web shell to the server.
Executive summary
The SpicePress theme for WordPress is vulnerable to a CSRF-based web shell upload, which poses a critical risk of full server compromise.
Vulnerability
This is a Cross-Site Request Forgery (CWE-352) vulnerability that allows an unauthenticated attacker to trigger unauthorized actions via a victim's browser. By tricking an administrator into interacting with a malicious link, an attacker can bypass intended restrictions to upload an arbitrary web shell.
Business impact
Successful exploitation leads to arbitrary code execution on the web server, granting the attacker full control over the application environment. Given the CVSS score of 8.8, this vulnerability is categorized as High severity, as it facilitates complete data theft, persistent backdoors, and potential lateral movement within the hosting infrastructure.
Remediation
Immediate Action: Since no specific patch version is currently identified, administrators should immediately deactivate and remove the SpicePress theme from the WordPress environment until a secure version is released by the vendor.
Proactive Monitoring: Review web server access logs for suspicious POST requests originating from unexpected sources, particularly those targeting theme-related upload endpoints.
Compensating Controls: Implement a Web Application Firewall (WAF) to block requests that lack valid anti-CSRF tokens or originate from unauthorized external domains.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Due to the severity of a potential remote code execution scenario, immediate action is required to mitigate this risk. Security teams should prioritize the removal of the vulnerable SpicePress theme and audit the server for any signs of unauthorized file uploads or anomalous administrative activity.
Sources
Originally found and disclosed by Trương Hữu Phúc (truonghuuphuc) | Patchstack Bug Bounty Program, per the CVE Program record.