Online Scheduling and Appointment Booking System – Bookly <= 27.0 - Unauthenticated Price Manipulation via 'tips'
Strategic Overview
- Status
- Patched in 27.1
- Affected Plugin
- Online Scheduling and Appointment Booking System – Bookly
- Affected Version
<= 27.0- CVSS
- 5.3Medium
- Weakness type
- CWE-472 · External Control of Assumed-Immutable Web Parameter
- CVE
CVE-2026-2519
At a glance
CVE-2026-2519 is a medium-severity External Control of Assumed-Immutable Web Parameter vulnerability in the Online Scheduling and Appointment Booking System WordPress plugin, affecting versions <= 27.0. It carries a CVSS score of 5.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 27.1; sites on affected versions should update now. Disclosed April 2026, reported by Youssef Elouaer.
Vulnerability Overview
The Online Scheduling and Appointment Booking System – Bookly plugin for WordPress is vulnerable to price manipulation via the 'tips' parameter in all versions up to, and including, 27.0. This is due to the plugin trusting a user-supplied input without server-side validation against the configured price. This makes it possible for unauthenticated attackers to submit a negative number to the 'tips' parameter, causing the total price to be reduced to zero.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.
CWE-472: External Control of Assumed-Immutable Web Parameter
Online Scheduling and Appointment Booking System <= 27.0 carries this weakness at tips, and reaching it takes no account at all. External control of an assumed-immutable parameter means the code trusts a value it believes cannot be changed by the caller, when in fact the request carries it.
Editing that field changes the outcome of the operation, which on commerce plugins means altered prices or totals and on account flows means acting as another user. For Online Scheduling and Appointment Booking System the fix is 27.1: builds <= 27.0 are affected, anything from 27.1 onward is not.
Remediation
Update to version 27.1, or a newer patched version
How does WordSec protect against this?
Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Online Scheduling and Appointment Booking System 27.1 closes this, and updating the plugin is the step that ends it.
- Firewall
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Online Scheduling and Appointment Booking System – Bookly
- 8.1CVE-2023-26526: Bookly <= 21.7.1 Arbitrary File Deletion
CVE-2023-26526 - 7.5CVE-2026-13395: Online Scheduling and Appointment… SQL Injection
CVE-2026-13395 - 7.5CVE-2026-61949: Online Scheduling and Appointment… SQL Injection
CVE-2026-61949 - 7.2CVE-2026-61944: Online Scheduling and Appointment… Stored XSS
CVE-2026-61944 - 7.2CVE-2026-5513: Online Scheduling and Appointment… Stored XSS
CVE-2026-5513 - 7.2CVE-2023-1172: Bookly <= 21.5 Stored Cross-Site Scripting
CVE-2023-1172 - 7.2CVE-2018-6891: WordPress Online Booking… XSS
CVE-2018-6891 - 6.6CVE-2023-4691: Bookly <= 22.3.1 SQL Injection
CVE-2023-4691
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C