Description
The FileOrganizer WordPress plugin before 1.1.9, Advanced File Manager WordPress plugin before 5.4.12, File Manager Pro WordPress plugin before 2.1.1, File Manager WordPress plugin before 8.0.4 do not properly escape a parameter before passing it to a shell command when processing image operations, allowing authenticated users to perform OS Command Injection. This requires the server to have the ImageMagick convert CLI available without either the PHP imagick or GD extensions.
Published: 2026-07-06
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability stems from an unsanitized parameter that is passed directly to the ImageMagick convert shell command during image processing operations in several WordPress file manager plugins. The flaw, classified as CWE‑78, manifests when the server does not have the PHP imagick or GD extensions installed, causing the plugin to fall back to invoking the convert command directly. An authenticated user with access to the plugin’s image manipulation functionality can then execute arbitrary operating system commands under the permissions of the web server process, effectively granting full code execution on the host.

Affected Systems

Affected products are the WordPress plugins FileOrganizer before version 1.1.9, Advanced File Manager before 5.4.12, File Manager Pro before 2.1.1, and File Manager before 8.0.4. These plugins are sometimes installed on sites with the ImageMagick convert GD extensions, enabling the vulnerability.

Risk and Exploitability

The CVSS score of places the issue in the critical range, while the EPSS score of less than 1% indicates a low current exploitation probability. Exploitation requires authentication to the WordPress site and the presence of the ImageMagick convert command, and the absence of the PHP imagick or GD extensions; if achieved, an attacker could obtain full control of the underlying server.

Generated by OpenCVE AI on July 22, 2026 at 12:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade all affected WordPress plugins to the latest patched releases (Advanced File Manager 5.4.12+, File Organizer 1.1.9+, File Manager Pro 2.1.1+, and File Manager 8.0.4+).
  • Prevent the web server process from invoking ImageMagick by restricting or removing the convert binary’s execution permissions where possible.
  • Install and enable either the PHP imagick or GD extensions so that the plugins use of shell commands.

Generated by OpenCVE AI on July 22, 2026 at 12:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 22 Jul 2026 13:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-78

Fri, 17 Jul 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-78

Wed, 15 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-78

Tue, 14 Jul 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-78
CWE-94

Sun, 12 Jul 2026 17:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-78
CWE-94

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

Type Values Removed Values Added
Weaknesses CWE-78

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

Type Values Removed Values Added
Weaknesses CWE-78

Fri, 10 Jul 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-78

Thu, 09 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-78

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

Type Values Removed Values Added
Weaknesses CWE-78

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

Type Values Removed Values Added
Weaknesses CWE-78

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

Type Values Removed Values Added
Weaknesses CWE-78

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

Type Values Removed Values Added
Weaknesses CWE-78

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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

Type Values Removed Values Added
Description The FileOrganizer WordPress plugin before 1.1.9, Advanced File Manager WordPress plugin before 5.4.12, File Manager Pro WordPress plugin before 2.1.1, File Manager WordPress plugin before 8.0.4 do not properly escape a parameter before passing it to a shell command when processing image operations, allowing authenticated users to perform OS Command Injection. This requires the server to have the ImageMagick convert CLI available without either the PHP imagick or GD extensions.
Title Multiple elFinder Plugins - Authenticated OS Command Injection
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-06T11:59:43.823Z

Reserved: 2026-04-15T17:44:55.095Z

Link: CVE-2026-6382

cve-icon Vulnrichment

Updated: 2026-07-06T11:59:40.621Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-22T12:45:02Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')