CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-33544

High
Published: Translated: NVD NIST

Summary

Tinyauth to serwer autoryzacji i uwierzytelniania. W wersjach przed 5.0.5, wszystkie trzy implementacje usług OAuth przechowują weryfikatory PKCE i tokeny dostępu jako mutowalne pola struktur w singletonach, co prowadzi do warunków wyścigu, gdy dwóch użytkowników jednocześnie inicjuje logowanie OAuth dla tego samego dostawcy.

Risk Assessment

W wyniku tej podatności, jeden użytkownik może otrzymać sesję z tożsamością innego użytkownika, co stwarza poważne zagrożenie dla bezpieczeństwa danych użytkowników.

Recommendation

Zaleca się aktualizację do wersji 5.0.5 lub nowszej, aby usunąć tę podatność i zabezpieczyć system przed nieautoryzowanym dostępem.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS