2022-04-07 10:23:09 +00:00
id : pbootcms-database-file-download
info :
2022-09-29 13:38:41 +00:00
name : PbootCMS 2.0.7 - SQL Injection
2022-04-07 10:23:09 +00:00
author : ritikchaddha
2022-09-29 13:38:41 +00:00
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.
2022-04-07 12:00:29 +00:00
reference :
- https://xz.aliyun.com/t/7628
- https://www.cnblogs.com/0daybug/p/12786036.html
2022-09-29 13:38:41 +00:00
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.0
cwe-id : CWE-89
2022-04-07 11:54:43 +00:00
tags : pbootcms,db,exposure,database,sqlite
2022-04-07 10:23:09 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/data/pbootcms.db"
2022-04-07 11:54:43 +00:00
max-size : 20000
2022-04-07 10:23:09 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
- "PbootCMS"
2022-04-07 11:54:43 +00:00
- "SQLite format 3"
condition : and
2022-04-07 10:23:09 +00:00
- type : status
status :
- 200
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28