CVE-2026-15070 Details
Description
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().
A Cross-Site Request Forgery (CSRF) vulnerability has been identified in the Salon Booking System – Free Version plugin for WordPress, affecting all versions through 10.30.32. The vulnerability arises from inadequate nonce validation in the 'setCustomText' function, allowing unauthenticated attackers to inject arbitrary PHP code into the publicly accessible 'translate-constants.php' file within the plugin directory. This exploitation could lead to remote code execution on the server, provided the attacker can deceive a site administrator into clicking a link or performing a similar action. While the 'value' parameter is sanitized, the applied function does not remove certain characters necessary for breaking out of the PHP string literal, enabling the injection of malicious code that could be executed on the server.
Users are advised to update the Salon Booking System WordPress plugin to version 10.30.33 or later.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 10, 2026CISA-ADP
Assessed Jul 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-352 | Cross-Site Request Forgery (CSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Salon Booking System | <= 10.30.32 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 10, 2026 | CVE Modified | CISA-ADP |
| Jul 10, 2026 | New CVE Received | [email protected] |
Volerion