Artifact 1b5a5d3a6ea7e2126741587d8beeddc22285274b:

Manifest of check-in [1b5a5d3a6e] - Replace external openssl call with "crypt" egg.

The OpenSSL call was using the old UNIX crypt DES password hashing, which is very weak. Crypt will default to a more sensible mechanism (Blowfish, but in the future could transparently switch).

Old passwords will continue to work, because the crypt egg detects DES salts and happily hashes them. When creating new passwords, they will be hashed using the modern algorithm.

The OpenSSL call passed the password to the shell, so an onlooker on the server could see it in plaintext. It also neglected to escape the password for the shell, resulting in a command injection vulnerability. by sjamaan on 2016-10-20 17:53:01.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.