CVE-2026-71280: go-shiori Server-Side Request Forgery via Unrestricted Bookmark URL Fetch

Published Aug 5, 2026
·
Updated

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.

Affected Software

1 affected component
go-shiori

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Implement destination-IP validation in DownloadBookmark() to reject bookmark URLs that resolve to loopback (127.0.0.1) or unspecified (0.0.0.0, which Linux redirects to loopback), before making outbound requests.

    go-shiori (DownloadBookmark / internal/core/download.go) Destination URL validation = disallow loopback and unspecified addresses
  2. Compensating control

    Add network egress controls so the go-shiori server cannot make outbound HTTP requests to internal-only destinations, cloud metadata endpoints, or other network-restricted resources (e.g., block destinations like 127.0.0.1/loopback and 0.0.0.0/loopback-redirect at the network/firewall or via egress policy).

Event History

Aug 5, 2026
CVE Published
via MITRE·12:26 PM
Data Sourced
via MITRE·12:26 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·01:24 PM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-71280?

CVE-2026-71280 has a severity rating of 8.5, categorized as high.

2

How does CVE-2026-71280 affect go-shiori?

CVE-2026-71280 allows for server-side request forgery (SSRF) through unrestricted bookmark URL fetching.

3

What are the potential impacts of CVE-2026-71280?

Exploitation of CVE-2026-71280 can lead to sensitive data exposure and unauthorized access to internal services.

4

How do I fix CVE-2026-71280?

To fix CVE-2026-71280, ensure that the method used to fetch URLs includes proper validation and checks for loopback, private, and unspecified addresses.

5

Who is affected by CVE-2026-71280?

Authenticated users of go-shiori who can create or update bookmarks are affected by CVE-2026-71280.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203