- Year: 2018
- Impact: ~50 million accounts affected
- Cause: Access token vulnerability in "View As" feature
- Lesson: Proper access control + session invalidation is critical.
- Year: 2016
- Impact: Attackers gained access to driver and rider data
- Cause: Hardcoded tokens and weak authentication
- Lesson: Never store secrets in client apps.
- Year: 2021
- Impact: 70TB of data scraped
- Cause: No authentication + insecure API endpoints
- Lesson: Always enforce authentication and rate limiting.