Salon booking system <= 10.8.1 - Unauthenticated Open Redirect
Strategic Overview
- Status
- Patched in 10.9
- Affected Version
<= 10.8.1- CVSS
- 6.1Medium
- Weakness type
- CWE-601 · URL Redirection to Untrusted Site ('Open Redirect')
- CVE
CVE-2024-43280
At a glance
CVE-2024-43280 is a medium-severity URL Redirection to Untrusted Site ('Open Redirect') vulnerability in the Salon Booking System WordPress plugin, affecting versions <= 10.8.1. It carries a CVSS score of 6.1 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 10.9; sites on affected versions should update now. Disclosed August 2024, reported by Le Ngoc Anh.
Vulnerability Overview
The Salon Booking System plugin for WordPress is vulnerable to Open Redirect in all versions up to, and including, 10.8.1. This is due to insufficient validation on the redirect url supplied. This makes it possible for unauthenticated attackers to redirect users to potentially malicious sites if they can successfully trick them into performing an action.
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.
CWE-601: URL Redirection to Untrusted Site ('Open Redirect')
Reaching this weakness in Salon Booking System <= 10.8.1 takes no account at all. An open redirect is a page that takes a destination from the request and sends the browser there without checking that the destination belongs to the site.
A link that starts on a trusted domain finishes on an attacker's, which is what makes phishing and consent-screen abuse credible to the person clicking it. For Salon Booking System the fix is 10.9: builds <= 10.8.1 are affected, anything from 10.9 onward is not.
Remediation
Update to version 10.9, 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: Salon Booking System 10.9 closes this, and updating the plugin is the step that ends it.
- Firewall
- Login Security
- 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-39658: Salon booking system <= 10.7 SQL Injection
CVE-2024-39658 - 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
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C