VYPR
Vendor

Go Shiori

Products
1
CVEs
4
Across products
4
Status
Private

Products

1

Recent CVEs

4
  • CVE-2026-71280HigAug 5, 2026
    risk 0.55cvss 8.5epss 0.00

    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-71206HigAug 5, 2026
    risk 0.54cvss 8.3epss 0.00

    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-2025-60538MedJan 9, 2026
    risk 0.42cvss 6.5epss 0.00

    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.

  • CVE-2026-61463HigJul 13, 2026
    risk 0.00cvss 8.8epss 0.00

    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…