What the vulnerability does
01Description
The Salon Booking System – Free Version plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 10.30.32. This is due to missing or incorrect nonce validation on the setCustomText function. This makes it possible for unauthenticated attackers to inject arbitrary PHP code into the web-accessible translate-constants.php file within the plugin directory, enabling remote code execution on the server via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. sanitize_text_field() is applied to the POST 'value' parameter but does not neutralize the characters — single quotes, parentheses, semicolons, $, and [] — required to break out of the PHP string literal into which the value is interpolated before being written to disk via file_put_contents().
Explanation of Vulnerability in Simple Terms
02Summary
The Salon Booking System plugin for WordPress contains a cross-site request forgery (CSRF) vulnerability that allows an attacker to perform unauthorized actions on behalf of an authenticated user. An attacker can craft a malicious webpage that, when visited by a logged-in site administrator, executes unwanted booking modifications, settings changes, or other administrative functions without the user's knowledge or consent.
What an attacker can do
03Attacker Capabilities
Perform unauthorized actions (bookings, settings changes) on behalf of a logged-in administrator.
Potential impact on your site
04Site Impact
Attackers can modify bookings, change plugin settings, or perform other admin actions if an admin visits a compromised page.
Conditions required to exploit
05Prerequisites
A site administrator must visit a malicious webpage while logged into WordPress.
Key dates
06Disclosure timeline
July 10, 2026
CVE published
July 10, 2026
Record updated