CVE-2026-6382
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceMultiple WordPress file management plugins (FileOrganizer, Advanced File Manager, File Manager Pro, and File Manager) fail to properly escape parameters before passing them to shell commands during image processing operations, allowing authenticated users to inject and execute arbitrary OS commands. The vulnerability is specifically triggered when the server has ImageMagick's convert CLI available but lacks PHP's imagick or GD extensions.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- High
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed WordPress file manager pluginsIn the WordPress admin dashboard, navigate to Plugins > Installed Plugins and look for FileOrganizer, Advanced File Manager, File Manager Pro, or File Manager. Alternatively, inspect the wp-content/plugins/ directory for folders starting with 'fileorganizer', 'advanced-file-manager', 'file-manager-pro', or 'file-manager'.Affected if Any of these four plugins are installed on the WordPress site
-
Determine installed plugin versionFor each identified plugin, open its main PHP file (usually in the plugin root directory) and locate the version comment in the plugin header, or check the readme.txt file for the 'Stable tag' entry. Compare this version against the known patched versions: FileOrganizer 1.1.9, Advanced File Manager 5.4.12, File Manager Pro 2.1.1, File Manager 8.0.4.Affected if The installed version is older than the corresponding patched version for that plugin
-
Check if ImageMagick convert CLI is availableRun the command 'which convert' or 'command -v convert' in the server terminal. Alternatively, create a PHP script with '<?php echo shell_exec('which convert'); ?>' and access it via a web browser, or check the server's PATH environment for ImageMagick binaries.Affected if The convert command returns a valid file path, indicating ImageMagick is installed and accessible
-
Check if PHP imagick extension is missingRun 'php -m' from the command line to list loaded PHP modules, or create a phpinfo page '<?php phpinfo(); ?>' and search for 'imagick' in the loaded modules section. Alternatively, check the output of '<?php echo extension_loaded('imagick') ? 'loaded' : 'not loaded'; ?>'Affected if The imagick extension does not appear in the list of loaded PHP modules
-
Check if PHP GD extension is missingRun 'php -m' from the command line and search for 'gd' in the output, or access a phpinfo page and look for the GD section. Alternatively, check with '<?php echo extension_loaded('gd') ? 'loaded' : 'not loaded'; ?>'Affected if The GD extension does not appear in the list of loaded PHP modules
A user is affected if they have any of the four plugins installed with a version below the patched release AND the server has ImageMagick's convert CLI available AND both PHP imagick and GD extensions are absent, allowing the vulnerable image processing code path to be triggered.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate all affected plugins to their latest versions (FileOrganizer 1.1.9+, Advanced File Manager 5.4.12+, File Manager Pro 2.1.1+, File Manager 8.0.4+) and verify that shell command execution in image operations is properly sanitized.
Upgrade to: FileOrganizer 1.1.9, Advanced File Manager 5.4.12, File Manager Pro 2.1.1, File Manager 8.0.4
- 1. Backup your WordPress site and database before performing any updates.
- 2. Ensure your server has proper authentication controls - the vulnerability requires authenticated access.
- 3. Navigate to WordPress Admin Dashboard > Plugins.
- 4. For each affected plugin (FileOrganizer, Advanced File Manager, File Manager Pro, File Manager), update to the specified fixed version.
- 5. If automatic updates are not available, manually upload the updated plugin files via WordPress plugin upload or FTP.
- 6. Verify the updated plugin version matches the fixed release.
- 7. Test file management functionality to ensure the plugin works correctly after update.
- 8. Consider implementing additional security measures such as restricting file manager access to trusted users only.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-6382 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-6382 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data