this post was submitted on 25 Jul 2025
557 points (97.8% liked)

Technology

73254 readers
3846 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Users from 4chan claim to have discovered an exposed database hosted on Google’s mobile app development platform, Firebase, belonging to the newly popular women’s dating safety app Tea. Users say they are rifling through peoples’ personal data and selfies uploaded to the app, and then posting that data online, according to screenshots, 4chan posts, and code reviewed by 404 Media.

you are viewing a single comment's thread
view the rest of the comments
[–] sunglocto@lemmy.dbzer0.com 198 points 1 day ago (6 children)

This is what happens when you decide to vibecode a service with zero attention to safety or web development. This is why you don't immediately jump onto a new service without it being vetted properly. Now one of the worst communities on the Internet is in possession of over a hundred thousand women's driving licenses and faces. This is going to be an absolute disaster.

[–] Darrell_Winfield@lemmy.world 147 points 1 day ago (3 children)

This is ALSO why no service should ever require or get my driver's license information. Fuck that. Also, yet another Constance to those who can't afford a car or want to improve the environment by living car free.

[–] shiroininja@lemmy.world 28 points 1 day ago (1 children)

My only exception to that are uber drivers. But then again we live in an age where somehow better help has become popular, even though they sell your data.

[–] XTL@sopuli.xyz 7 points 1 day ago

I disagree on even that. It should be enough to have some trusted "notary" tick a box that they have verified your driver's license as valid. It should not be stored out sent anywhere at any time. Just showed to a human. Regularly, if needed.

[–] JackbyDev@programming.dev 5 points 17 hours ago

Instead, just prove you have a credit card by submitting the details. Also totally safe. Be sure to include the CVV, please!

[–] Alaik@lemmy.zip 2 points 21 hours ago

The only site I ever felt comfortable scanning shit like that into was a site that sold things only to military/medics/fire fighters so I had to upload my medic license and my FF cert.

Anything beyond that is a no go from me.

[–] 4am@lemmy.zip 61 points 1 day ago (2 children)

Now now, I like to shit on vibecoders too but let’s not pretend this is some new problem.

Idiots leave databases on cloud servers exposed all the time rather than deal with their companies often arcane rules for generating certificates

[–] Passerby6497@lemmy.world 3 points 1 day ago (1 children)

Where do you think the AI learned it?

Like, I get that competent coders do it too, but now any skiddie with an idea can cosplay as a developer so this is going to be so much more prevelant

[–] Maeve@kbin.earth 1 points 19 hours ago

That's not new, either.

[–] panda_abyss@lemmy.ca 24 points 1 day ago

To be fair, I’m not sure why firebase even has a public access option. That’s a recipe for issues.

Though if it’s anything like Google Cloud Store, they hopefully make it very clear that your bucket is public.

[–] Eheran@lemmy.world 19 points 1 day ago (3 children)

How is something "vetted properly" and how do I find out about that?

[–] Hupf@feddit.org 20 points 1 day ago

You wait a while until something like this happens.

[–] thymos@discuss.tchncs.de 6 points 1 day ago (1 children)

This is something I worry about all the time as well, especially since I've started to learn how to code and experienced how easy it is to mess up and send a list with all registered users to everyone opening a page. (This was in a test environment.)

As a user, there is no proper way I know of to verify an app's security. Most apps are closed source, but even if you could view the code, what would you look for?

Both Apple and Google have a verification process for apps that are published in their app stores, but if these worked, we wouldn't see this happening.

There are academic researchers working on apps and privacy as well, but it's not like you can ask them for a report on an app you're thinking of installing.

I think it basically comes down to trust. Check if a developer has messed up in the past and how they dealt with that, that sort of stuff. And for dating apps there is this interesting article: https://www.privacyguides.org/articles/2025/06/24/queer-dating-apps-beware-who-you-trust/#reducing-the-risks-when-using-dating-apps

It's a long read (haven't fully read it myself yet) and it paints a bleak picture, but that's the world we live in today.

[–] troglodyke@lemmy.federate.cc 1 points 2 hours ago

You can pay for a 3rd party to penetration test your app, it's good practice to do this before you launch an app, after any significant changes, and annually at a minimum.

There are also a growing number of companies offering continuous penetration testing - basically, automated pen tests - but these are expensive and it's difficult to convince companies that the cost is worth it

[–] zarkanian@sh.itjust.works 2 points 13 hours ago

Anybody oblivious enough to create something like this isn't someone you should trust your most private data with. This service had red flags from the concept phase, never mind the execution.

This is not to say, of course, that the victims deserved it. It just really sucks that they had to learn this lesson this way.