CVE-2026-11446 PUBLISHED

Booktics – Booking Calendar for Appointments and Service Businesses <= 1.0.23 - Missing Authorization

Assigner: Wordfence
Reserved: 06.06.2026 Published: 11.09.2026 Updated: 11.09.2026

The Booktics – Booking Calendar for Appointments and Service Businesses plugin for WordPress is vulnerable to unauthorized modification of data in all versions up to, and including, 1.0.23. This is due to the create_order_permission() permission callback on the POST /wp-json/booktics/v1/orders REST route unconditionally returning true, combined with find_and_update_guest() overwriting an existing customer record's stored name, phone, and wp_user_id whenever the caller-supplied email matches, with no proof of ownership. This makes it possible for unauthenticated attackers to overwrite the contact details (name and phone) of any existing customer whose email address they know, poisoning downstream reminder emails, SMS, calendar invites, and CRM data.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 5.3

Product Status

Vendor arraytics
Product Booktics – Appointment Booking Calendar for Service Businesses
Versions Default: unaffected
  • affected from 0 to 1.0.23 (incl.)

Credits

  • revblock finder

References

Problem Types

  • CWE-862 Missing Authorization CWE