Delete CVE-2022-28477.yaml

patch-1
Prince Chaddha 2022-07-10 11:04:59 +05:30 committed by GitHub
parent b9cee12fc9
commit 1633c093b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 35 deletions

View File

@ -1,35 +0,0 @@
id: CVE-2022-28477
info:
name: WBCE CMS v1.5.2 XSS Stored
author: arafatansari
severity: medium
description: |
WBCE CMS 1.5.2 is vulnerable to Cross Site Scripting (XSS) via \admin\setting\ Website Header Field parameters.
reference:
- https://github.com/APTX-4879/CVE
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28477
metadata:
verified: true
tags: wbcecms,xss
requests:
- method: POST
path:
- "{{BaseURL}}/admin/setting/save.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<script>alert(document.domain)</script>"
- type: word
part: header
words:
- text/html
- type: status
status:
- 200