Auth bypass in Ladela Online Scheduling And Appointment Booking System – Bookly
CVE-2026-92799
The Online Scheduling and Appointment Booking System – Bookly plugin for WordPress is vulnerable to Authorization Bypass via PHP Type Juggling in all versions up to, and including, 28.2. This is due to the `postValidateCustomer()` function using a loose PHP inequality operator (`!=`) to compare the session-stored one-time verification code against the attacker-supplied `verification_code` parameter — a flaw that is further exposed by the booking AJAX controller registering all its methods as `wp_ajax_nopriv_` handlers and unconditionally overriding `csrfTokenValid()` to return true, leaving the endpoint both unauthenticated and CSRF-unprotected. This makes it possible for unauthenticated attackers to bypass the phone/email ownership verification step and overwrite the name, email, phone, and address fields of any arbitrary existing Bookly customer record, redirecting that customer's booking notifications to attacker-controlled contact details. The bypass is achievable because the `json_data` input channel decodes input via `json_decode()`, which preserves real PHP types and causes the `wp_kses` filter to leave non-string values such as the JSON boolean `true` untouched; submitting `true` as the `verification_code` satisfies the loose comparison against the session's non-zero integer code (generated by `mt_rand(100000, 999999)`), causing `true != <non-zero int>` to evaluate as `false` and the guard to be bypassed.
Published · last modified .
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N.
EPSS exploit prediction
EPSS: 0.003 (21.8th percentile), scored .
Very low probability of exploitation in the next 30 days; routine patching cadence is appropriate. 22nd percentile — 21.8% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.
The 30-day trend appears once there are two daily scores.
Affected products
Weakness classification (CWE)
References
- www.wordfence.com/threat-intel/vulnerabilities/id/d24fa600-7698-4081-92f5-e1160…
- plugins.trac.wordpress.org/browser/bookly-responsive-appointment-booking-tool/t…
- plugins.trac.wordpress.org/browser/bookly-responsive-appointment-booking-tool/t…
- plugins.trac.wordpress.org/browser/bookly-responsive-appointment-booking-tool/t…
- plugins.trac.wordpress.org/browser/bookly-responsive-appointment-booking-tool/t…
- plugins.trac.wordpress.org/browser/bookly-responsive-appointment-booking-tool/t…
- plugins.trac.wordpress.org/browser/bookly-responsive-appointment-booking-tool/t…
- plugins.trac.wordpress.org/browser/bookly-responsive-appointment-booking-tool/t…
- plugins.trac.wordpress.org/changeset
Frequently asked questions
- What is CVE-2026-92799?
- CVE-2026-92799 is a medium-severity vulnerability in Ladela Online Scheduling And Appointment Booking System – Bookly, classified under Improper Authorization. CVSS score: 5.3/10. Published 2026-09-25.
- How severe is CVE-2026-92799?
- Medium severity. CVSS v3 base score is 5.3 out of 10.