Summary
CVE-2026-12378 is a PHP Object Injection vulnerability affecting the Appointment Booking Calendar Plugin and Scheduling Plugin for WordPress (by codepeople), in all versions through 1.1.28. The flaw arises from the plugin passing user-supplied data to a PHP deserialization function without any validation, allowing unauthenticated, network-based attackers to inject arbitrary PHP objects. Where a suitable gadget chain is available on the target site, this vulnerability can be leveraged to achieve Remote Code Execution (RCE). It carries a CVSS v3.1 base score of 8.1 (High).
Technical details
- Root cause: The plugin fails to validate or sanitize data before passing it to PHP’s
unserialize()function, enabling deserialization of attacker-controlled input. - Trigger conditions: The vulnerability is reachable by an unauthenticated attacker over the network; no account, login session, or user interaction is required. Achieving RCE additionally requires a suitable PHP gadget chain to be present on the target WordPress installation (e.g., from another installed plugin or theme).
- Attack vector: Network (HTTP/HTTPS). WordPress plugins are served on internet-facing sites, making affected installations directly reachable from the internet.
- Impact: Successful injection of a PHP object with an available gadget chain can result in full remote code execution on the host, leading to complete confidentiality, integrity, and availability compromise of the affected server.
Affected software
- Appointment Booking Calendar Plugin and Scheduling Plugin (WordPress plugin, author: codepeople) — all versions through 1.1.28
Severity
- CVSS v3.1 Base Score: 8.1 (High)
- Vector String:
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate – Update: Update the plugin to the latest available version (1.4.04, published June 30, 2026) via the WordPress plugin dashboard. Versions beyond 1.1.28 are not listed as affected.
- If immediate update is not possible: Consider temporarily deactivating the plugin to eliminate the attack surface until the update can be applied.
- Defense in depth: Review all other installed plugins and themes for known gadget chains that could be chained with this vulnerability to achieve RCE; reduce the installed plugin surface where possible.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

