Home

Description

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.

PUBLISHED Reserved 2026-03-20 | Published 2026-04-02 | Updated 2026-04-03 | Assigner GitHub_M




HIGH: 7.7CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N

Problem types

CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Product status

< 5.0.5
affected

References

github.com/...nyauth/security/advisories/GHSA-9q5m-jfc4-wc92

github.com/...ommit/f26c2171610d5c2dfbba2edb6ccd39490e349803

github.com/steveiliop56/tinyauth/releases/tag/v5.0.5

cve.org (CVE-2026-33544)

nvd.nist.gov (CVE-2026-33544)

Download JSON