CVE-2026-33544 HIGH

CVE-2026-33544: Tinyauth has OAuth account confusion via shared mutable state on singleton service instances

Vendor Steveiliop56
Product tinyauth
Weakness CWE-362
Published April 2, 2026
Last update April 3, 2026

CVSS base score

7.7/10
Attack vector Network
Attack complexity High
Privileges required Low
User interaction Required
Confidentiality High
Integrity High

CVSS vector

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

April 2, 2026 CVE published
April 3, 2026 Record updated