Description
The Simple File List plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the eeSFL_DeleteFile function in all versions up to, and including, 6.3.7. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The simplefilelist_edit_job AJAX action is registered via wp_ajax_nopriv_, making it accessible without authentication, and the is_admin() guard that would otherwise restrict access is bypassed because is_admin() always returns true for requests to the admin-ajax.php endpoint.
Published: 2026-06-20
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Simple File List plugin for WordPress contains a Path Traversal flaw in the eeSFL_DeleteFile function, allowing any user to supply a crafted filename via the eeSubFolder parameter that bypasses validation. This flaw permits unauthenticated file deletion, meaning a remote attacker can remove arbitrary files from the server. If critical files such as wp-config.php are deleted, the attacker can achieve full remote code execution or otherwise disrupt site operations. The weakness is classified as CWE-22.

Affected Systems

All installations of the Simple File List plugin created by the vendor eemitch that run version 6.3.7 or older are affected. No specific product sub‑versions are listed beyond the cumulative <=6.3.7 range, so any deployment using a version within that range carries the vulnerability.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity. EPSS data are not available, so the exploitation probability cannot be quantified, though the issue is rendered trivial to exploit due to the lack of authentication required. The vulnerability is not listed in CISA’s KEV catalog, but it is still serious because attackers can delete files via an unauthenticated AJAX request sent to the admin‑ajax.php endpoint. The "simplefilelist_edit_job" action is registered with wp_ajax_nopriv_, and the is_admin() guard is bypassed because it returns true for these requests, making the attack path straightforward.

Generated by OpenCVE AI on June 20, 2026 at 10:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Simple File List plugin to the latest version available that is newer than 6.3.7 to fix the path traversal and file deletion vulnerability.
  • If an update cannot be applied immediately, deactivate or uninstall the Simple File List plugin to eliminate the vulnerable entry point.
  • Block unauthenticated requests to the admin-ajax.php endpoint (e.g., via a web‑application firewall or host‑based rule) to prevent exploitation of the simplefilelist_edit_job action.

Generated by OpenCVE AI on June 20, 2026 at 10:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 20 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
Description The Simple File List plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the eeSFL_DeleteFile function in all versions up to, and including, 6.3.7. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The simplefilelist_edit_job AJAX action is registered via wp_ajax_nopriv_, making it accessible without authentication, and the is_admin() guard that would otherwise restrict access is bypassed because is_admin() always returns true for requests to the admin-ajax.php endpoint.
Title Simple File List <= 6.3.7 - Unauthenticated Arbitrary File Deletion via Path Traversal in 'eeSubFolder' Parameter
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-06-20T08:29:48.704Z

Reserved: 2026-06-10T16:35:08.986Z

Link: CVE-2026-11911

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-20T11:00:05Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')