PatchSiren cyber security CVE debrief
CVE-2026-11446 arraytics CVE debrief
The Booktics – Booking Calendar for Appointments and Service Businesses plugin for WordPress is vulnerable to unauthorized modification of data. A vulnerability exists in all versions up to, and including, 1.0.23 due to the create_order_permission() permission callback on the POST /wp-json/booktics/v1/orders REST route unconditionally returning true. This, 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, allows unauthenticated attackers to overwrite contact details of existing customers whose email addresses they know.
- Vendor
- arraytics
- Product
- Booktics – Appointment Booking Calendar for Service Businesses
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Defenders managing WordPress installations with the Booktics plugin, especially those handling customer information, should assess exposure and prioritize verification and remediation efforts.
Why it matters
CVE-2026-11446 allows unauthenticated attackers to modify customer contact details in the Booktics plugin for WordPress. Defenders should verify exposure, especially for versions up to 1.0.23, and prioritize remediation to prevent data tampering and potential downstream impacts.
- Verification of customer contact information integrity
- Potential modification of customer data by unauthorized parties
- Risk of downstream data poisoning in reminder emails, SMS, calendar invites, and CRM systems
- Need for compensating controls to detect unauthorized changes
Technical summary
The Booktics plugin for WordPress has a vulnerability allowing unauthorized modification of customer data due to inadequate permission checks in the create_order_permission() callback and find_and_update_guest() functions. This issue, present in all versions up to and including 1.0.23, enables unauthenticated attackers to overwrite contact details of existing customers whose email addresses they know, potentially leading to data tampering and downstream impacts in reminder emails, SMS, calendar invites, and CRM systems. Defenders should prioritize verifying exposure of WordPress installations using the Booktics plugin, especially versions up to 1.0.23, and assess the risk of customer contact information being
Defensive priority
Defenders should prioritize verifying exposure of WordPress installations using the Booktics plugin, especially versions up to 1.0.23, and assess the risk of customer contact information being modified by unauthorized parties.
Recommended defensive actions
- Verify WordPress installations for the Booktics plugin version 1.0.23 or earlier
- Assess exposure of customer contact information
- Implement compensating controls to monitor for unauthorized modifications
- Review and update the plugin to a patched version if available
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The vulnerability is confirmed by the CVE Program and NVD records. Details are provided by Wordfence security researchers. However, specific versions affected beyond 1.0.23 and exact remediation steps require further verification.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-11446 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-11446
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-11446 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-11446
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/booktics/tags/1.0.18/core/order/controllers/order-controller.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/booktics/tags/1.0.21/core/order/controllers/order-controller.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.