CVE-2025-9762
9.8westi · Post By Email
The Post By Email plugin for WordPress is vulnerable to unauthenticated arbitrary file uploads via the save_attachments function, potentially leading to remote code execution.
Executive summary
A critical arbitrary file upload vulnerability in the Post By Email WordPress plugin allows unauthenticated attackers to execute remote code on the affected server.
Vulnerability
This vulnerability stems from missing file type validation within the save_attachments function. It allows an unauthenticated attacker to upload malicious files to the server, which facilitates remote code execution.
Business impact
The CVSS score of 9.8 reflects the high severity of this flaw, as it permits full system compromise without requiring user interaction or authentication. Successful exploitation could lead to total loss of confidentiality, integrity, and availability, potentially resulting in complete server takeover and persistent access for malicious actors.
Remediation
Immediate Action: Since no patched version is currently available, administrators should immediately deactivate and remove the Post By Email plugin from all WordPress installations.
Proactive Monitoring: Review web server access logs for requests targeting the plugin directory or unusual file upload patterns, specifically looking for extensions that deviate from standard media formats.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to block unauthorized file uploads and restrict access to the plugin's functional endpoints until a security update is released.
Exploitation status
Public Exploit Available: No (exploit_available: unknown)
Analyst recommendation
Given the critical nature of this vulnerability and the lack of a verified patch, immediate removal of the plugin is the only effective way to eliminate the risk. Security teams should prioritize this action to prevent potential remote code execution by unauthenticated external actors.
History
- Disclosed CVE record published
- Published in the daily brief critical section
- Published in the daily brief critical section
- Analyst report written
Sources
Originally found and disclosed by Jonas Benjamin Friedli, per the CVE Program record.