Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVE description explicitly states unauthenticated exploitation, overriding the supplied PR:L; low complexity upload bypass with full system impact warrants C:H/I:H/A:H.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The MaxUpload - Big File Uploads - Increase Maximum File Upload Size plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 1.4.0 via the handle_upload function. This is due to a filename-validation mismatch in the handle_upload function where extension and MIME checks are applied to the uploaded chunk's filename but not to the final assembled filename derived from the resumableFilename parameter. This makes it possible for unauthenticated attackers to upload files that may be executable, which makes remote code execution possible.
AnalysisAI
Arbitrary file upload leading to remote code execution in the MaxUpload WordPress plugin (all versions through 1.4.0) allows unauthenticated network attackers to upload PHP webshells by exploiting a validation mismatch in the chunked-upload handler. The plugin's handle_upload function applies extension and MIME-type checks only to the temporary chunk filename, but derives the final assembled filename from the attacker-controlled resumableFilename POST parameter - bypassing all validation entirely. No public exploit is confirmed, but the vulnerability is straightforward to exploit against any WordPress site with the plugin active and PHP execution permitted in the upload directory, making it a high-priority remediation target.
Technical ContextAI
The affected plugin (CPE: cpe:2.3:a:sadathimel:maxupload_-_big_file_uploads_-_increase_maximum_file_upload_size:*:*:*:*:*:*:*:*) implements resumable chunked file uploads - a technique where large files are split client-side, uploaded in chunks, then reassembled server-side. The vulnerability (CWE-434: Unrestricted Upload of File with Dangerous Type) arises because the security boundary is applied at the wrong stage: extension filtering and MIME-type checks gate the per-chunk upload (lines L121, L174 in uploader.php), but the final file assembly routine (L201) trusts the resumableFilename parameter from the HTTP request body without re-validating the resolved extension against the allowlist. An attacker submits innocuously-named chunks (e.g., chunk1.jpg) that pass validation, then supplies a resumableFilename of 'shell.php', causing the server to write a PHP file to the WordPress upload directory. The plugin entry point is visible in maxupload-wp.php at L88.
RemediationAI
No vendor-released patched version has been identified at the time of this analysis - no fixed release tag or advisory patch version is referenced in the available intelligence data. Until an update is released, the primary compensating control is to deactivate and remove the MaxUpload plugin from all WordPress installations. If the plugin cannot be removed, restrict PHP execution in the WordPress uploads directory by adding a server-level directive: for Apache, add an .htaccess rule 'php_flag engine off' or 'deny from all' for .php files in wp-content/uploads/; for nginx, add a location block denying PHP processing in the uploads path. This prevents code execution even if a malicious file is successfully written, though it does not prevent the file upload itself. A Web Application Firewall rule blocking POST requests containing resumableFilename parameters with .php, .phtml, .phar, or similar executable extensions to the plugin's upload endpoint is an additional layer. Monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/70d90c0c-e3c6-4db9-b16d-1442e7e1dc3b for patch availability.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-58837
GHSA-mq3w-pgpp-67hx