CVE-2026-75332
Zyplayer · Zyplayer-Doc
Zyplayer-Doc versions 1.0.0 and earlier are susceptible to Server-Side Request Forgery (SSRF) via the WikiPageWebService.download method.
Executive summary
A critical Server-Side Request Forgery vulnerability in Zyplayer-Doc allows unauthenticated attackers to perform unauthorized actions or access sensitive internal resources.
Vulnerability
The application is vulnerable to Server-Side Request Forgery (SSRF) within the WikiPageWebService.download function, which can be triggered by an unauthenticated attacker.
Business impact
The CVSS score of 9.1 reflects a critical severity, as this flaw allows an attacker to manipulate server-side requests to interact with internal services or sensitive data. Successful exploitation could lead to unauthorized data exfiltration, internal network reconnaissance, or further compromise of the infrastructure, resulting in significant operational and security risks.
Remediation
Immediate Action: Since no official patch is currently available, administrators should restrict network access to the affected instance and disable the vulnerable WikiPageWebService functionality if it is not business-critical.
Proactive Monitoring: Review web server and application access logs for unusual patterns or requests targeting the WikiPageWebService endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block or inspect requests to the specific vulnerable download parameter and restrict outbound traffic from the application server to prevent internal scanning.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the technical write-up provided in the CVE references.
Analyst recommendation
Given the critical nature of this SSRF vulnerability and the existence of a public proof-of-concept, organizations should treat this as a high-priority risk. Immediately implement network-level restrictions and monitor for any signs of exploitation while awaiting a vendor-supplied update to address the underlying flaw in the WikiPageWebService.