CVE-2026-15070 HIGH

CVE-2026-15070: Salon Booking System <= 10.30.32 - Cross-Site Request Forgery to Remote Code Execution via 'value' Parameter

Vendor Wordpresschef
Product Salon Booking System – Free Version
Weakness CWE-352 · CSRF
Published July 10, 2026
Last update July 10, 2026

CVSS base score

8.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

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

Related vulnerabilities

08Related CVE