PbootCMS 2.0.7 - SQL Injection
ID: pbootcms-database-file-download
Severity: critical
Author: ritikchaddha
Tags: pbootcms,db,exposure,database,sqlite,sqli
Description
Section titled “Description”PbootCMS 2.0.7 contains a SQL injection vulnerability via pbootcms.db. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
YAML Source
Section titled “YAML Source”id: pbootcms-database-file-download
info: name: PbootCMS 2.0.7 - SQL Injection author: ritikchaddha severity: critical description: PbootCMS 2.0.7 contains a SQL injection vulnerability via pbootcms.db. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site. reference: - https://xz.aliyun.com/t/7628 - https://www.cnblogs.com/0daybug/p/12786036.html classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H cvss-score: 10 cwe-id: CWE-89 metadata: max-request: 1 tags: pbootcms,db,exposure,database,sqlite,sqli
http: - method: GET path: - "{{BaseURL}}/data/pbootcms.db"
max-size: 20000
matchers-condition: and matchers: - type: word part: body words: - "PbootCMS" - "SQLite format 3" condition: and
- type: status status: - 200# digest: 4a0a0047304502207970352f3a09cf67dcb5882d046e46d3921125fdf3a938f30c3cb5e438510c9b022100eb7e1248d089a259402df0cfb330406bfa8a86950517329b7caf2c4850261ed8:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/vulnerabilities/other/pbootcms-database-file-download.yaml"