SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-13161

HIGH · CVSS 7.5 EPSS 0.45% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

The TrueBooker Appointment Booking and Scheduler System plugin for WordPress is vulnerable to SQL Injection through the 'alldata[truebooker_user]' parameter, allowing unauthenticated attackers to execute arbitrary SQL queries and potentially extract sensitive database information. This vulnerability affects all versions up to and including 1.2.2, and the lack of proper nonce validation further exacerbates the risk. WordPress site administrators using this plugin should prioritize patching to mitigate the threat of data exposure.

Public Exploit Signal

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

Detected Signals
exploit

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

CVE
CVE-2026-13161
Severity
HIGH
CVSS
7.5
EPSS
0.45%
WordPress

Original NVD Description

The TrueBooker – Appointment Booking and Scheduler System plugin for WordPress is vulnerable to generic SQL Injection via the 'alldata[truebooker_user]' parameter in all versions up to, and including, 1.2.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The check_ajax_referer() nonce guard does not constitute an authentication or authorization barrier because the nonce is exposed to unauthenticated visitors on TrueBooker front-end booking pages; exploitation additionally requires that the required booking fields (category, service, person, date, and time slot) be present in the alldata POST parameter so that execution reaches the vulnerable SQL query branch.