Search Results (4 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-71280 1 Go-shiori 1 Shiori 2026-08-10 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, IsPrivate, IsUnspecified, or IsLinkLocalUnicast checks).
CVE-2026-71206 1 Go-shiori 1 Shiori 2026-08-10 8.2 High
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 exists in the codebase.
CVE-2026-61463 1 Go-shiori 1 Shiori 2026-07-13 8.8 High
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 with owner: true, then re-authenticate to obtain an admin JWT token granting full system access.
CVE-2025-60538 1 Go-shiori 1 Shiori 2026-01-22 6.5 Medium
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.