CVE-2026-71280
go-shiori · shiori
A Server-Side Request Forgery vulnerability in the DownloadBookmark function of go-shiori allows authenticated attackers to perform unauthorized requests.
Executive summary
A high-severity Server-Side Request Forgery vulnerability in the go-shiori bookmarking tool allows authenticated attackers to perform unauthorized network requests.
Vulnerability
The DownloadBookmark function fails to properly sanitize user-supplied input, leading to a Server-Side Request Forgery (SSRF) vulnerability. An attacker with low-level privileges can leverage this to force the application to interact with internal resources.
Business impact
An SSRF vulnerability allows an attacker to bypass network access controls, potentially accessing internal services or metadata endpoints that are not exposed to the public internet. Given the CVSS score of 8.5, this vulnerability represents a high risk to organizational infrastructure, as it can be used for internal reconnaissance or to pivot into protected network segments.
Remediation
Immediate Action: Review the official go-shiori repository for available security patches and apply them immediately once released.
Proactive Monitoring: Monitor outgoing network requests from the host running shiori for connections directed toward internal IP addresses or sensitive local services.
Compensating Controls: Deploy the application within a restricted network environment that enforces strict egress filtering to prevent unauthorized internal communication.
Exploitation status
Public Exploit Available: No
Analyst recommendation
While an immediate patch may be pending, the high impact of SSRF necessitates proactive network-level defenses. Administrators should isolate the service from sensitive internal resources and monitor for suspicious outbound traffic until a formal update is deployed.