Spotify BigBird
In mid-2013, Spotify fixed a security bug that could allow an adversary to take over any user's account. This also includes admin users! Let's find out what the security bug was and how to eliminate it in our programs.
In mid-2013, Spotify fixed a security bug that could allow an adversary to take over any user's account. This also includes admin users! Let's find out what the security bug was and how to eliminate it in our programs.
In June 2013, Spotify fixed a funny security bug that could have let a bad person take control of any user's account. The bug happened because Spotify didn't handle special letters like β in usernames properly. This let the bad person mess things up.
Letβs head to the lab to discover, debug, and fix this vulnerability within an actual application.
Unicode can be tricky, creating tricky situations. Picking the right normalizer and using it before checking strings can help us match what we want.