Description
The BuddyPress plugin for WordPress is vulnerable to Deserialization of Untrusted Data in all versions up to, and including, 14.5.0 This is due to the `bp_unserialize_profile_field()` function using `@unserialize()` without the `allowed_classes` parameter on user-controlled XProfile field data. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary PHP objects via XProfile textbox fields, which could lead to remote code execution if a suitable POP chain is available in the WordPress environment.
Published: 2026-07-30
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The BuddyPress plugin for WordPress contains a deserialization vulnerability in versions up to and including 14.5.0; the bp_unserialize_profile_field() function calls @unserialize() without setting the allowed_classes parameter, allowing authenticated users with subscriber-level or higher access to supply serialized data that is later unserialized, giving them the ability to inject malicious PHP objects. This flaw aligns with CWE‑502 and, if a suitable point‑of‑perception chain exists in the WordPress environment, can be used to achieve remote code execution.

Affected Systems

WordPress sites running BuddyPress version 14.5.0 or earlier, where the XProfile feature is enabled and users with subscriber or higher permissions can edit profile fields, are affected.

Risk and Exploitability

The CVSS score of 7.5 categorizes the flaw as high severity, while an EPSS score of less than 1% indicates a low probability of exploitation at present; the vulnerability is not listed in the CISA KEV catalog, implying no widespread attacks are known. Exploitation requires authenticated access and a compatible object‑population chain within the WordPress stack, making the threat significant for environments that allow profile field editing but lower for isolated or tightly restricted installations.

Generated by OpenCVE AI on August 3, 2026 at 11:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade BuddyPress to the latest available version that removes the vulnerable unserialize semantics.
  • Restrict profile field editing privileges to administrators only, or revoke subscriber-level access to the XProfile feature if a patch cannot be applied immediately.
  • Disable the BuddyPress XProfile module or delete custom profile fields until the official patch is deployed, thereby preventing the vulnerable unserialization from occurring.

Generated by OpenCVE AI on August 3, 2026 at 11:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


Thu, 30 Jul 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Buddypress
Buddypress buddypress
Wordpress
Wordpress wordpress
Vendors & Products Buddypress
Buddypress buddypress
Wordpress
Wordpress wordpress

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

Type Values Removed Values Added
Description The BuddyPress plugin for WordPress is vulnerable to Deserialization of Untrusted Data in all versions up to, and including, 14.5.0 This is due to the `bp_unserialize_profile_field()` function using `@unserialize()` without the `allowed_classes` parameter on user-controlled XProfile field data. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary PHP objects via XProfile textbox fields, which could lead to remote code execution if a suitable POP chain is available in the WordPress environment.
Title BuddyPress <= 14.5.0 - Authenticated (Subscriber+) PHP Object Injection via XProfile Field Data
Weaknesses CWE-502
References
Metrics cvssV3_1

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


Subscriptions

Buddypress Buddypress
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-30T14:03:13.114Z

Reserved: 2026-01-22T22:06:16.508Z

Link: CVE-2026-1360

cve-icon Vulnrichment

Updated: 2026-07-30T14:00:50.308Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T05:16:34.657

Modified: 2026-07-30T15:16:31.530

Link: CVE-2026-1360

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T11:30:03Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data