nuclei-templates/cves/2022/CVE-2022-24681.yaml

38 lines
1.1 KiB
YAML
Raw Normal View History

2022-06-12 18:42:26 +00:00
id: CVE-2022-24681
info:
name: ManageEngine ADSelfService Stored XSS
author: Open-Sec
severity: medium
description: |
Zoho ManageEngine ADSelfService Plus before 6121 allows XSS via the welcome name attribute to the Reset Password, Unlock Account, or User Must Change Password screen.
reference:
- https://raxis.com/blog/cve-2022-24681
- https://nvd.nist.gov/vuln/detail/CVE-2022-24681
- https://www.manageengine.com/products/self-service-password/advisory/CVE-2022-24681.html
- https://manageengine.com
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-2022-24681
cwe-id: CWE-79
2022-06-12 18:42:26 +00:00
tags: cve,cve2022,manageengine,xss,authenticated
requests:
- raw:
- |
POST /servlet/GetProductVersion HTTP/1.1
Host: {{Hostname}}
extractors:
- type: json
part: body
name: buildnumber
json:
- '.BUILD_NUMBER'
internal: true
matchers:
- type: dsl
dsl:
- compare_versions(buildnumber, '< 6121')