Description
The Site Reviews WordPress plugin before 8.3.0 does not prevent request data from being deserialized, and derives the key protecting that data by padding out the site's WordPress nonce key, which makes the key publicly computable on installs where that key is absent, left at its sample value, or too short to be secret. This allows unauthenticated users to inject arbitrary PHP objects on such installs. The Site Reviews WordPress plugin before 8.3.0's own code contains no chain onward from the injected object, so how far it reaches depends on the other code present on the site.
Published: 2026-09-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Site Reviews WordPress plugin, in all releases prior to 8.3.0, accepts request data that is later deserialized without proper validation. The plugin derives the key used to protect that data from the site’s WordPress nonce key. When the nonce key is missing, left at its sample value, or too short, the derived key becomes publicly computable. This flaw allows unauthenticated users to inject arbitrary PHP objects via the form signature parameter; the plugin itself does not provide an immediate code‑execution path, so the eventual impact depends on other active code on the site.

Affected Systems

WordPress sites that have installed the Site Reviews plugin at any version before 8.3.0, including the range 7.2.2 through 8.2.2. The vulnerability exists irrespective of the specific WordPress core version, as it hinges solely on plugin behavior and the state of the nonce key.

Risk and Exploitability

An attacker can trigger the vulnerable endpoint remotely via a crafted HTTP request; no authentication is required. The EPSS score is not available, and the vulnerability is not listed in CISA KEV, which suggests it has not yet been actively exploited, but the potential for code execution makes it high risk should the site host other code that can be invoked from the injected objects. The lack of an explicit CVSS score means the exact severity is undetermined; however, due to the nature of PHP object injection, the risk is considered high.

Generated by OpenCVE AI on September 10, 2026 at 07:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Site Reviews to version 8.3.0 or later, which replaces the insecure deserialization logic.
  • If immediate upgrade is impossible, disable or remove the form that exposes the vulnerable endpoint until the plugin is updated.
  • Ensure the WordPress installation has a strong, site‑wide nonce key that is not left at the default value; if the nonce key is short or missing, generate a new, sufficiently long key.

Generated by OpenCVE AI on September 10, 2026 at 07:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-502

Thu, 10 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Site Reviews WordPress plugin before 8.3.0 does not prevent request data from being deserialized, and derives the key protecting that data by padding out the site's WordPress nonce key, which makes the key publicly computable on installs where that key is absent, left at its sample value, or too short to be secret. This allows unauthenticated users to inject arbitrary PHP objects on such installs. The Site Reviews WordPress plugin before 8.3.0's own code contains no chain onward from the injected object, so how far it reaches depends on the other code present on the site.
Title Site Reviews 7.2.2 - 8.2.2 - Unauthenticated PHP Object Injection via Form Signature
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-10T06:00:06.747Z

Reserved: 2026-08-31T11:50:40.276Z

Link: CVE-2026-82925

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-10T07:17:03.620

Modified: 2026-09-10T07:17:03.620

Link: CVE-2026-82925

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T07:30:07Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data