Security Advisory

CVE-2026-71280

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-05 12:26:26
Last updated 2026-08-05 15:50:53
Assigner TuranSec
CVSS score not scored
State PUBLISHED

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.