CVE-2024-6924
TrueBooker < 1.0.3 - Multiple Unauthenticated SQLi
Record summary
CVE-2024-6924 has a selected CVSS score of 9.8 (critical); EIP currently links 1 Nuclei template.
Description
The TrueBooker WordPress plugin before 1.0.3 does not properly sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection.
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Sep 9, 2024 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
TrueBookerDefault status: unaffected | CVE List | Before 1.0.3 | affected |
truebooker-appointment-bookingBrowse themetechmount / truebooker-appointment-bookingDefault status: unknown | CVE List | Through 1.0.2 | affected |
Nuclei templates
1ProjectDiscoveryHIGHTrueBooker <= 1.0.2 - SQL Injection
The TrueBooker Appointment Booking and Scheduler Plugin. plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 1.0.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.
Impact
Unauthenticated attackers can exploit SQL injection to extract sensitive information from the database, including user credentials, email addresses, and other personal data.
Remediation
Update TrueBooker Appointment Booking plugin to a version later than 1.0.2 to address the SQL injection vulnerability.
Source: ProjectDiscovery