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.
References
| Link | Resource |
|---|---|
| https://github.com/go-shiori/shiori |
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-05 08:16
Updated : 2026-08-26 17:36
NVD link : CVE-2026-71206
Mitre link : CVE-2026-71206
CVE.ORG link : CVE-2026-71206
JSON object : View
Products Affected
No product.
CWE
CWE-613
Insufficient Session Expiration
