CVE-2026-11437

perfree · go-fastdfs-web

A Server-Side Request Forgery (SSRF) vulnerability in perfree go-fastdfs-web allows unauthenticated attackers to perform unauthorized requests to internal systems via the /install/checkServer endpoint.

Executive summary

An unauthenticated SSRF vulnerability in perfree go-fastdfs-web poses a significant risk to internal network security and data integrity.

Vulnerability

This vulnerability is a Server-Side Request Forgery (SSRF) affecting the /install/checkServer function. It allows an unauthenticated remote attacker to manipulate the server into making unintended requests, potentially exposing internal service information or facilitating lateral movement.

Business impact

The CVSS score of 7.3 reflects a high-severity risk that could lead to unauthorized access to internal network resources that are otherwise protected by a firewall. Successful exploitation may result in the disclosure of sensitive internal configurations or interaction with backend systems, leading to severe data compromise and loss of operational confidentiality.

Remediation

Immediate Action: Organizations should restrict network access to the /install/checkServer endpoint and monitor for any vendor-provided patches addressing this specific SSRF flaw.

Proactive Monitoring: Review web access logs for unusual requests targeting the installation endpoint, specifically looking for suspicious URL parameters or attempts to probe internal IP addresses.

Compensating Controls: Implement a Web Application Firewall (WAF) rule to block or filter requests to the /install/checkServer path, effectively mitigating the attack vector until an official update is applied.

Exploitation status

Public Exploit Available: true

Analyst recommendation

The presence of a public exploit combined with the high CVSS score necessitates urgent attention. Security teams should prioritize restricting access to the vulnerable endpoint and remain vigilant for signs of exploitation until a formal patch is released and applied.