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

52 lines
1.3 KiB
YAML

id: CVE-2022-24681
info:
name: ManageEngine ADSelfService Plus <6121 - Stored Cross-Site Scripting
author: Open-Sec
severity: medium
description: |
ManageEngine ADSelfService Plus before 6121 contains a stored cross-site scripting vulnerability via the welcome name attribute to the Reset Password, Unlock Account, or User Must Change Password screens.
reference:
- https://raxis.com/blog/cve-2022-24681
- https://www.manageengine.com/products/self-service-password/advisory/CVE-2022-24681.html
- https://manageengine.com
- https://nvd.nist.gov/vuln/detail/CVE-2022-24681
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
tags: cve,cve2022,manageengine,xss,authenticated
requests:
- raw:
- |
POST /servlet/GetProductVersion HTTP/1.1
Host: {{Hostname}}
extractors:
- type: regex
part: body
name: buildnumber
group: 1
regex:
- '"BUILD_NUMBER":"([0-9]+)",'
internal: true
matchers-condition: and
matchers:
- type: dsl
dsl:
- compare_versions(buildnumber, '< 6121')
- type: word
part: body
words:
- "ManageEngine"
- type: status
status:
- 200
# Enhanced by mp on 2022/09/14