Description
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.
Published: 2026-07-30
Score: 9 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Remote API WordPress plugin vulnerability allows unauthenticated attackers to supply crafted input to the deserialization routine without any prior authentication. An attacker can inject arbitrary PHP objects, leading to remote code execution when a suitable gadget chain is present through another installed version of the Remote API plugin. This flaw is an instance of PHP Object Injection, mapped to CWE-94.

Affected Systems

All releases of the Remote API plugin for WordPress through version 0.2 are affected. The vulnerability is present wherever the ``remote-api`` query parameter is accessible and the plugin is older than 0.2.

Risk and Exploitability

The CVSS score of 9.0 indicates a high severity RCE risk, while the EPSS score of less than 1% shows a low probability of exploitation in the wild at present. The vulnerability is not listed in the CISA KEV catalog. An attacker can reach the vulnerable endpoint over the network and, without authentication, supply a malicious object payload. Whether the attack succeeds depends on the existence of a compatible gadget chain in another installed instance of the Remote API plugin. The likely attack vector is remote, unauthenticated HTTP requests targeting the ``remote-api`` endpoint.

Generated by OpenCVE AI on August 2, 2026 at 05:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Remote API WordPress plugin to a version newer than 0.2 that implements proper authentication before any deserialization.
  • If an upgrade is not feasible, disable the Remote API plugin or remove the ability for external users to access the ``remote-api`` endpoint to eliminate unauthenticated deserialization.
  • Review all other installed WordPress plugins for the presence of exploitable gadget chains; upgrade or remove any that may provide such chains.
  • Apply input validation on the ``remote-api`` query parameter to reject object serialization payloads and enforce strict authentication on all API requests.
  • Implement network-level restrictions or web‑application firewall rules to block suspicious deserialization payloads and limit access to trusted hosts only.

Generated by OpenCVE AI on August 2, 2026 at 05:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-94
Metrics cvssV3_1

{'score': 9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Thorsten Ott
Thorsten Ott remote Api
Wordpress
Wordpress wordpress
Vendors & Products Thorsten Ott
Thorsten Ott remote Api
Wordpress
Wordpress wordpress

Thu, 30 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Description 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.
Title Remote API <= 0.2 - Unauthenticated PHP Object Injection via remote-api Query Parameter
References

Subscriptions

Thorsten Ott Remote Api
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-30T18:59:21.221Z

Reserved: 2026-07-03T12:56:33.886Z

Link: CVE-2026-14602

cve-icon Vulnrichment

Updated: 2026-07-30T18:58:39.716Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T06:25:00.937

Modified: 2026-07-30T20:16:52.987

Link: CVE-2026-14602

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T05:45:03Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')