What the vulnerability does
01Description
The Simple File List plugin for WordPress is vulnerable to unauthorized file operations due to a missing authorization check on the 'frontmanage' shortcode attribute in all versions up to, and including, 6.3.7. This makes it possible for authenticated attackers, with contributor-level access and above, to perform arbitrary file operations including deletion, move, folder creation, and download. An attacker can create a draft post containing the 'eeSFL' shortcode, render it via the post preview endpoint to harvest the nonce needed to authorize the operations, and then submit file operation requests that bypass the intended authorization checks in includes/ee-list-ops-bar-process.php.
Explanation of Vulnerability in Simple Terms
02Summary
Simple File List versions 6.3.7 and earlier lack proper authorization checks, allowing authenticated users to modify files they should not have access to. An attacker with a low-privilege account can change or delete files belonging to other users or the site itself. No user interaction is required. Update to a version newer than 6.3.7.
What an attacker can do
03Attacker Capabilities
Modify or delete files belonging to other users or the site without proper permission.
Potential impact on your site
04Site Impact
Any registered user can alter or remove files they shouldn't access, risking data loss and site integrity.
Conditions required to exploit
05Prerequisites
Attacker must have a low-privilege user account on the site.
Key dates
06Disclosure timeline
June 20, 2026
CVE published