Live data from Hacker News

Major security flaw undermines Apple and Google users, researchers discover

washingtonpost.com

1–10 of 24 posts

Re: Major security flaw undermines Apple and Google users, researchers discover

#2
If http://dualec.org/DualECTLS.pdf is the actual paper, I am not sure why Apple and Google users are more exposed than others. The paper requires a more thoughtful reading, of couse, but it does not appear to single out these two vendors.

Re: Major security flaw undermines Apple and Google users, researchers discover

#3
What is sad is that OpenSSL disabled the EXPORT1024 ciphersuites in 2006. If you don't know what these are, in year 1999 the US government raised the limit to 56-bit encryption and 1024-bit RSA. They were described in https://tools.ietf.org/html/draft-ietf-tls-56-bit-ciphersuit... . And for the record it was in year 2000 that the restrictions was removed for "retail" software.

Re: Major security flaw undermines Apple and Google users, researchers discover

#4
The story has a familiar ring.

Back in the day, Microsoft stored passwords in a fairly insecure format. Then they got security religion, and improved the strength of their password storage dramatically. It was very hard to crack the new format. (I don't remember exactly, but this would have been somewhere around when NT came out.)

But Microsoft was always big on backward compatibility. They wanted users of old machines to still be able to log in to the new servers. So they stored the passwords in the new, strong format, and in the old, weak format, so that they could still authenticate old clients. And that meant that attackers could still get the passwords in the weak format if they could get on the server.

This is from memory, and it's been over a decade, so I may not have all the details exactly correct...

Re: Major security flaw undermines Apple and Google users, researchers discover

#5

The story has a familiar ring. Back in the day, Microsoft stored passwords in a fairly insecure format. Then they got security religion, and improved the strength of their password storage dramatically. It was very hard to crack the new format. (I don't remember exactly, but this would have been somewhere around when NT came out.) But Microsoft was always big on backward compatibility. They wanted users of old machin…

Ah, LM vs NT hash.

Re: Major security flaw undermines Apple and Google users, researchers discover

#6
post #5

The story has a familiar ring. Back in the day, Microsoft stored passwords in a fairly insecure format. Then they got security religion, and improved the strength of their password storage dramatically. It was very hard to crack the new format. (I don't remember exactly, but this would have been somewhere around when NT came out.) But Microsoft was always big on backward compatibility. They wanted users of old machin…

Ah, LM vs NT hash.

http://en.wikipedia.org/wiki/LM_hash

vs

http://en.wikipedia.org/wiki/NT_LAN_Manager#NTLMv1

and

http://en.wikipedia.org/wiki/NT_LAN_Manager#NTLMv2

Re: Major security flaw undermines Apple and Google users, researchers discover

#7
post #2

If http://dualec.org/DualECTLS.pdf is the actual paper, I am not sure why Apple and Google users are more exposed than others. The paper requires a more thoughtful reading, of couse, but it does not appear to single out these two vendors.

Safari and Android browsers are vulnerable.

http://blog.cryptographyengineering.com/2015/03/attack-of-we...

Re: Major security flaw undermines Apple and Google users, researchers discover

#8
post #6
post #5

Earlier quoted context omitted.

Ah, LM vs NT hash.

http://en.wikipedia.org/wiki/LM_hash vs http://en.wikipedia.org/wiki/NT_LAN_Manager#NTLMv1 and http://en.wikipedia.org/wiki/NT_LAN_Manager#NTLMv2

In summary, the original LM protocol used a "hash" based on 56-bit DES. NTLMv1 supports both the older LM hash and the newer NT hash based on MD4, but still used 56-bit DES encryption to encrypt them (this is what CloudCracker was designed to crack though nothing stops it from using it to crack any DES encryption). NTLMv2 uses HMAC-MD5 instead which fixes the problem.

Re: Major security flaw undermines Apple and Google users, researchers discover

#9
post #5

The story has a familiar ring. Back in the day, Microsoft stored passwords in a fairly insecure format. Then they got security religion, and improved the strength of their password storage dramatically. It was very hard to crack the new format. (I don't remember exactly, but this would have been somewhere around when NT came out.) But Microsoft was always big on backward compatibility. They wanted users of old machin…

Ah, LM vs NT hash.

Yeah, that was it.

Re: Major security flaw undermines Apple and Google users, researchers discover

#10

The story has a familiar ring. Back in the day, Microsoft stored passwords in a fairly insecure format. Then they got security religion, and improved the strength of their password storage dramatically. It was very hard to crack the new format. (I don't remember exactly, but this would have been somewhere around when NT came out.) But Microsoft was always big on backward compatibility. They wanted users of old machin…

I worked on reverse engineering Microsoft's remote desktop protocol (RDP) back in the day. It was wrapped in encryption much like how SSL operates. France outlawed encryption except for authentication, so you just had to put the client and the server in the French country setting and then man in the middle the tcp connection. Reverse engineer away. Thanks France!
Post reply on HN