Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Network-exploitable requiring only Subscriber-level auth (PR:L, AC:L); RCE grants full confidentiality and integrity impact; scope unchanged as impact is contained to the WordPress application.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The zportals WordPress plugin before 6.3.4 does not properly validate uploaded files, trusting the client-supplied content type and preserving the original file extension, allowing any authenticated user (Subscriber or higher) to upload arbitrary PHP files and achieve remote code execution.
AnalysisAI
Remote code execution in the zportals WordPress plugin (all versions before 6.3.4) is achievable by any authenticated user holding a Subscriber role or above, exploiting a server-side file upload validation failure that trusts the client-supplied Content-Type header and preserves the original file extension. By uploading a PHP webshell disguised with a benign MIME type, an attacker can plant executable server-side code and gain full control of the WordPress application layer. A publicly available proof-of-concept exploit exists; no confirmed active exploitation (CISA KEV) has been observed, but the low authentication barrier makes this a genuine risk for sites with open registration.
Technical ContextAI
The zportals WordPress plugin implements a file upload feature that performs client-side MIME validation only, relying on the Content-Type header supplied in the HTTP request rather than independently inspecting the file's magic bytes or enforcing an allowlist of safe extensions server-side. CWE-434 (Unrestricted Upload of File with Dangerous Type) describes this root cause class precisely: the application accepts and stores files whose type it has not verified, then exposes them at a web-accessible path. Because the PHP interpreter on most WordPress hosting environments will execute any .php file placed under the webroot, preserving the original extension is sufficient for weaponization. The affected CPE is cpe:2.3:a:unknown:zportals:*:*:*:*:*:*:*:* covering all versions below 6.3.4 per EUVD-2026-53115. The vulnerability was discovered and reported by WPScan.
RemediationAI
Update the zportals WordPress plugin to version 6.3.4 or later, which contains the vendor-released patch addressing the file upload validation flaw. The fix is confirmed available per vendor and WPScan advisory at https://wpscan.com/vulnerability/02c83708-8f2f-48f8-b73e-df37a42ab360/. If immediate patching is not operationally feasible, the most effective compensating control is to disable WordPress user registration entirely (Settings > General > Membership), which eliminates the ability for unauthenticated parties to self-provision the Subscriber accounts required for exploitation - trade-off being that legitimate self-registration is also blocked. Alternatively, use a WAF rule to block multipart file uploads containing PHP-related extensions (.php, .php3, .php5, .phtml) sent to plugin-specific upload endpoints; note this may break legitimate plugin functionality. Removing the zportals plugin entirely is the most definitive interim control if the feature is non-critical. Server-level mitigation via php_flag engine off in .htaccess for the uploads directory will prevent PHP execution of any uploaded files but may break other plugin upload features site-wide.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same technique File Upload
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53115
GHSA-h6gx-qwm9-7g7p