Skip to main content

Simple File List CVE-2026-11912

| EUVDEUVD-2026-38105 HIGH
Missing Authorization (CWE-862)
2026-06-20 Wordfence GHSA-h7pv-3jqw-7hgc
7.5
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
vuln.today AI
9.1 CRITICAL

Network-reachable WordPress plugin endpoint, no auth or interaction (PR:N/UI:N/AC:L); file deletion yields I:H and A:H by destroying site files, C:N as no read primitive is described.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Lifecycle Timeline

2
CVE Published
Jun 22, 2026 - 06:03 cve.org
HIGH 7.5
Analysis Generated
Jun 22, 2026 - 05:50 vuln.today

DescriptionCVE.org

The Simple File List plugin for WordPress is vulnerable to arbitrary file modification due to insufficient authorization checks in all versions up to, and including, 6.3.7. This makes it possible for unauthenticated attackers to delete and modify files on the serve. This vulnerability is exploitable even when the administrator has not enabled the AllowFrontManage setting, because the is_admin() check unconditionally short-circuits the guard before that setting is evaluated.

AnalysisAI

Arbitrary file modification and deletion in the Simple File List WordPress plugin (versions up to and including 6.3.7) allows unauthenticated remote attackers to alter or remove files on the server. The flaw stems from a broken authorization guard where an is_admin() check short-circuits before the AllowFrontManage setting is evaluated, leaving every installation exposed regardless of configuration. No public exploit identified at time of analysis, but the bug is reachable on default settings and was disclosed by Wordfence.

Technical ContextAI

Simple File List is a WordPress plugin by 'eemitch' (CPE cpe:2.3:a:eemitch:simple_file_list) that lets site operators publish a browsable directory of uploaded files. The vulnerability is a CWE-862 Missing Authorization: the plugin's front-end management guard relies on WordPress's is_admin() function, which only reports whether the current request targets the wp-admin area - it is not an authentication or capability check. Because the guard returns early on that condition, the subsequent AllowFrontManage configuration check (which the administrator may intentionally have left disabled) is never evaluated, and the file deletion / modification handlers in includes/ee-functions.php and simple-file-list.php execute for any caller, including anonymous requests to front-end endpoints.

RemediationAI

Upstream fix available (changeset 3579098 on the plugin's trac repository); a released patched version greater than 6.3.7 is not independently confirmed in the supplied data, so administrators should update Simple File List to the latest version published on the WordPress plugin repository as soon as it is available and verify via the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/509a40d2-a33a-49ba-b858-fa8805127a1b). Until a tagged release is installed, deactivate and remove the Simple File List plugin entirely - this is the only reliable mitigation because the guard is broken regardless of the AllowFrontManage setting, so toggling that option will NOT block exploitation; deactivation removes the file list functionality from public-facing pages. As a network-layer compensating control, block unauthenticated POST requests to the plugin's front-end AJAX action handlers (eeSFL_* actions in admin-ajax.php) via a WAF rule, accepting the trade-off that legitimate front-end uploads will also be blocked.

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2022-1119 HIGH POC
7.5 Apr 19

The Simple File List WordPress plugin is vulnerable to Arbitrary File Download via the eeFile parameter found in the ~/i

CVE-2020-12832 CRITICAL POC
9.8 May 13

WordPress Plugin Simple File List before 4.2.8 is prone to a vulnerability that lets attackers delete arbitrary files be

CVE-2022-3208 MEDIUM POC
6.5 Oct 10

The Simple File List WordPress plugin before 4.4.12 does not implement nonce checks, which could allow attackers to make

CVE-2022-3062 MEDIUM POC
6.1 Sep 26

The Simple File List WordPress plugin before 4.4.12 does not escape parameters before outputting them back in attributes

CVE-2024-10146 MEDIUM POC
5.4 Nov 14

The Simple File List WordPress plugin before 6.1.13 does not sanitise and escape a generated URL before outputting it ba

CVE-2023-1025 MEDIUM POC
4.8 Mar 27

The Simple File List WordPress plugin before 6.0.10 does not sanitise and escape some of its settings, which could allow

CVE-2022-3207 MEDIUM POC
4.8 Oct 10

The Simple File List WordPress plugin before 4.4.12 does not sanitise and escape some of its settings, which could allow

CVE-2026-11911 HIGH
7.5 Jun 20

Unauthenticated arbitrary file deletion in the Simple File List WordPress plugin (versions up to and including 6.3.7) al

CVE-2026-57382 HIGH
7.1 Jul 13

Reflected cross-site scripting in the Simple File List WordPress plugin (versions up to and including 6.3.8) allows remo

CVE-2026-12119 MEDIUM
6.5 Jun 20

Unauthorized file operations in the Simple File List WordPress plugin (versions through 6.3.7) allow authenticated contr

CVE-2023-39924 MEDIUM
4.8 Oct 25

Auth. Rated medium severity (CVSS 4.8), this vulnerability is remotely exploitable, low attack complexity. No vendor pat

Share

CVE-2026-11912 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy