Severity by source
AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
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.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
4DescriptionCVE.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.
Articles & Coverage 1
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.
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 weakness CWE-94 – Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50987
GHSA-2jcm-jwvc-6vhm