Live data from Hacker News

WhatsApp just downloaded 12k photos of other people's information on my phone

old.reddit.com

11–20 of 27 posts

Re: WhatsApp just downloaded 12k photos of other people's information on my phone

#11

This made me think about the case of mobile network operators recycling phone numbers. How does WhatsApp handle that? What about Telegram which isn’t e2e encrypted and stores everything on their servers by default? There are operators recycling numbers after less than a year of inactivity/zero balance on pre paid SIMs.

You can enable two-step verification to "lock" your number. But yeah, using phone number as your platform ID is a very bad thing (security and privacy wise). https://faq.whatsapp.com/general/verification/about-two-step...

Re: WhatsApp just downloaded 12k photos of other people's information on my phone

#12
> Someone seriously fucked up on META's side or Google.

On a tangential note, I find it super cringeworthy how quickly people fell for Facebook‘s rebranding and stopped calling it Facebook.

For me it’s Facebook with all it‘s negative connotations, not Meta.

Re: WhatsApp just downloaded 12k photos of other people's information on my phone

#13
I have always been a bit dubious about e2e encryption on whatsapp especially seeing how the forward message feature work.

Example: upload a few minutes long video to a whatsapp contact, depending on your phone connection it can take up to a few minutes. Then forward it to other contacts or group and it is done instantaneously. For the videos and images to be sent and retrieved instantaneously by my contacts when forwarded while I am using a crappy connection it means they are retrieved from some whatsapp servers which means there is at least some kind of man in the middle proxy-cache stuff involved.

I certainly cannot do the same on other apps I have used doing e2e encryption. On deltachat, atox, jami I have to send back again the data. While inconvenient when using a bad connection I am willing to get the tradeoff to have no mitm on any server. Anyone can share if there is a similar forwarding function on Signal?

Re: WhatsApp just downloaded 12k photos of other people's information on my phone

#14

This made me think about the case of mobile network operators recycling phone numbers. How does WhatsApp handle that? What about Telegram which isn’t e2e encrypted and stores everything on their servers by default? There are operators recycling numbers after less than a year of inactivity/zero balance on pre paid SIMs.

Telegram by default deletes all data after 6 months of inactivity. You can also set a password and configure two-step verification.

Re: WhatsApp just downloaded 12k photos of other people's information on my phone

#15
post #6

Screenshot/OP was deleted :-/

http://web.archive.org/web/20220107060808/https://old.reddit...

How new is "new phone"? Maybe OP bought a second hand phone, and all these images have been left behind in the "Whatsapp Images" directory. Especially if it's pictures of local people, I would guess someone local sold this phone to the store and it didn't get wiped properly.

I've actually bought a new phone once and it had someone's list of phone numbers. It still looked pretty new, so I guess someone bought it, used it for a week or two and returned it. I was just annoyed at the scummy seller...

Re: WhatsApp just downloaded 12k photos of other people's information on my phone

#16
post #4
post #3

Earlier quoted context omitted.

Someone mentioned on the reddit thread that after 200+ comments noone actually questioned if the story is true. On HN, there is one comment, and it does question if it's true. GOOD! I am curious if it's real or not. My bet is it's not. It's easy to screw up some downloading logic with overflows, one-off errors etc, but since WA is E2E encrypted, it would need a lot more "accident" in code to make this possible.

But this is about backups and the fact that this guy bought a new phone and started a data restore for Whatsapp from GoogleDrive, what if something is wrong there, maybe the backups are not even encrypted, even though everyone thinks they are.

My comment here: https://news.ycombinator.com/item?id=29838746

My first suspicion would be, "Define new". OP and you could be working on 2 different definitions of that word.

Re: WhatsApp just downloaded 12k photos of other people's information on my phone

#17

I have always been a bit dubious about e2e encryption on whatsapp especially seeing how the forward message feature work. Example: upload a few minutes long video to a whatsapp contact, depending on your phone connection it can take up to a few minutes. Then forward it to other contacts or group and it is done instantaneously. For the videos and images to be sent and retrieved instantaneously by my contacts when forw…

As much as I like to shit on FB and only use FB products when needs must, you can still have data uploaded to a 3rd party and still have it securely encrypted so only your intended receptants can read it.

For example: Alice wants to send Bob and Claire a encrypted video. Alice encrypts it with a random key and uploads that video to FB's servers, at that moment (given the understanding that encryption is still uncrackable without throwing billions of cores at the problem) only Alice can decrypt that video hosted on those servers.

Alice then takes the link and the key and encrypts that message with Bob's public key and again with Claires public key, Alice then sends the messages to Bob and Claire (Ideally Alice and Bob / Alice and Claire would use a key exchange algorithm to create a ephemeral session key which would then be used to encrypt the key for the video). The message containing the key being sent to Bob and Claire is a lot smaller than the video itself, so it can be sent alot quicker/reliably over the crappy connection. It also removes the need to send the large file to each of the receptants (data transmitted = size of video * number of receptants) as you only need upload it once.

Bob and Claire can now each decrypt the message they got from Alice, get the link and the key, download the video, decrypt the video and play it. To whoever it was caching the video data, its just random data.

If throwing processing time at the problem is the attack vector then you can "just" listen in and record the wire as the data is being transmitted even if its a P2P conenction because its very likely that the data you are transmitting is going to get passed along some hops on its way to the receptant no matter which platform you use. If the attack vector is the messaging platform adding their own keys to the encrypted files, then they are in a position where everything is busted wide open anyways so it comes down to trust of that platform.

I'm not saying FB/WhatsApp are trustworty or not. I personally don't like using their services but people I know IRL do use their services which means if I want to take part in those converstations then I have to too.

EDIT: HOWEVER (this thought only popped in my head after hitting post) this does lead to some information leakage, Even though the message platform can not decode the video, they would be in a position to know if Bob or Claire accessed the video if they also control the caching platform used.

Re: WhatsApp just downloaded 12k photos of other people's information on my phone

#18

I have always been a bit dubious about e2e encryption on whatsapp especially seeing how the forward message feature work. Example: upload a few minutes long video to a whatsapp contact, depending on your phone connection it can take up to a few minutes. Then forward it to other contacts or group and it is done instantaneously. For the videos and images to be sent and retrieved instantaneously by my contacts when forw…

If I were designing the tech, and people used it to forward videos and images to thousands of people, I wouldn't want to have thousands of copies of the file on my server, all locked behind different encryption keys.

Technically it's possible that: my client encrypts the file with locally generated key A and uploads it to WhatsApp's server. The server returns a URL. My client takes key A, and sends it to Bob along with the URL, and this message is encrypted with Bob's public key.

When I want to send the same file to Charlie, or Bob wants to send it to Dominic, my or Bob's client just needs the URL, and the key A...

Re: WhatsApp just downloaded 12k photos of other people's information on my phone

#20

I have always been a bit dubious about e2e encryption on whatsapp especially seeing how the forward message feature work. Example: upload a few minutes long video to a whatsapp contact, depending on your phone connection it can take up to a few minutes. Then forward it to other contacts or group and it is done instantaneously. For the videos and images to be sent and retrieved instantaneously by my contacts when forw…

Yeah well, you could just read some of the many docs describing how whatsapp works?

Forwarding media works because it’s just a small blob with a url to the encrypted file and the decryption key.

These things are super well understood, hundreds of independent parties have studied how whatsapp works.

see for example: https://github.com/ddz/whatsapp-media-decrypt

Post reply on HN