Live data from Hacker News

The Heartbleed Challenge

cloudflarechallenge.com

31–40 of 125 posts

Re: The Heartbleed Challenge

#32
post #13

Don't be surprised when the winner has an @nsa.gov email address.

I would be shocked if Neel was wrong about private key exposure AND it is a nation state that highlights his misunderstanding.

Cloudfare isn't making the same claim - they're just saying it doesn't seem to happen on their (modified) Nginx setup.

Re: The Heartbleed Challenge

#33
If what CloudFlare is saying is true (and I think it is), that the only possibility of Nginx/Apache leaking the private key is on start up due to how low of a memory address the private key is given, is there anything in Nginx/Apache to fire a bunch of dummy requests at itself before accepting public connections? This should effectively bury the memory address that the private key is stored in. Would this be useful if it doesn't exist or would it only be useful in hindsight?

Re: The Heartbleed Challenge

#34

A different CloudFlare post on HN https://news.ycombinator.com/item?id=7572666 claimed that they had a fix for the HeartBleed bug 12 days ago. At CloudFlare, we received early warning of the Heartbleed vulnerability and patched our systems 12 days ago. I commented on that post that the date of discovery was 7 days ago http://www.vocativ.com/tech/hacking/behind-scenes-crazy-72-h... For whatever reason that HN post was…

I'm sure this bug was discovered at least 1 month ago. I would not trust my keys are safe even if using cloudflare.

Re: The Heartbleed Challenge

#35
post #34

A different CloudFlare post on HN https://news.ycombinator.com/item?id=7572666 claimed that they had a fix for the HeartBleed bug 12 days ago. At CloudFlare, we received early warning of the Heartbleed vulnerability and patched our systems 12 days ago. I commented on that post that the date of discovery was 7 days ago http://www.vocativ.com/tech/hacking/behind-scenes-crazy-72-h... For whatever reason that HN post was…

I'm sure this bug was discovered at least 1 month ago. I would not trust my keys are safe even if using cloudflare.

From the related blog post: http://blog.cloudflare.com/answering-the-critical-question-c...

"While we believe it is unlikely that private key data was exposed, we are proceeding with an abundance of caution. We’ve begun the process of reissuing and revoking the keys CloudFlare manages on behalf of our customers. In order to ensure that we don’t overburden the certificate authority resources, we are staging this process. We expect that it will be complete by early next week."

Re: The Heartbleed Challenge

#36
post #34

A different CloudFlare post on HN https://news.ycombinator.com/item?id=7572666 claimed that they had a fix for the HeartBleed bug 12 days ago. At CloudFlare, we received early warning of the Heartbleed vulnerability and patched our systems 12 days ago. I commented on that post that the date of discovery was 7 days ago http://www.vocativ.com/tech/hacking/behind-scenes-crazy-72-h... For whatever reason that HN post was…

I'm sure this bug was discovered at least 1 month ago. I would not trust my keys are safe even if using cloudflare.

If it was a month ago that was a very long period of time to sit on something so devastating.

Re: The Heartbleed Challenge

#37
post #21
post #10

ssl_certificate /home/nick/ssl-bundle.crt ssl_certificate_key /home/nick/server.key

Got that one too. Also got this [1] but it looks like public keys maybe ? I'dont have time to check right now. [1] http://pastebin.com/KiVNV0c6

I got this, but I have too little time to verify whether it actually contains key information or not: http://pastebin.com/0CRw6hSy

Edit: It seems that these are only trusted CA certs, there is no server cert in there.

Re: The Heartbleed Challenge

#39
Didn't Juliano Rizzo already post that he'd been able to extract keys from a server? I'm not clear on the circumstances; for instance, it might have been right after boot, and it might have been Apache, and it might have been FreeBSD.

Re: The Heartbleed Challenge

#40

A different CloudFlare post on HN https://news.ycombinator.com/item?id=7572666 claimed that they had a fix for the HeartBleed bug 12 days ago. At CloudFlare, we received early warning of the Heartbleed vulnerability and patched our systems 12 days ago. I commented on that post that the date of discovery was 7 days ago http://www.vocativ.com/tech/hacking/behind-scenes-crazy-72-h... For whatever reason that HN post was…

The bug was discovered by whitehat researchers approximately 12 days ago. It was publicly announced 5 days ago. We got early word of it from the researchers who initially discovered it, allowing us to patch our systems and ensure all sites behind CloudFlare were not vulnerable. However, we have no way of knowing how long blackhats may have had it. It had been present in the OpenSSL software for the last 2+ years. The…

I'm disgusted they chose to share it with you early and not the major Linux distros...
Post reply on HN