CVE Catalog

CVE-2026-1360

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.57%

44th percentile - higher than 44% of all known CVEs

Summary

The BuddyPress plugin for WordPress is vulnerable to Deserialization of Untrusted Data in versions up to 14.5.0. The bp_unserialize_profile_field() function uses @unserialize() without the allowed_classes parameter on user-controlled XProfile field data.

Risk Assessment

An authenticated attacker with subscriber-level access or above can inject arbitrary PHP objects, potentially leading to remote code execution if a suitable POP chain is available.

Recommendation

Update the BuddyPress plugin to the latest version. Restrict user privileges to the minimum necessary.

Other vulnerabilities in BuddyPress

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS