Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/steveiliop56/tinyauth
  4. ›
  5. CVE-2026-33544

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

April 1, 2026

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.

References

  • github.com/advisories/GHSA-9q5m-jfc4-wc92
  • github.com/steveiliop56/tinyauth
  • github.com/steveiliop56/tinyauth/security/advisories/GHSA-9q5m-jfc4-wc92
  • nvd.nist.gov/vuln/detail/CVE-2026-33544

Code Behaviors & Features

Detect and mitigate CVE-2026-33544 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.0.1-0.20260401140714-fc1d4f2082a5

Fixed versions

  • 1.0.1-0.20260401140714-fc1d4f2082a5

Solution

Upgrade to version 1.0.1-0.20260401140714-fc1d4f2082a5 or above.

Impact 7.7 HIGH

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

Learn more about CVSS

Weakness

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

Source file

go/github.com/steveiliop56/tinyauth/CVE-2026-33544.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 04 Apr 2026 00:17:30 +0000.