Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
PR:L confirmed by contributor requirement; C:L added for documented download capability; A:L reflects indirect availability risk from arbitrary file deletion.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
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.
AnalysisAI
Unauthorized file operations in the Simple File List WordPress plugin (versions through 6.3.7) allow authenticated contributors to delete, move, create folders, and download arbitrary server files by exploiting a missing authorization check on the 'frontmanage' shortcode attribute. The attack is non-trivial but fully described: an attacker creates a draft post embedding the 'eeSFL' shortcode, loads the WordPress post preview endpoint to harvest a valid nonce, then submits file operation requests to ee-list-ops-bar-process.php that bypass the intended privilege checks. No public exploit code and no active exploitation (CISA KEV) have been identified at time of analysis; a patch changeset (3579098) exists in the plugin repository, though the released fixed version is not independently confirmed.
Technical ContextAI
Simple File List is a PHP-based WordPress plugin by eemitch (CPE: cpe:2.3:a:eemitch:simple_file_list:*:*:*:*:*:*:*:*) providing frontend file management via the 'eeSFL' shortcode. The root cause is CWE-862 (Missing Authorization): the 'frontmanage' shortcode attribute triggers file operation processing in includes/ee-list-ops-bar-process.php (line 50) without verifying the requesting user holds sufficient privileges beyond a valid WordPress nonce. WordPress nonces validate request authenticity - they are not authorization tokens - yet the plugin treats nonce possession as sufficient proof of permission. The vulnerability is multi-file: ee-front-end.php (line 140) renders the shortcode in preview contexts, ee-list-ops-bar-display.php (line 25) exposes the nonce in the HTML output, and ee-list-display.php (line 341) participates in the frontend rendering pipeline. WordPress's post preview endpoint intentionally renders draft post content for the authoring user, which is the mechanism exploited to obtain the nonce without publishing content.
RemediationAI
Upstream fix available via plugin repository changeset 3579098 (https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3579098%40simple-file-list&new=3579098%40simple-file-list); however, the specific patched release version number is not confirmed in the available data - administrators should update to the latest version available in the WordPress plugin directory and verify the installed version exceeds 6.3.7. If immediate patching is not feasible, restricting the WordPress contributor role from creating posts (via a role management plugin) eliminates the draft-post-to-nonce-harvest attack path, at the cost of impacting normal contributor workflows. Alternatively, disabling the Simple File List plugin entirely until patching is complete removes all exposure without side effects beyond the loss of frontend file management functionality. Administrators should audit whether any untrusted users hold contributor-level access or above, as this is the minimum privilege required to exploit this issue. The Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/f1ed51a3-c049-4816-ada1-49f7edcb9a6f provides additional remediation detail.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38107
GHSA-45x9-67jx-vx44