• 0 Posts
  • 7 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle



  • creating a backdoor to access plaintext messages is still very difficult if the app is well audited

    Well audited is key, this attack likely works by doing something like adding Meta to the list of trusted devices, then hiding itself from the list (either because of code in the client or because it the meta device is only added for a moment), so the backdoor wouldn’t be send_all_messages_to_hq(), it would be in the code to list trusted devices, either explicitly hiding some devices or some sort of refresh timer that’s known so you can avoid being there when the UI is updated).

    Or it works through the some other mechanism that still preserves E2E encryption.


  • People not understanding how security threats actually work is why everything is so broken these days.

    If I encrypt a message with public key material for which the only private key material that can decrypt the message is in only my possession,

    If you do it by hand sure.

    If you put the message into an app then the app is trusted to not leak the message. What is described in the article is that Whatsapp can instruct clients to send a copies of the message from the app to their server.

    There is nothing stopping any messaging app doing this, having decentralized servers and 3rd party clients wouldn’t stop this but it would make it much easier to protect yourself from the attack.