|
|
|
|
|
by cyrusaf
2987 days ago
|
|
This is not what happened. The tokens were mapped to user IDs and when people signed in, the db created new users which may have had the same IDs as old deleted accounts. When they restored the DB, these tokens pointed to other users and granted access to these other users' accounts. Quite an unfortunate situation. May have been mostly avoidable if UUIDs were used instead of incrementing IDs, but hindsight is 20/20. |
|
Do they mean that the only potentially exposed accounts are those that signed up after the database was restored?