Description
The Turnkey bbPress by WeaverTheme plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.7.1 via deserialization of untrusted input in the wvrbbp_set_to_serialized_values() function (reached through the wvrbbp_save_restore() settings-restore handler). The function reads the raw contents of an administrator-uploaded file and passes them directly to unserialize() without any validation. This makes it possible for authenticated attackers, with administrator-level access and above, to inject a PHP Object. No known POP chain is present in the vulnerable plugin itself; however, if a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code.
Published: 2026-08-16
Score: 6.6 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Turnkey bbPress by WeaverTheme plugin deserializes administrator‑uploaded file content without validation, creating a PHP Object Injection vulnerability. An attacker with administrator or higher privileges can craft malicious serialized data to inject arbitrary PHP objects, potentially leading to deletion of system files, retrieval of sensitive information, or code execution if a PHP Object Persistence (POP) chain is present in another plugin or theme. The plugin itself does not contain a POP chain, but the existence of a chain would allow the attacker to bypass this limitation.

Affected Systems

WordPress sites running Turnkey bbPress by WeaverTheme plugin version 1.7.1 or earlier are affected. No other vendors or products are listed as impacted.

Risk and Exploitability

The CVSS score of 6.6 indicates moderate severity. Exploitation requires authenticated accounts with administrator or higher privileges, limiting the attack surface. Because the vulnerability lacks an immediate POP chain, attackers must rely on additional vulnerable components to achieve code execution, raising the effort required. EPSS data is not available and the vulnerability is not listed in the CISA KEV catalog, so no large‑scale exploitation is documented. Nonetheless, the potential impact of data loss or code execution warrants prompt remediation.

Generated by OpenCVE AI on August 16, 2026 at 06:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Turnkey bbPress by WeaverTheme to version 1.7.2 or later, where the deserialization issue is fixed.
  • If an upgrade is not yet possible, restrict the ability of administrators to upload arbitrary files or disable the upload functionality used by the plugin until the issue is resolved.
  • Survey the site for additional plugins or themes that provide PHP Object Persistence chains and remove or update them; consider adding a security plugin to detect such chains.

Generated by OpenCVE AI on August 16, 2026 at 06:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 16 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Description The Turnkey bbPress by WeaverTheme plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.7.1 via deserialization of untrusted input in the wvrbbp_set_to_serialized_values() function (reached through the wvrbbp_save_restore() settings-restore handler). The function reads the raw contents of an administrator-uploaded file and passes them directly to unserialize() without any validation. This makes it possible for authenticated attackers, with administrator-level access and above, to inject a PHP Object. No known POP chain is present in the vulnerable plugin itself; however, if a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code.
Title Turnkey bbPress by WeaverTheme <= 1.7.1 - Authenticated (Administrator+) PHP Object Injection
Weaknesses CWE-502
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-16T05:27:29.335Z

Reserved: 2026-05-28T19:05:58.649Z

Link: CVE-2026-10035

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-16T06:16:49.210

Modified: 2026-08-16T06:16:49.210

Link: CVE-2026-10035

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-16T06:30:04Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data