CVE-2026-71280
- EPSS 0.18%
- Veröffentlicht 05.08.2026 12:26:26
- Zuletzt bearbeitet 10.08.2026 12:17:30
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).
CVE-2026-71206
- EPSS 0.22%
- Veröffentlicht 05.08.2026 06:59:06
- Zuletzt bearbeitet 10.08.2026 12:17:24
Shiori's CheckToken function (internal/domains/auth.go) validates only the JWT's HMAC signature and returns the embedded claims.Account object unmodified, never re-fetching the account from the database. No session store or token-revocation mechanism...
CVE-2026-61463
- EPSS 0.37%
- Veröffentlicht 13.07.2026 17:22:59
- Zuletzt bearbeitet 13.07.2026 19:49:37
Shiori contains a privilege escalation vulnerability in the account update endpoint that allows authenticated users to modify the owner field without authorization checks. Attackers can escalate to administrator by submitting a crafted PATCH request ...
CVE-2025-60538
- EPSS 0.38%
- Veröffentlicht 09.01.2026 00:00:00
- Zuletzt bearbeitet 22.01.2026 21:39:49
A lack of rate limiting in the login page of shiori v1.7.4 and below allows attackers to bypass authentication via a brute force attack.