Lunduke
News • Science & Tech
The Tea App Breach - 60GB of Personal Info
Selfies, Drivers Licenses, & Locations. All made publicly available by the developer.
July 25, 2025
post photo preview

The “Tea App” — an online dating app marketed as a dating tool that “protects women” — has been hacked. And a lot of data has been exposed. An extreme amount.

Not the first major breach this year. And it certainly won’t be the last.

 

First published over on 4Chan (of course), the “hack” of Tea App wasn’t even really much of a “hack”. The developers of Tea App apparently simply left the user data open for the world to download at their leisure.

And Tea App was becoming pretty popular — which means roughly 60 GB of user data was made available before the developers finally thought about locking things down.

 

What kind of data was made publicly available — because, presumably, the developers simply didn’t think about “security” much — by this Tea App Hack?

Selfies. Drivers licenses. All manner of private information which will, no doubt, be exploited by unscrupulous types over the days to come.

 

Even worse — meta data appears to have been preserved on uploaded photos. Meaning that many of the user selfies included location data (in addition to the address on the drivers license). Which said unscrupulous types have already begun using to create maps of Tea App users.

 

The developers of Tea App have put out a statement which says 59,000 images used for “account verification” were made available (read: Government ID). Which would already be catastrophic… however a quick look at details of the data (including the file size alone) would suggest that number could be much, much larger.

Here is the full statement from the developer:

 

Which brings us to an important lesson which we — as humans — never seem to learn:

If user data is stored, it will get hacked.

It’s simply a matter of time.

There are currently close to 15 Billion (with a B) accounts listed on Have I Been Pwned. And those are simply from hacks and breaches which were reported to that one website.

 

The reality is, the vast majority of hacks and data breaches are never made publicly known. Either by the people doing the hacking, or by the company / government which got hacked.

As systems continue to grow ever more complex and interconnected — and more systems become AI-developed (aka “Vibe Coded”) — these hacks and breaches become easier to pull off.

Combine that with the ever-expanding quantity of data — and the growing number of services storing it — and we are quickly reaching a point where everyone will have at least some of their data breached at some point. For some people it will happen regularly. Repeatedly.

And those will just be the breaches we find out about.

The only way to minimize the damage of such hacks & breaches is to minimize the amount and type of data stored, long term, by a service.

  • Need pictures of government ID for age verification? Delete that picture immediately after verification.

  • Need payment and shipping information? Delete all of it immediately after payment is processed and shipment is verified.

  • Need location data (GPS, IP, etc.)? Delete it immediately once done with it.

You get the point. Unless a piece of personal data is absolutely 100% necessary, delete it.

It’s hard for a hacker to obtain files… that aren’t there.

community logo
Join the Lunduke Community
To read more articles like this, sign up and join my community today
5
What else you may like…
Videos
Podcasts
Posts
Articles
September 21, 2025
openSUSE Removes File System Due to Developer "Behavior"

The openSUSE Linux project says they will re-add BCacheFS support "Once the BCacheFS maintainer behaves".

More from The Lunduke Journal:
https://lunduke.com/

00:07:32
September 19, 2025
The Violent Extremism of Tech Conferences

Tech Conferences - big and small, from Open Source to Big Tech - have been heavily promoting Leftist Extremism... often including encouraging violence.

More from The Lunduke Journal:
https://lunduke.com/

00:22:25
September 18, 2025
How Much of Linux is Antifa?

"GNOME is Antifa," says GNOME. "See you in prison I guess," says Elementary OS founder. Antifa is everywhere in Open Source.

More from The Lunduke Journal:
https://lunduke.com/

00:14:35
November 22, 2023
The futility of Ad-Blockers

Ads are filling the entirety of the Web -- websites, podcasts, YouTube videos, etc. -- at an increasing rate. Prices for those ad placements are plummeting. Consumers are desperate to use ad-blockers to make the web palatable. Google (and others) are desperate to break and block ad-blockers. All of which results in... more ads and lower pay for creators.

It's a fascinatingly annoying cycle. And there's only one viable way out of it.

Looking for the Podcast RSS feed or other links? Check here:
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

The futility of Ad-Blockers
November 21, 2023
openSUSE says "No Lunduke allowed!"

Those in power with openSUSE make it clear they will not allow me anywhere near anything related to the openSUSE project. Ever. For any reason.

Well, that settles that, then! Guess I won't be contributing to openSUSE! 🤣

Looking for the Podcast RSS feed or other links?
https://lunduke.locals.com/post/4619051/lunduke-journal-link-central-tm

Give the gift of The Lunduke Journal:
https://lunduke.locals.com/post/4898317/give-the-gift-of-the-lunduke-journal

openSUSE says "No Lunduke allowed!"
September 13, 2023
"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

This episode is free for all to enjoy and share.

Be sure to subscribe here at Lunduke.Locals.com to get all shows & articles (including interviews with other amazing nerds).

"Andreas Kling creator of Serenity OS & Ladybird Web Browser" - Lunduke’s Big Tech Show - September 13th, 2023 - Ep 044

Programming on My iPad Mini?

Yes, I actually programmed on my iPad Mini while watching sports from my Lay-z-boy chair. I almost titled this “ChatGPT Codex wrote my code while I slept” but the truth is that I wasn’t sleeping, but I could have been. Strap in folks, this agentic software development continues its crazy march.

