What the vulnerability does
01Description
The WP Review Slider Pro plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to and including 12.6.8. This is due to missing authorization checks on the wpfb_hide_review and wprp_save_review_admin AJAX handlers combined with insufficient path validation in the wpfb_hidereview_ajax() function, which uses strpos() to check that a stored media URL starts with the expected prefix but fails to sanitize path traversal sequences in the remaining relative path before passing it to unlink(). This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary files on the affected site's server which may make remote code execution possible.
Explanation of Vulnerability in Simple Terms
02Summary
WP Review Slider Pro versions up to 12.6.8 contain a path traversal vulnerability that allows authenticated users to read and modify arbitrary files on the server. An attacker with low-level site access can bypass file restrictions and access sensitive data or alter critical files. This affects integrity and availability of the site.
What an attacker can do
03Attacker Capabilities
Read and modify arbitrary files on the server outside intended directories.
Potential impact on your site
04Site Impact
Attackers with basic site access can steal configuration files, modify content, or disable the site.
Conditions required to exploit
05Prerequisites
Attacker must have a low-privilege user account on the site (e.g., subscriber or contributor role).
Key dates
06Disclosure timeline
June 16, 2026
CVE published