Toutes les vulnérabilités
CRITICALAI/LLMexploited in the wild

AI-TEA-APP-BREACH-2025

AI coding · Tea (dating-safety app)

Résumé

The Tea women's-safety app left a Google Firebase Storage bucket publicly accessible with no authentication and directory listing enabled, exposing roughly 72,000 images including about 13,000 verification selfies and government IDs (driver's licenses, passports) and about 59,000 images from posts and messages; a separate exposed datastore leaked over 1 million private user messages. The stolen data was dumped on 4chan, fueling doxxing and harassment. Analysis showed hallmarks of rapidly built apps, including hardcoded API keys and client tokens in the source and an unsecured legacy storage system retained after a 2024 migration.

Comment l’éviter dans votre code

  • Require authentication on all storage buckets; disable public access and directory listing.
  • Remove hardcoded API keys/client tokens from source; load secrets from a vault and rotate leaked ones.
  • Decommission legacy/unsecured datastores after migrations; verify no orphaned exposure.
  • Run security review and pentest on rapidly built apps before launch, especially those holding PII/IDs.
  • Encrypt sensitive PII (IDs, selfies) and enforce least-privilege access policies.

Références

Vulnérabilités liées

Tout AI/LLM →