Description
The FileOrganizer WordPress plugin before 1.2.0 does not validate the file type on several of its file-management operations, allowing authenticated users who have been granted file-manager access — which its premium add-on can extend to sub-administrator roles — to upload arbitrary PHP files and achieve remote code execution. This is an incomplete fix of CVE-2024-7985, which only added file-type validation to the upload operation.
Published: 2026-07-06
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The FileOrganizer WordPress plugin before version 1.2.0 fails to validate the MIME type of files when performing elFinder file‑management operations. This omission permits any authenticated user who has been granted the file‑manager privilege—either through the default role or via the premium add‑on that elevates sub‑administrators—to upload arbitrary PHP files to the publicly accessible upload directory. When the web server parses the uploaded file, the embedded PHP code is executed, giving the attacker full remote code execution within the context of the WordPress site.

Affected Systems

All installations of the FileOrganizer WordPress plugin with a version number lower than 1.2.0 are affected. The flaw is only triggered for sites where a WordPress user has been granted the file‑manager role or where the premium add‑on has extended these privileges to sub‑administrators. No other vendors or products are listed as impacted.

Risk and Exploitability

The CVSS score of 8.8 places this vulnerability in the high‑severity class, while the EPSS score of less than 1% indicates a low current exploitation probability. The flaw is not present in the CISA KEV catalog. Successful exploitation requires prior authentication and permission to use the elFinder interface; once achieved, an attacker can upload malicious PHP code that the web server then executes, potentially allowing complete compromise of the hosting environment.

Generated by OpenCVE AI on July 25, 2026 at 21:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the FileOrganizer plugin to version 1.2.0 or later, which implements proper MIME‑type validation for elFinder operations
  • If an upgrade cannot be performed immediately, revoke the file‑manager capability from all users or disable the premium add‑on so that the vulnerable privilege set is removed
  • Restrict PHP execution inside the upload directory, for example by adding "<FilesMatch \.php$> Order allow,deny" to the .htaccess file or by configuring the web server to disallow PHP in that directory

Generated by OpenCVE AI on July 25, 2026 at 21:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 25 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Thu, 23 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Fri, 17 Jul 2026 00:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Mon, 13 Jul 2026 02:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Sat, 11 Jul 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Sat, 11 Jul 2026 00:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-434

Fri, 10 Jul 2026 02:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-434

Thu, 09 Jul 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-674

Wed, 08 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-674

Wed, 08 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Tue, 07 Jul 2026 18:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Tue, 07 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Mon, 06 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-434

Mon, 06 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Fileorganizer
Fileorganizer fileorganizer
Wordpress
Wordpress wordpress
Vendors & Products Fileorganizer
Fileorganizer fileorganizer
Wordpress
Wordpress wordpress

Mon, 06 Jul 2026 07:30:00 +0000

Type Values Removed Values Added
Description The FileOrganizer WordPress plugin before 1.2.0 does not validate the file type on several of its file-management operations, allowing authenticated users who have been granted file-manager access — which its premium add-on can extend to sub-administrator roles — to upload arbitrary PHP files and achieve remote code execution. This is an incomplete fix of CVE-2024-7985, which only added file-type validation to the upload operation.
Title FileOrganizer < 1.2.0 - Authenticated Arbitrary File Upload via elFinder File Operations
References

Subscriptions

Fileorganizer Fileorganizer
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-06T12:14:33.831Z

Reserved: 2026-06-11T08:10:42.468Z

Link: CVE-2026-11962

cve-icon Vulnrichment

Updated: 2026-07-06T12:14:29.453Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-25T21:15:03Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type