GHSA-9q5m-jfc4-wc92 · Severity: high · Ecosystem: go — Tinyauth has OAuth account confusion via shared mutable state on singleton service instances
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.
Conclusion & alert: CVE-2026-33544 is rated Exploit Available (55/100): CVSS High severity, with low exploitation likelihood (EPSS 0.34%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.04% | 0.34% | +0.30% |
| 2 | 2026-04-03 | — | 0.04% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.7 | 3.1 | HIGH |
|
1.3 | 5.8 | [email protected] |
GHSA-9q5m-jfc4-wc92 · Severity: high · Ecosystem: go — Tinyauth has OAuth account confusion via shared mutable state on singleton service instances
| URL | Tags |
|---|---|
| https://github.com/steveiliop56/tinyauth/commit/f26c2171610d5c2dfbba2edb6ccd39490e349803 | Patch |
| https://github.com/steveiliop56/tinyauth/releases/tag/v5.0.5 | Product Release Notes |
| https://github.com/steveiliop56/tinyauth/security/advisories/GHSA-9q5m-jfc4-wc92 | Exploit Mitigation Vendor Advisory |