CVE-2026-14224: Easy Appointments <= 3.12.26 - Subscriber+ Cross-User Appointment Data Modification via IDOR
The Easy Appointments WordPress plugin through 3.12.26 does not verify that the appointment targeted by its customer-data update action belongs to the current user; the action only checks a shared nonce that any authenticated user can obtain from their own appointment's edit form. A subscriber-level user with an appointment of their own can therefore reuse that nonce to overwrite the customer metadata (email, name, phone, description) of another user's appointment. Because the Easy Appointments WordPress plugin through 3.12.26 then treats that metadata as the appointment's contact data, a subsequent administrator status change with customer notifications enabled delivers the victim's appointment notification to the attacker-controlled email address.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
WordPress Easy Appointments pluginto a version that resolves this vulnerability.Fixed in 3.12.26 - Compensating control
Ensure subscriber-level users cannot access or reuse customer-data update nonces for editing other users' appointments (e.g., enforce authorization so the targeted appointment belongs to the current user, not only nonce validity).
Event History
Frequently Asked Questions
What is the severity of CVE-2026-14224?
CVE-2026-14224 has a medium severity score of 5.4 according to CVSS 3.1.
How do I fix CVE-2026-14224?
To fix CVE-2026-14224, update the Easy Appointments WordPress plugin to a version later than 3.12.26.
What does CVE-2026-14224 affect?
CVE-2026-14224 affects the Easy Appointments WordPress plugin versions up to 3.12.26.
What type of vulnerability is CVE-2026-14224?
CVE-2026-14224 is an Insecure Direct Object Reference (IDOR) vulnerability that allows cross-user appointment data modification.
Who is at risk from CVE-2026-14224?
Users with subscriber-level roles in the Easy Appointments plugin are at risk from CVE-2026-14224 due to insufficient access controls.