CVE-2026-8442
Description
WP Review Slider Pro ≤12.6.8 allows authenticated subscriber+ to delete arbitrary files via missing authorization and path traversal in AJAX handlers, potentially leading to RCE.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
WP Review Slider Pro ≤12.6.8 allows authenticated subscriber+ to delete arbitrary files via missing authorization and path traversal in AJAX handlers, potentially leading to RCE.
Vulnerability
The WP Review Slider Pro plugin for WordPress versions up to and including 12.6.8 contains an arbitrary file deletion vulnerability. The flaw resides in the wpfb_hide_review and wprp_save_review_admin AJAX handlers. The wpfb_hidereview_ajax() function checks that a stored media URL starts with an expected prefix using strpos() but fails to sanitize path traversal sequences in the remaining relative path before passing it to unlink(). This allows an authenticated attacker with subscriber-level access or above to delete arbitrary files on the server.
Exploitation
An attacker needs subscriber-level access to the WordPress site. By sending crafted AJAX requests to the vulnerable handlers, the attacker can supply a file path containing ../ sequences that bypass the prefix check and reach arbitrary files outside the intended directory. The lack of authorization checks on the AJAX handlers makes this possible for any authenticated user.
Impact
Successful exploitation allows an attacker to delete arbitrary files, including critical system files such as wp-config.php or executable files. Deleting certain files could lead to denial of service or, in combination with other vulnerabilities, enable remote code execution. The CVSS v3 score is 8.1 (High).
Mitigation
The vendor has not yet released a patched version as of the publication date (2026-06-16). Website administrators should restrict subscriber-level access, monitor for unusual AJAX activity, and apply updates as soon as they become available. The plugin homepage [1] may provide future updates.
AI Insight generated on Jun 16, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: <=12.6.8
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
2News mentions
0No linked articles in our index yet.