File Manager Pro
CVE-2023-6846
HIGH
Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
The File Manager Pro plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 8.3.4 via the mk_check_filemanager_php_syntax AJAX function. This makes it possible for authenticated attackers, with subscriber access and above, to execute code on the server. Version 8.3.5 introduces a capability check that prevents users lower than admin from executing this function.
AnalysisAI
Remote code execution in the WordPress File Manager Pro plugin (versions up to and including 8.3.4) allows authenticated attackers with subscriber-level access to upload arbitrary files via the mk_check_filemanager_php_syntax AJAX endpoint, leading to full server compromise. Publicly available exploit code exists, and the high EPSS score of 13.31% (94th percentile) indicates significant real-world exploitation likelihood. The flaw is patched in version 8.3.5, which introduces a missing capability check.
Technical ContextAI
File Manager Pro is a commercial WordPress plugin for managing files on the server through the WP admin interface. The root cause is CWE-94 (Improper Control of Generation of Code / Code Injection): the mk_check_filemanager_php_syntax AJAX action lacked a capability check, so any logged-in user - including the lowest-privilege subscriber role - could invoke functionality intended only for administrators and write PHP files into the webroot. WordPress sites that allow open user registration (a common e-commerce, membership, or community configuration) effectively expose this admin-only function to anyone on the internet. The CPE cpe:2.3:a:filemanagerpro:file_manager:*:*:*:*:*:wordpress:*:* covers all File Manager Pro plugin installations on WordPress.
RemediationAI
Upgrade File Manager Pro to version 8.3.5 or later, which adds the capability check that prevents non-admin users from invoking mk_check_filemanager_php_syntax. Until the upgrade is applied, administrators should disable open user registration in WordPress (Settings → General → 'Anyone can register') to remove the subscriber attack surface - accepting the trade-off that this also blocks legitimate self-signup on membership/e-commerce sites; alternatively, disable or uninstall the File Manager Pro plugin entirely, which removes the file-management UI for admins but eliminates the vulnerable endpoint. A WAF rule blocking POST requests to admin-ajax.php with action=mk_check_filemanager_php_syntax from non-administrative sessions is a viable compensating control with low operational impact. Audit existing uploads, user accounts, and PHP files in wp-content for indicators of prior compromise before patching.
More in File Manager
View allThe File Manager (wp-file-manager) plugin before 6.9 for WordPress allows remote attackers to upload and execute arbitra
The File Manager and File Manager Pro plugins for WordPress are vulnerable to Directory Traversal in versions up to, and
The FileOrganizer WordPress plugin before 1.1.9, Advanced File Manager WordPress plugin before 5.4.12, File Manager Pr
mndpsingh287 WP File Manager v6.4 and lower fails to restrict external access to the fm_backups directory with a .htacce
The File Manager WordPress plugin before 6.3 does not restrict the file managers root directory, allowing an administrat
The File Manager plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including,
In the default configuration of the File Manager WordPress plugin before 7.1, a Reflected XSS can occur on the endpoint
The mndpsingh287 File Manager plugin V2.9 for WordPress has XSS via the lang parameter in a wp-admin/admin.php?page=wp_f
Directory traversal vulnerability in ELECOM File Manager all versions allows remote attackers to create an arbitrary fil
The File Manager Pro plugin for WordPress is vulnerable to arbitrary backup file downloads and uploads due to missing fi
The File Manager Pro plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and includi
The Bit File Manager - 100% Free & Open Source File Manager and Code Editor for WordPress plugin for WordPress is vulner
Same weakness CWE-94 – Code Injection
View allSame technique Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today