Processed: Re: Bug#788783: openssh-client: uses MD5 for key fingerprints

2015-06-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 788783 normal Bug #788783 [openssh-client] openssh-client: uses MD5 for key fingerprints Severity set to 'normal' from 'grave' > kthxbye Stopping processing here. Please contact me if you need assistance. -- 788783: http://bugs.debian.o

Bug#788783: openssh-client: uses MD5 for key fingerprints

2015-06-17 Thread brian m. carlson
severity 788783 normal kthxbye On Wed, Jun 17, 2015 at 12:01:09PM +0100, Mark Wooding wrote: > The best technique I can think of uses Kelsey and Schneier's expandable > messages, which uses collisions in the underlying compression function > to obtain a second preimage for the hash of a /very long

Bug#788783: openssh-client: uses MD5 for key fingerprints

2015-06-17 Thread Mark Wooding
"brian m. carlson" writes: > > The remaining possibility is that the adversary has managed to come up > > with a new public key (and matching private key) with the same > > fingerprint as the target key, which was generated by an honest party. > > But that's finding a second preimage, and it's /w

Bug#788783: openssh-client: uses MD5 for key fingerprints

2015-06-16 Thread brian m. carlson
On Tue, Jun 16, 2015 at 11:13:58AM +0100, Mark Wooding wrote: > The remaining possibility is that the adversary has managed to come up > with a new public key (and matching private key) with the same > fingerprint as the target key, which was generated by an honest party. > But that's finding a sec

Bug#788783: openssh-client: uses MD5 for key fingerprints

2015-06-16 Thread Mark Wooding
"brian m. carlson" writes: > MD5 is not suitable for any application requiring collision resistance, > such as a key fingerprint. Please switch to one of the SHA-2 values > instead, or upgrade to OpenSSH 6.8, which fixes this problem. Fortunately, your premise is incorrect. Key fingerprints do

Bug#788783: openssh-client: uses MD5 for key fingerprints

2015-06-15 Thread Colin Watson
On Sun, Jun 14, 2015 at 11:11:36PM +, brian m. carlson wrote: > ssh-keygen and ssh itself are using MD5 for fingerprints: > > vauxhall ok % ssh-keygen -l -f ~/.ssh/id_rsa.pub > 2048 9d:24:66:6e:37:8c:48:0f:28:1e:ba:36:b7:e3:47:e4 > /home/bmc/.ssh/id_rsa.pub (RSA) > vauxhall ok % awk '{p

Bug#788783: openssh-client: uses MD5 for key fingerprints

2015-06-14 Thread brian m. carlson
Package: openssh-client Version: 1:6.7p1-6 Severity: grave Tags: security ssh-keygen and ssh itself are using MD5 for fingerprints: vauxhall ok % ssh-keygen -l -f ~/.ssh/id_rsa.pub 2048 9d:24:66:6e:37:8c:48:0f:28:1e:ba:36:b7:e3:47:e4 /home/bmc/.ssh/id_rsa.pub (RSA) vauxhall ok % awk '{prin