Wednesday, January 24, 2024

Why Receipt Notifications Increase Security In Signal

This blog post is aimed to express and explain my surprise about Signal being more secure than I thought (due to receipt acknowledgments). I hope you find it interesting, too.

Signal, and especially its state update protocol, the Double Ratchet algorithm, are widely known for significantly increasing security for instant messaging. While most users first see the end-to-end security induced by employing Signal in messaging apps, the properties achieved due to ratcheting go far beyond protecting communication against (active) attackers on the wire. Due to updating the local device secrets via the Double Ratchet algorithm, the protocol ensures that attackers, who temporarily obtain a device's local storage (on which Signal runs), only compromise confidentiality of parts of the communications with this device. Thus, the leakage of local secrets from a device only affects security of a short frame of communication. The exact duration of compromise depends on the messaging pattern among the communicating parties (i.e., who sends and receives when), as the state update is conducted during the sending and receiving of payload messages.


The Double Ratchet

The Double Ratchet algorithm consists of two different update mechanisms: the symmetric ratchet and the asymmetric ratchet. The former updates symmetric key material by hashing and then overwriting it with the hash output (i.e.,  k:=H(k)). Thus, an attacker, obtaining key material can only predict future versions of the state but, due to the one-wayness of the hash function, cannot recover past states. The asymmetric ratchet consists of Diffie-Hellman key exchanges (DHKE). If, during the communication, party A receives a new DH share gb as part of a message from the communication partner B, then A samples a new DH exponent a and responds with the respective DH share ga in the next sent message. On receipt of this DH share, B will again sample a new DH exponent b' and attach the DH share gb' to the next message to A. With every new DH share, a new DHKE gab is computed among A and B and mixed into the key material (i.e., k:=H(k,gab)). For clarity, I leave out a lot of details and accuracy. As new DH shares ga and gb are generated from randomly sampled DH exponents a and b, and the computation of gab is hard if neither a nor b are known, the key material recovers from an exposure of the local secrets to an attacker after a new value gab was freshly established and mixed into it. Summing up this mechanism, if an attacker obtains the local state of a Signal client, then this attacker cannot recover any previously received message (if the message itself was not contained in the local state), nor can it read messages that are sent after a new gab was established and mixed into the state. The latter case happens with every full round-trip among A and B (i.e., A receives from B, A sends to B, and A receives again from B).
Conceptual depiction of Double Ratchet in Signal two years ago (acknowledgments were only protected between client and server). The asymmetric ratchet fully updates the local secrets after one round-trip of payload messages.

Research on Ratcheting

During the last two years, the Signal protocol inspired the academic research community: First, a formal security proof of Signal was conducted [1] and then ratcheting was formalized as a generic primitive (independent of Signal) [2,3,4]. This formalization includes security definitions that are derived via 1. defining an attacker, 2. requiring security unless it is obvious that security cannot be reached. Protocols, meeting this optimal notion of security, were less performant than the Double Ratchet algorithm [3,4]. However, it became evident that the Double Ratchet algorithm is not as secure as it could be (e.g., recovery from exposure could be achieved quicker than after a full round-trip; see, e.g., Appendix G of our paper [3]). Afterwards, protocols (for slightly weakened security notions) were proposed that are similarly performant as Signal but also a bit more secure [5,6,7].

Protecting Acknowledgments ...

In our analysis of instant messaging group chats [8] two years ago (blog posts: [9,10]), we found out that none of the group chat protocols (Signal, WhatsApp, Threema) actually achieves real recovery from an exposure (thus the asymmetric ratchet is not really effective in groups; a good motivation for the MLS project) and that receipt acknowledgments were not integrity protected in Signal nor WhatsApp. The latter issue allowed an attacker to drop payload messages in transmission and forge receipt acknowledgments to the sender such that the sender falsely thinks the message was received. Signal quickly reacted on our report by treating acknowledgments as normal payload messages: they are now authenticated(-encrypted) using the Double Ratchet algorithm.

