You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
m1dok
changed the title
'Authorization' Header does not check correctly if Basic is really in Base64
Server does not check correctly if 'Authorization' Header is really in Base64
May 17, 2023
If sent an authorization header and base64 string is malformed or not base64, the server crash and returns 500 internal server error.
Probably in line 585 of interfaces, you assume the string is base64 and decode it without checking it or handling exceptions.
The text was updated successfully, but these errors were encountered: