Live data from Hacker News

WhatsApp backdoor allows snooping on encrypted messages

theguardian.com

231–240 of 334 posts

Re: WhatsApp backdoor allows snooping on encrypted messages

#231

Without being open-source, who can assure that there isn't always encryption with a second backdoor key ? I can't easily even see a hash of my key, how do I know it has or hasn't changed? It's pretty easy to have a feature that only shows some of the keys changes and not all of them.

Even if it is open-source you still can't be sure unless you build the app yourself. Otherwise there's no way to know whether the source code you're reading is really the same code that's running on your phone.

Re: WhatsApp backdoor allows snooping on encrypted messages

#232
post #169

Earlier quoted context omitted.

It makes WhatsApp effectively not E2E encrypted. All messages can be recovered by Facebook. How is that NOT a backdoor?

No, all messages cannot be recovered by Facebook. Read the article - messages that are not yet delivered can potentially be read; if it has been delivered it cannot be retrieved.

You go read the article. The deciding factor is not whether the message has been delivered, but whether WhatsApp servers report to the device that the message has been delivered. There's nothing stopping them from claiming that no messages have been delivered and thus recovering all messages (as long as they had been preselected for false delivery reports) despite true delivery status.

Re: WhatsApp backdoor allows snooping on encrypted messages

#233

Earlier quoted context omitted.

I'd go further and say Moxie is complicit by way of negligence. It's unethical to assist in the implementation of your protocol when you can't guarantee its privacy protections will actually stand. Otherwise it's free PR for Facebook to tout "Snowden-approved crypto". I have no doubt Moxie acted in good faith and wanted to expand encryption to a large number of users, but this is just another example of why proprieta…

> OWS should denounce these implementations as least as firmly as they do open source Signal client forks. They don't. Moxie does not want the forks to use his servers or the name of his app, that is all.

Well since the server for Signal is closed source, the signal client forks are pretty much useless (correct me if I’m wrong)?

Re: WhatsApp backdoor allows snooping on encrypted messages

#234
post #101
post #79

Earlier quoted context omitted.

Whatsapp is both a server and a client. The server might be written in Erlang, but the client (where all the end-to-end encryption happens) is written in whatever the device can run.

The device runs machine code. Client code can be written in any language which can be either compiled or interpreted to machine code.

Android devices run Java, with an option for machine code for some functionality.

Re: WhatsApp backdoor allows snooping on encrypted messages

#235

Earlier quoted context omitted.

> OWS should denounce these implementations as least as firmly as they do open source Signal client forks. They don't. Moxie does not want the forks to use his servers or the name of his app, that is all.

Well since the server for Signal is closed source, the signal client forks are pretty much useless (correct me if I’m wrong)?

The server for the text messaging is open source, only calls, and other stuff is closed.

Re: WhatsApp backdoor allows snooping on encrypted messages

#236
> Boelter reported the backdoor vulnerability to Facebook in April 2016, but was told that Facebook was aware of the issue, that it was “expected behaviour” and wasn’t being actively worked on. The Guardian has verified the backdoor still exists.

This is really damning on the part of Facebook and WhatsApp! How could they just brush this off as "expected behavior" and wasn't being actively worked on? I guess their priorities are where a social media company like Facebook would have them be - make more avenues to monetize the usage.

The initial response from the WhatsApp spokesperson is just PR speak, and really terrible for a response (until the direct question came up and another statement was issued).

It's sad that Signal and Open Whisper Systems are being dragged in here, because many people may just look at the headline, probably skim the beginning of the article a little bit and assume that the OWS implementation is the culprit or that OWS is somehow complicit in this.

Re: WhatsApp backdoor allows snooping on encrypted messages

#237
post #225
post #218

Earlier quoted context omitted.

check out Ricochet. If i recall correctly, it uses blockchain type transport over tor.

how does that help, I think tor can be blocked..?

The GFW is able to recognise Tor usage.

> The firewall searches for a bunch of bytes which identify a network connection as Tor. If these bytes are found the firewall initiates a scan of the host which is believed to be a bridge. In particular the scan is run by seemingly arbitrary Chinese computers which connect to the bridge and try to “speak Tor” to it. If this succeeds, the bridge is blocked.

http://www.cs.kau.se/philwint/static/gfc/

Re: WhatsApp backdoor allows snooping on encrypted messages

#238

Earlier quoted context omitted.

Simple explanation would be that activists use Signal. [1] They don't trust WhatsApp and rely on Signal for secure messaging. Blocking Signal means they are able to target activists without impacting much of the rest of the population. [1] Many of the people I know who are activists in countries where they need to protect their identities use Signal

I wouldn't trust whatsapp even before this revelation. I would never trust a closed source messaging app if I was an activist, regardless of what encryption they claim to implement.

The security of a system is only as strong as it's weakest link, which in this case is the system software (OS and drivers) and hardware. Imagine that baseband-hardware has been fitted with a backdoor that simply says "encrypt all textual input and send to this address". Even better to piggy back to a well-known endpoint, like Facebook, then compromise that (which is easy if you're a state actor). The only thing that really saves us is that it's just too much data! (Well, that and the fact that most of us are happily playing the games of commerce, and not particularly interesting to state security services.)

Re: WhatsApp backdoor allows snooping on encrypted messages

#239
post #226

Earlier quoted context omitted.

It is in fact all messages. They can simply not deliver the first message and force a resend record that mesaage. Afterwards force again a resend with the old encryption key and deliver that mesaage. No one would get a notification.

I can see how you would leave the receiver in the dark by sending them the original, deferred message, but how would asking the sender's device to resend with a different key not result in a notification? Furthermore, as soon as the sender attempts to deliver another message to the recipient, they would get another notification (because the encryption key changed back to the real key); alternatively the attacker coul…

Yes, you are right. But I think most people did not enable the security option so they wouldn't detect any interception of messages.

Re: WhatsApp backdoor allows snooping on encrypted messages

#240

Earlier quoted context omitted.

I wouldn't trust whatsapp even before this revelation. I would never trust a closed source messaging app if I was an activist, regardless of what encryption they claim to implement.

Good point. At least as a technical person, I would like to use an open-source messaging application. Of course I'm not going to read the source code but at least I'm sure developers behind the app do not open a backdoor for someone else.

While I'm totally the same in this regard, this does feel a bit like an open-source version of the bystander effect.
Post reply on HN