Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Tinyauth has OAuth account confusion via shared mutable state on singleton service instances
Vulnerability 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.
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N
Vulnerability Type
使用共享资源的并发执行不恰当同步问题(竞争条件)
Vulnerability Title
Tinyauth 竞争条件问题漏洞
Vulnerability Description
Tinyauth是Stavros个人开发者的一个认证授权服务器。 Tinyauth 5.0.5之前版本存在竞争条件问题漏洞,该漏洞源于OAuth服务存在竞争条件,可能导致会话劫持。
CVSS Information
N/A
Vulnerability Type
N/A