Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
The wpForo Forum plugin for WordPress is vulnerable to arbitrary file deletion in all versions up to, and including, 2.4.16. This is due to a missing file name/path validation against path traversal sequences. This makes it possible for authenticated attackers, with subscriber level access and above, to delete arbitrary files on the server by embedding a crafted path traversal string in a forum post body and then deleting the post.
AnalysisAI
Arbitrary file deletion in wpForo Forum WordPress plugin versions ≤2.4.16 allows authenticated attackers with subscriber-level privileges to delete any file on the server by embedding path traversal sequences in forum post content and subsequently deleting the post. CVSS 8.8 (High) with network-based attack vector requiring low-complexity exploitation. No public exploit identified at time of analysis, though EPSS data unavailable. Patched in version 2.4.17 per WordPress plugin repository changeset.
Technical ContextAI
This vulnerability stems from insufficient input validation in the wpForo Forum plugin's file handling logic (CWE-22: Improper Limitation of a Pathname to a Restricted Directory). The Posts.php class fails to sanitize file paths before processing deletion operations, allowing path traversal sequences like '../../../' to escape intended directories. When an authenticated user creates a forum post containing malicious file path references and then deletes that post, the plugin's cleanup routine processes the traversal sequence literally, enabling deletion of arbitrary files anywhere the web server process has write permissions. The affected component (cpe:2.3:a:tomdever:wpforo_forum) is a community forum solution for WordPress that manages user-generated content and associated file operations. The vulnerability exists in the post deletion workflow where attachment or reference cleanup occurs without validating that target paths remain within the plugin's designated upload directory.
RemediationAI
Immediately upgrade wpForo Forum plugin to version 2.4.17 or later, which addresses the path traversal vulnerability through proper file path validation. The fix is documented in the WordPress plugin repository changeset at https://plugins.trac.wordpress.org/changeset?old_path=wpforo/tags/2.4.16/classes/Posts.php&new_path=wpforo/tags/2.4.17/classes/Posts.php&old=3471614&new=3483044, showing modifications to the Posts.php class that implement sanitization of file paths before deletion operations. Site administrators should update through the WordPress admin dashboard (Plugins > Update Available) or manually download version 2.4.17 from the official WordPress plugin repository. As an interim workaround if immediate patching is not feasible, restrict new user registrations and review existing subscriber-level accounts for legitimacy, though this only reduces attack surface and does not eliminate the vulnerability. After patching, audit server file system integrity and review web server logs for suspicious post creation/deletion patterns that may indicate exploitation attempts. Conduct a security review of file permissions to ensure the web server process operates with minimum necessary privileges to limit potential damage from similar vulnerabilities.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-18999