... Supports Asymmetric Ratchet

Two years after our analysis, I recently looked into the Signal code again. For a training on ratcheting I wanted to create an exercise for which the lines in the code should be found that execute the symmetric and the asymmetric ratchet respectively. Somehow I observed that the pure symmetric ratchet (only updates via hash functions) was nearly never executed (especially not when I expected it) when lively debugging the app but almost always new DH shares were sent or received. I realized that, due to encrypting the receipt acknowledgments now, the app always conducts full round-trips with every payload message. In order to observe the symmetric ratchet, I needed to temporarily turn on the flight mode on my phone such that acknowledgments are not immediately returned.
Conceptual depiction of Double Ratchet in Signal now (acknowledgments encrypted). The asymmetric ratchet fully updates the local secrets after an acknowledgment for a message is received.

Consequently, Signal conducts a full DHKE on every sent payload message (in case the receiving device is not offline) and mixes the result into the state. However, a new DH exponent is always already sampled on the previous receipt (see sketch of protocol above). Thus, the exponent for computing a DHKE maybe remained in the local device state for a while. In order to fully update the state's key material, two round-trips must be initiated by sending two payload messages and receiving the resulting two acknowledgments. Please note that not only the mandatory receipt acknowledgments are encrypted but also notifications on typing and reading a message.

If you didn't understand exactly what that means, here a tl;dr: If an attacker obtains your local device state, then with Signal all previous messages stay secure and (if the attacker does not immediately use these secrets to actively manipulate future conversations) all future messages are secure after you wrote two messages (and received receipt acknowledgments) in all of your conversations. Even though this is very (in practice certainly sufficiently) secure, recent protocols provide stronger security (as mentioned above) and it remains an interesting research goal to increase their performance.

[1] https://eprint.iacr.org/2016/1013.pdf
[2] https://eprint.iacr.org/2016/1028.pdf
[3] https://eprint.iacr.org/2018/296.pdf
[4] https://eprint.iacr.org/2018/553.pdf
[5] https://eprint.iacr.org/2018/889.pdf
[6] https://eprint.iacr.org/2018/954.pdf
[7] https://eprint.iacr.org/2018/1037.pdf
[8] https://eprint.iacr.org/2017/713.pdf
[9] https://web-in-security.blogspot.com/2017/07/insecurities-of-whatsapps-signals-and.html
[10] https://web-in-security.blogspot.com/2018/01/group-instant-messaging-why-baming.html

More articles


  1. Tools 4 Hack
  2. New Hacker Tools
  3. Free Pentest Tools For Windows
  4. Pentest Tools List
  5. Beginner Hacker Tools
  6. Hacking Tools Hardware
  7. Underground Hacker Sites
  8. Hacker Techniques Tools And Incident Handling
  9. Install Pentest Tools Ubuntu
  10. Hacker Tools Windows
  11. Hacker Tools For Windows
  12. Pentest Tools For Android
  13. Hacker Tools Windows
  14. Hacker Tools 2019
  15. Pentest Tools List
  16. Hack Rom Tools
  17. Hack Tools Github
  18. Hacker Tools For Ios
  19. Hacking Tools Windows
  20. Hacker Search Tools
  21. Hacking Tools Free Download
  22. Pentest Tools Download
  23. Hacker Tools Free
  24. Hacking Tools Github
  25. Kik Hack Tools
  26. Hacker Tools Free Download
  27. Hacking Tools For Mac
  28. Hacker Tools 2019
  29. Hacker Search Tools
  30. Hacker
  31. Nsa Hacker Tools
  32. Hacking App
  33. Easy Hack Tools
  34. Pentest Tools Free
  35. Hackers Toolbox
  36. Free Pentest Tools For Windows
  37. Hacking Tools Hardware
  38. Computer Hacker
  39. Hacking Tools Name
  40. Pentest Reporting Tools
  41. Pentest Tools For Android
  42. Hacker Tools Online
  43. Hack Tool Apk No Root
  44. Hacking Apps
  45. Hacking Tools Usb
  46. Hacker Hardware Tools
  47. Underground Hacker Sites
  48. Pentest Reporting Tools
  49. Hacker Tools
  50. Pentest Tools Review
  51. Pentest Tools Website
  52. Tools 4 Hack
  53. How To Hack
  54. Hacker Tools Free
  55. Hacker Tools Online
  56. What Are Hacking Tools
  57. Hacking Tools Name
  58. Pentest Tools Apk
  59. Hacking Tools Windows 10
  60. Tools Used For Hacking
  61. Hack Tool Apk
  62. Hack Tools For Ubuntu
  63. Pentest Tools For Android
  64. Termux Hacking Tools 2019
  65. Usb Pentest Tools
  66. Hacker Hardware Tools
  67. Pentest Automation Tools
  68. Growth Hacker Tools
  69. Pentest Tools Android
  70. Hacker Tools Apk
  71. Physical Pentest Tools
  72. Pentest Tools Alternative
  73. Hack Tools 2019
  74. Hacking Tools Hardware
  75. Pentest Tools For Windows
  76. Pentest Tools Bluekeep
  77. Hack Tools Pc
  78. Hack Tools For Ubuntu
  79. Hack Tools For Games
  80. Hackers Toolbox
  81. Hacking Tools Kit
  82. Hack Tools 2019
  83. How To Make Hacking Tools
  84. Hack Tools
  85. Pentest Box Tools Download
  86. Pentest Tools
  87. Hacking Tools For Windows 7
  88. Hacker Tools List
  89. Hacker Security Tools
  90. Hacker Tools Windows
  91. Hackrf Tools
  92. Hack Tools Github
  93. World No 1 Hacker Software
  94. Hacker Tools Linux
  95. Hacker Tool Kit
  96. Github Hacking Tools
  97. Pentest Tools Alternative
  98. Pentest Reporting Tools
  99. Hacking Tools For Windows 7
  100. Hacking Tools Free Download
  101. Pentest Tools For Android
  102. Easy Hack Tools
  103. Easy Hack Tools
  104. Hacking App
  105. Hack Tools For Ubuntu
  106. Pentest Tools Find Subdomains
  107. Hacking Tools Name
  108. Hacker Tools For Pc
  109. Hacking Tools Online
  110. Hacking Tools For Pc
  111. Hack Tools Online
  112. Hacking Tools Mac
  113. Pentest Tools Framework
  114. Hacking Tools 2019
  115. Beginner Hacker Tools
  116. Pentest Tools Review
  117. Hacking Tools Mac
  118. Pentest Tools
  119. Hacker Hardware Tools
  120. Hack Tools Download
  121. Github Hacking Tools
  122. Pentest Tools Apk
  123. Hack Tools Online
  124. Pentest Tools Download
  125. Physical Pentest Tools
  126. Install Pentest Tools Ubuntu
  127. Hack Tools For Pc
  128. Top Pentest Tools
  129. Hacker Tools 2020
  130. Hack Tools For Windows
  131. Pentest Tools For Ubuntu
  132. What Are Hacking Tools
  133. Pentest Tools List
  134. Hacker Techniques Tools And Incident Handling
  135. Hacker Tools
  136. Hacker Tools
  137. Hacking Tools Free Download
  138. Hack Tools Pc
  139. Hacking Tools Hardware
  140. Hacking Tools Usb
  141. Hack Tools For Games
  142. Hack Tools For Windows
  143. Hack Tool Apk No Root
  144. What Is Hacking Tools
  145. Pentest Tools Subdomain
  146. Hack Tools For Mac
  147. Hacking Tools Windows 10
  148. Hacking Tools Online
  149. Pentest Tools For Windows
  150. Hacking Tools Windows 10
  151. Hacker Tools Software
  152. Nsa Hacker Tools
  153. Pentest Tools Website Vulnerability
  154. Hack Tools For Pc
  155. Top Pentest Tools
  156. Pentest Tools Linux

No comments:

Post a Comment