Vulnerability Description
go-shiori's DownloadBookmark() (internal/core/download.go) fetches a caller-supplied bookmark URL using a plain http.Client with no custom DialContext or destination-IP validation (no IsLoopback(), IsPrivate(), IsUnspecified(), or IsLinkLocalUnicast() checks). An authenticated user creating or updating a bookmark via POST /api/bookmark, PUT /api/v1/bookmarks/cache, or POST /api/bookmarks/ext can supply a loopback (127.0.0.1) or 0.0.0.0 (which Linux redirects to loopback) URL, causing the server to make outbound requests to internal-only services, cloud metadata endpoints, or other network-restricted resources.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/go-shiori/shiori
- https://github.com/go-shiori/shiori/blob/master/internal/core/download.go
FAQ
What is CVE-2026-71280?
CVE-2026-71280 is a vulnerability with a CVSS score of 8.5 (HIGH). go-shiori's DownloadBookmark() (internal/core/download.go) fetches a caller-supplied bookmark URL using a plain http.Client with no custom DialContext or destination-IP validation (no IsLoopback(), Is...
How severe is CVE-2026-71280?
CVE-2026-71280 has been rated HIGH with a CVSS base score of 8.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-71280?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.