Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(security): compare auth token in constant time #3740

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

NewbieOrange
Copy link
Contributor

@NewbieOrange NewbieOrange commented Mar 6, 2023

Alist tokens have constant length (i think?), so leaking length info should not be a concern for us. (subtle.ConstantTimeCompare returns immediately if length not equal)

Fixes #3739

@xhofe xhofe merged commit d484219 into AlistGo:main Mar 6, 2023
@NewbieOrange NewbieOrange deleted the fix-secure-compare branch March 6, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timing attack vulnerability on token authorization
3 participants