CVE-2025-64266
Published: 18 December 2025
Description
Deserialization of Untrusted Data vulnerability in magepeopleteam Booking and Rental Manager booking-and-rental-manager-for-woocommerce allows Object Injection.This issue affects Booking and Rental Manager: from n/a through <= 2.5.4.
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates the deserialization vulnerability by requiring timely remediation through patching the affected Booking and Rental Manager plugin versions up to 2.5.4.
Prevents object injection by enforcing validation of untrusted input data before deserialization processing in the WordPress plugin.
Enables detection of the PHP object injection vulnerability through regular vulnerability scanning of WordPress plugins like Booking and Rental Manager.
Security SummaryAI
CVE-2025-64266 is a Deserialization of Untrusted Data vulnerability (CWE-502) in the WordPress plugin Booking and Rental Manager for WooCommerce by magepeopleteam. The flaw allows Object Injection and affects the plugin from unknown initial versions through 2.5.4. It carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), reflecting high severity due to its potential for significant impact.
Attackers with low privileges, such as authenticated users on a vulnerable WordPress site, can exploit this over the network with low complexity and no user interaction required. Successful exploitation enables high confidentiality, integrity, and availability impacts, typically through arbitrary object instantiation in PHP that could lead to code execution or other severe effects depending on the deserialized data.
The Patchstack advisory provides details on this PHP Object Injection vulnerability in version 2.5.4; security practitioners should consult https://patchstack.com/database/Wordpress/Plugin/booking-and-rental-manager-for-woocommerce/vulnerability/wordpress-booking-and-rental-manager-plugin-2-5-4-php-object-injection-vulnerability?_s_id=cve for mitigation guidance, such as applying available patches or updates.
Details
- CWE(s)
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Deserialization of untrusted data (PHP Object Injection) in a public-facing WordPress plugin enables low-privileged attackers to achieve remote code execution, directly facilitating exploitation of public-facing applications and privilege escalation.