Skip to main content

Remote API EUVDEUVD-2026-50987

| CVE-2026-14602 CRITICAL
Code Injection (CWE-94)
2026-07-30 WPScan GHSA-2jcm-jwvc-6vhm
9.0
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

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

Unauthenticated network reach (PR:N/AV:N) but RCE depends on an available gadget chain (AC:H); impact stays within the WordPress process so S:U, with full C/I/A compromise.

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

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

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

Lifecycle Timeline

4
Analysis Generated
Jul 30, 2026 - 22:30 vuln.today
CVSS changed
Jul 30, 2026 - 20:37 NVD
9.0 (None) 9.0 (CRITICAL)
CVE Published
Jul 30, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 30, 2026 - 06:00 cve.org
CRITICAL 9.0

DescriptionCVE.org

The Remote API WordPress plugin through 0.2 does not authenticate a request before deserializing user-supplied input, allowing unauthenticated attackers to inject arbitrary PHP objects, which can lead to remote code execution when a suitable gadget chain is present through another installed Remote API WordPress plugin through 0.2.

AnalysisAI

PHP object injection in the Remote API WordPress plugin (all versions through 0.2) lets unauthenticated attackers deserialize attacker-supplied input, and when a suitable gadget chain is available it escalates to remote code execution on the host. The flaw stems from the plugin processing serialized user input before any authentication check. Publicly available exploit code exists (WPScan), though EPSS remains low (0.25%, 17th percentile) and it is not listed in CISA KEV.

Technical ContextAI

The vulnerability lives in a WordPress plugin that exposes a remote API endpoint. Rather than validating or authenticating callers, the plugin passes user-controlled data into PHP's unserialize() (or equivalent), instantiating arbitrary PHP objects from attacker-defined class/property data. Classified as CWE-94 (Code Injection) - here manifesting as PHP Object Injection (PHP's deserialization variant) - the actual code execution is not intrinsic to the deserialization itself but is realized through a 'gadget chain': a sequence of magic methods (__wakeup, __destruct, __toString) in loaded plugin/core/library code that, when triggered during object lifecycle, performs dangerous operations. The CPE is recorded as cpe:2.3:a:unknown:remote_api:*:*:*:*:*:*:*:* with the vendor unidentified, and tags confirm the RCE/WordPress/PHP/Code Injection profile.

RemediationAI

No vendor-released patch identified at time of analysis - the advisory covers all versions through 0.2 with no fixed version cited. Because reachability is the root cause, the most effective compensating control is to deactivate and remove the Remote API plugin until a patched release is confirmed, which fully eliminates the exposed deserialization endpoint at the cost of losing the plugin's remote API functionality. If the plugin must remain active, restrict network access to its API endpoint at the web server or WAF layer (allowlist trusted source IPs, or require an authenticating reverse proxy in front of the endpoint), accepting that this breaks any legitimate remote callers not on the allowlist; and add WAF rules to block request bodies containing serialized-PHP markers (e.g., 'O:' object patterns). Reduce gadget-chain availability by auditing and minimizing other installed plugins/themes, since RCE is only realized when a usable chain is present. Consult the WPScan advisory (https://wpscan.com/vulnerability/eb5a7d86-4762-48ad-83bf-81f048527147/) for updates and monitor for a release above 0.2.

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

EUVD-2026-50987 vulnerability details – vuln.today

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