UNKNOWNCVE-2026-33544
Tinyauth has OAuth account confusion via shared mutable state on singleton service instances
Platform
go
Component
tinyauth
Fixed in
5.0.5
Tinyauth is an authentication and authorization server. Prior to version 5.0.5, all three OAuth service implementations (GenericOAuthService, GithubOAuthService, GoogleOAuthService) store PKCE verifiers and access tokens as mutable struct fields on singleton instances shared across all concurrent requests. When two users initiate OAuth login for the same provider concurrently, a race condition between VerifyCode() and Userinfo() causes one user to receive a session with the other user's identity. This issue has been patched in version 5.0.5.
How to fix
Actualice tinyauth a la versión 5.0.5 o superior. Esta versión corrige una condición de carrera que permite a un usuario recibir una sesión con la identidad de otro usuario durante el inicio de sesión de OAuth.
Monitor your dependencies automatically
Get notified when new vulnerabilities affect your projects. Free forever.
Start free