AUGUST 24, 2026
Live Feed
Back to database
Case File

CVE-2026-15070

HIGH · CVSS 8.8 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

The Salon Booking System – Free Version plugin for WordPress is vulnerable to Cross-Site Request Forgery due to inadequate nonce validation in the setCustomText function, affecting all versions up to 10.30.32. This flaw allows unauthenticated attackers to execute arbitrary PHP code on the server by tricking site administrators into making forged requests, potentially leading to remote code execution. WordPress site administrators using this plugin should prioritize patching or disabling it to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-15070
Severity
HIGH
CVSS
8.8
EPSS
0.26%
WordPress

Original NVD 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().