Earlier I wrote about having whipped together a utility to create “create table” sql from a csv or excel spreadsheet. I had 4 csv’s I wanted to bring into Snowflake and with Kilo Code (a VS Code Plugin) and Grok 4 Code Fast I had a working python script in likely less time than manually creating the sql. And now I have this reusable utility. I then used OpenAI Codex CLI to mature the code into an open source project architected to support any number of sql dialects, starting with Snowflake and MySql.

This next step is using Codex Web client at www.chatgpt.com/codex. It’s the same coding LLM whether it’s called from the command line, a VS Code ...

September 24, 2025

The AI Dev Life - Allows Easy Utility Creation

I am loving the AI enhanced development life. We are way past merely going to a chatbot and asking "ChatGPT/Claude to write code for xyz". That was already quite nice, but now I'm senior solutions architect, project manager and scrum master - and I have a team of AI agents who work for me. I kid you not, it feels a LOT like this. Here's an example.

I am working on a database project and need to bring 4 csv's into Snowflake. The tables don't yet exist, and I want to quickly create the DDL sql to create them based on the csv and it's filed names. I used Cusror, Kilo Code pluggin and Grok 4 Code Fast as the LLM and had my 4 ddl's created in 20 minutes. I now have python code that I can run on any new csv's in the future.

But wait - there's more. I know that such a tool is useful for pretty much anybody. So I'm using OpenAI Codex to turn it into an OpenSource project that I'll have on github soon. I had Codex perform a code review and create...

Just went into a principals office and she had this on her table. Awesome, and now I want to get one.

September 18, 2025
Final Reminder: Lifetime Price Increase in 24 hours

This is just a super quick reminder (so no body misses out):

This Friday (September 19th), the price of a new Lifetime Subscription to The Lunduke Journal will be increasing from $200 to $300.

Which means: If you want to pick up a new Lifetime Subscription for the lower price, simply grab one (via Locals, Substack, or Bitcoin) by Thursday night (Sep 18th). That’s roughly 24 hours from the moment I am writing these words.

Obviously, once you have a Lifetime Subscription you’re set. You know. For life.

I wanted to give all of you some notice so you could grab one at the lower rate.

Also worth noting: The Lunduke Journal has phased out sales and discount promotions. The current price of a subscription is the best price.

This will be the final reminder before the change goes into effect.

-Lunduke

Read full Article
September 15, 2025
post photo preview
Lunduke Livestream: Tue, Sep 16 at 1pm Eastern

The Lunduke Journal regular live-streaming is back! The next show is Tuesday, September 16th (tomorrow) at 1pm Eastern (10am Pacific, 5pm UTC).

You can catch the live video, for free, on X, Rumble, YouTube, & Locals.

We’ve got a lot of Tech News to cover — and who knows what stories will pop up between now and then!

Time permitting, we’ll also be doing a little Nerdy Q & A. So, if you’ve got something you’d like to ask, join us in one of the chat rooms!

Also, quick reminder that the price of new Lifetime Subscription is going up this Friday. If you want one at the lower price, now’s your moment. We’ve also added some new perks for subscribers worth checking out.

See you nerd tomorrow!

-Lunduke

Read full Article
September 14, 2025
New Lunduke Journal Sub Perks, Lifetime Price Increase Next Week

A quick update: There are some new perks for Lunduke Journal subscribers, and an upcoming price increase for new Lifetime Subscriptions (if you want one of those at the lower price, you have a couple days).

All the details below.

Lifetime Subscription Price Increase

This coming Friday (September 19th), the price of a new Lifetime Subscription to The Lunduke Journal will be increasing from $200 to $300. I wanted to give all of you a few days notice so you could grab one at the lower rate.

If you want to pick up a Lifetime Subscription for the lower price, simply grab one (via Locals, Substack, or Bitcoin) by Thursday night (Sep 18th).

The prices for new Yearly and Monthly subscriptions will remain the same. No changes.

Reminder: The Lunduke Journal has phased out sales and discount promotions. The current price of a subscription is the best price.

New Perks for Lunduke Journal Subscribers

I am working on adding a few new perks for Lunduke Journal subscribers — a way of saying “Thank You” for making this work possible (while still keeping all of the articles and shows free for the world).

Here are the perks as of today.

Perks for all Subscribers (Monthly, Yearly, and Lifetime):

Note: The eBooks & Games are currently only available on Locals & Substack (due to platform features). Those perks will also become available to subscribers on X, YouTube, & Patreon next week. Stay tuned for access details.

Additional (Optional) Perks only for Lifetime Subscribers:

  • The Lunduke Journal will follow your account on X.

  • Your name (real, or internet handle) listed in a special thanks slide at the end of new Lunduke Journal videos.

Both of these perks are 100% optional.

If you are a Lifetime Subscriber, and would like to take advantage of either (or both), simply email “bryan at lunduke.com” with the subject line “Lifetime Perk” (that part is important, I get so many emails this will help me see yours) and include a link to your X profile and/or the way you want your name to appear at the end of videos.

One of the nice parts of having Lunduke Journal follow your X account… is it will make it far easier (and more likely) for me to see your comments.

Thank You

I am working to expand all of the regular perks (books, etc.) to subscribers across all platforms (which was a little tricky, considering the differences in each platform, but I managed to figure out how to do it) — while adding a few new ones as well.

Nothing crazy, just a way of saying “Thank You”.

Seriously.

From the bottom of my heart, thank you for your support. The Lunduke Journal is only possible thanks to each and every one of you.

-Lunduke

Read full Article
See More
Available on mobile and TV devices
google store google store app store app store
google store google store app tv store app tv store amazon store amazon store roku store roku store
Powered by Locals