2022-06-12 18:42:26 +00:00
id : CVE-2022-24681
info :
2022-09-16 19:50:10 +00:00
name : ManageEngine ADSelfService Plus <6121 - Stored Cross-Site Scripting
2022-06-12 18:42:26 +00:00
author : Open-Sec
2022-09-16 20:03:07 +00:00
severity : medium
2022-06-12 18:42:26 +00:00
description : |
2022-09-16 19:50:10 +00:00
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.
2022-06-12 18:42:26 +00:00
reference :
- https://raxis.com/blog/cve-2022-24681
- https://www.manageengine.com/products/self-service-password/advisory/CVE-2022-24681.html
2022-06-12 18:56:42 +00:00
- https://manageengine.com
2022-09-16 19:50:10 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-24681
2022-06-12 18:56:42 +00:00
classification :
2022-09-16 20:03:07 +00:00
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
2022-09-16 19:50:10 +00:00
cve-id : CVE-2022-24681
2022-09-16 20:03:07 +00:00
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 :
2022-06-13 10:21:05 +00:00
- type : regex
2022-06-12 18:42:26 +00:00
part : body
name : buildnumber
2022-06-13 10:21:05 +00:00
group : 1
regex :
- '"BUILD_NUMBER":"([0-9]+)",'
2022-06-12 18:42:26 +00:00
internal : true
2022-06-13 10:21:05 +00:00
matchers-condition : and
2022-06-12 18:42:26 +00:00
matchers :
- type : dsl
dsl :
2022-06-13 10:21:05 +00:00
- compare_versions(buildnumber, '< 6121')
- type : word
part : body
words :
- "ManageEngine"
- type : status
status :
- 200
2022-09-16 19:50:10 +00:00
# Enhanced by mp on 2022/09/14