CVE-2026-92799
Last modified
CVE-2026-92799 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ladela | Online Scheduling and Appointment Booking System – Bookly | <= 28.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-92799?
How severe is CVE-2026-92799?
How do I fix CVE-2026-92799?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-92791Uber Kraken through 0.1.29 fails to validate the tag paramet…7.5
- CVE-2026-92792OpenNHP through 1.0.2 selects its trusted-execution attestat…7.5
- CVE-2026-92793GoAdmin through 1.2.26 fails to properly anchor the logout p…8.1
- CVE-2026-92794OpenSign through 2.41.3 fails to validate caller identity in…7.5
- CVE-2026-92795Coze Studio through 0.5.1 fails to restrict the server URL s…6.5
- CVE-2026-92796Manticore Search versions 27.0.0 before 28.4.4 fail to valid…8.8
- CVE-2026-9280The Ad Inserter – Ad Manager & AdSense Ads plugin for WordPr…6.1
- CVE-2026-92800Docs before 5.4.1 fails to properly revoke websocket collabo…6.8
- CVE-2026-92801cc-connect through 1.5.0 fails to enforce per-user allowlist…8.8
- CVE-2026-92802kan through 0.6.0 fails to properly validate board creation …4.3
- CVE-2026-92803LibreTranslate through 1.9.6 omits the access_check decorato…5.3
- CVE-2026-92804Nango through 0.70.4 fails to validate caller-supplied conne…7.1
Are you affected by CVE-2026-92799?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
