Paper 2006/086

Analysis of the Linux Random Number Generator

Zvi Gutterman, Benny Pinkas, and Tzachy Reinman

Abstract

Linux is the most popular open source project. The Linux random number generator is part of the kernel of all Linux distributions and is based on generating randomness from entropy of operating system events. The output of this generator is used for almost every security protocol, including TLS/SSL key generation, choosing TCP sequence numbers, and file system and email encryption. Although the generator is part of an open source project, its source code (about $2500$ lines of code) is poorly documented, and patched with hundreds of code patches. We used dynamic and static reverse engineering to learn the operation of this generator. This paper presents a description of the underlying algorithms and exposes several security vulnerabilities. In particular, we show an attack on the forward security of the generator which enables an adversary who exposes the state of the generator to compute previous states and outputs. In addition we present a few cryptographic flaws in the design of the generator, as well as measurements of the actual entropy collected by it, and a critical analysis of the use of the generator in Linux distributions on disk-less devices.

Metadata
Available format(s)
PDF
Publication info
Published elsewhere. Unknown where it was published
Contact author(s)
zvi @ gutterman net
History
2006-03-07: received
Short URL
https://ia.cr/2006/086
License
Creative Commons Attribution
CC BY

BibTeX

@misc{cryptoeprint:2006/086,
      author = {Zvi Gutterman and Benny Pinkas and Tzachy Reinman},
      title = {Analysis of the Linux Random Number Generator},
      howpublished = {Cryptology ePrint Archive, Paper 2006/086},
      year = {2006},
      note = {\url{https://eprint.iacr.org/2006/086}},
      url = {https://eprint.iacr.org/2006/086}
}
Note: In order to protect the privacy of readers, eprint.iacr.org does not use cookies or embedded third party content.