CVE-2026-61950
Received Received - Intake

Unauthenticated SQL Injection in TrueBooker

Vulnerability report for CVE-2026-61950, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-23

Last updated on: 2026-07-23

Assigner: Patchstack

Description

Unauthenticated SQL Injection in TrueBooker <= 1.2.3 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-23
Last Modified
2026-07-23
Generated
2026-07-23
AI Q&A
2026-07-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
patchstack truebooker to 1.2.3 (inc)
truebooker truebooker to 1.2.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an unauthenticated SQL injection vulnerability affecting TrueBooker versions 1.2.3 and below. It allows remote attackers to execute arbitrary SQL commands on the database without authentication.

Detection Guidance

To detect this SQL injection vulnerability in TrueBooker <= 1.2.3, monitor for unusual database queries or errors in logs. Check for requests containing SQL syntax like 'UNION SELECT', 'OR 1=1', or other injection patterns. Use tools like SQLMap to test inputs or WAF logs to identify suspicious traffic targeting the plugin endpoints.

Impact Analysis

An attacker could exploit this to read, modify, or delete sensitive data in the database. This may include user credentials, booking information, or other confidential data stored by TrueBooker.

Compliance Impact

This vulnerability could lead to unauthorized access to personal data, violating GDPR and HIPAA requirements for data protection and access controls. Organizations may face regulatory penalties and reputational damage.

Mitigation Strategies

Update TrueBooker to the latest version (1.2.4 or higher) to patch the SQL injection vulnerability. If immediate update is not possible, restrict network access to the application and monitor database queries for suspicious activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-61950. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart