KobeissiBhargavanBlanchetEuroSP17

Back to ProVerif
Nadim Kobeissi, Karthikeyan Bhargavan, and Bruno Blanchet. Automated Verification for Secure Messaging Protocols and their Implementations: A Symbolic and Computational Approach. In 2nd IEEE European Symposium on Security and Privacy (EuroS&P'17), pages 435-450, Paris, France, April 2017. IEEE. Case study

Get the paper

.pdf, 851 Kb

Links

Supporting material

Abstract

Many popular web applications incorporate end-to-end secure messaging protocols, which seek to ensure that messages sent between users are kept confidential and authenticated, even if the web application's servers are broken into or otherwise compelled into releasing all their data. Protocols that promise such strong security guarantees should be held up to rigorous analysis, since protocol flaws and implementations bugs can easily lead to real-world attacks.

We propose a novel methodology that allows protocol designers, implementers, and security analysts to collaboratively verify a protocol using automated tools. The protocol is implemented in ProScript, a new domain-specific language that is designed for writing cryptographic protocol code that can both be executed within JavaScript programs and automatically translated to a readable model in the applied pi calculus. This model can then be analyzed symbolically using ProVerif to find attacks in a variety of threat models. The model can also be used as the basis of a computational proof using CryptoVerif, which reduces the security of the protocol to standard cryptographic assumptions. If ProVerif finds an attack, or if the CryptoVerif proof reveals a weakness, the protocol designer modifies the ProScript protocol code and regenerates the model to enable a new analysis. We demonstrate our methodology by implementing and analyzing a variant of the popular Signal Protocol with only minor differences. We use ProVerif and CryptoVerif to find new and previously-known weaknesses in the protocol and suggest practical countermeasures. Our ProScript protocol code is incorporated within the current release of Cryptocat, a desktop secure messenger application written in JavaScript. Our results indicate that, with disciplined programming and some verification expertise, the systematic analysis of complex cryptographic web applications is now becoming practical.

Bibtex


@INPROCEEDINGS{KobeissiBhargavanBlanchetEuroSP17,
  AUTHOR = {Nadim Kobeissi and Karthikeyan Bhargavan and Bruno Blanchet},
  TITLE = {Automated Verification for Secure Messaging Protocols and their Implementations: A Symbolic and Computational Approach},
  BOOKTITLE = {2nd IEEE European Symposium on Security and Privacy (EuroS\&P'17)},
  YEAR = {2017},
  PAGES = {435--450},
  MONTH = APR,
  ADDRESS = {Paris, France},
  PUBLISHER = {IEEE}
}