Skip to main content

zportals CVE-2026-14553

| EUVDEUVD-2026-53115 HIGH
Unrestricted Upload of File with Dangerous Type (CWE-434)
2026-08-05 WPScan GHSA-h6gx-qwm9-7g7p
8.1
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
8.1 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
vuln.today AI
8.1 HIGH

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.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

5
Analysis Generated
Aug 05, 2026 - 16:24 vuln.today
CVSS changed
Aug 05, 2026 - 16:22 NVD
8.1 (HIGH)
Patch available
Aug 05, 2026 - 07:01 EUVD
CVE Published
Aug 05, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 05, 2026 - 06:00 cve.org
HIGH 8.1

DescriptionCVE.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.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

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

CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-14553 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy