What the vulnerability does
01Description
The Simple WP Events plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the wpe_delete_file AJAX action in all versions up to, and including, 1.8.17. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). CVE-2025-32509 is a duplicate of this.
Explanation of Vulnerability in Simple Terms
02Summary
Simple WP Events versions 1.8.17 and earlier contain a vulnerability that allows unauthenticated attackers to modify or delete site data without user interaction. The flaw stems from improper input validation (CWE-73). No authentication is required to exploit this issue, making it accessible to any network-connected attacker.
What an attacker can do
03Attacker Capabilities
Modify or delete event data and other site content without logging in.
Potential impact on your site
04Site Impact
Attackers can corrupt or erase events and potentially other data without any credentials.
Conditions required to exploit
05Prerequisites
Network access only; no authentication or user interaction required.
Key dates
06Disclosure timeline
April 8, 2025
CVE published
April 8, 2026
Record updated