Salon booking system <= 10.7 - Authenticated (Administrator+) SQL Injection
Strategic Overview
- Status
- Patched in 10.8
- Affected Version
<= 10.7- CVSS
- 9.1Critical
- Weakness type
- CWE-89 · Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
- CVE
CVE-2024-39658
At a glance
CVE-2024-39658 is a critical-severity Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in the Salon Booking System WordPress plugin, affecting versions <= 10.7. It carries a CVSS score of 9.1 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Administrator level or above. The issue is fixed in version 10.8; sites on affected versions should update now. Disclosed August 2024, reported by akas wisnu aji.
Vulnerability Overview
The Salon booking system plugin for WordPress is vulnerable to SQL Injection via the 'order' parameter in versions up to, and including, 10.7 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
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 interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Salon Booking System <= 10.7 carries this weakness at order, and reaching it takes an account at Administrator level or above. SQL injection happens when request data is concatenated into a query instead of being bound as a parameter, letting an attacker change the structure of the statement rather than just its values.
A working injection can read any table the database user can see, which on a WordPress install means user records, password hashes and session or API secrets stored in options. For Salon Booking System the fix is 10.8: builds <= 10.7 are affected, anything from 10.8 onward is not.
Remediation
Update to version 10.8, or a newer patched version
How does WordSec protect against this?
An attacker needs Administrator access first, so the firewall sees the attempt as traffic from a logged-in account: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Salon Booking System 10.8 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Other vulnerabilities in Salon Booking System – Appointment Booking for Salons, Barbershops & Spas
- 10.0CVE-2024-30510: Salon booking system <= 9.5 Arbitrary File Upload
CVE-2024-30510 - 9.8CVE-2024-3229: Salon Booking System <= 10.2 Arbitrary File Upload
CVE-2024-3229 - 9.1CVE-2024-4442: Salon booking system <= 9.9 Arbitrary File Deletion
CVE-2024-4442 - 8.8CVE-2026-15070: Salon Booking System CSRF to Remote Code Execution
CVE-2026-15070 - 8.8CVE-2025-31560: Salon booking system <= 10.11 Privilege Escalation
CVE-2025-31560 - 7.5CVE-2026-6320: Salon Booking System – Free Version Arbitrary File Read
CVE-2026-6320 - 7.5CVE-2022-0920: Salon Booking System and Salon Booking… Info Disclosure
CVE-2022-0920 - 7.2CVE-2024-2102: Salon booking system <= 9.6.2 Stored XSS
CVE-2024-2102
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C