Page 1 of 1

any info on the OpenSSL Heartbleed vuln?

PostPosted: Tue Apr 08, 2014 4:53 pm
by envoy510
I have my server behind https. On a Mac. The server is "jetty-6.1.x, java 1.6.0_65, Mac OS X". Is it vulnerable?

Re: any info on the OpenSSL Heartbleed vuln?

PostPosted: Tue Apr 08, 2014 5:47 pm
by daneren2005
Jetty (the servlet Subsonic uses) either uses OpenSSL and is vulnerable until the system is patched, or it uses it's own implementation and is probably fine. Either way though there is nothing you are any of us can do about it.

Re: any info on the OpenSSL Heartbleed vuln?

PostPosted: Tue Apr 08, 2014 6:33 pm
by daneren2005
Use http://filippo.io/Heartbleed/ to test if you are vulnerable. I am behind a nginx proxy so I can't tell (which was until the patch that went out yesterday).

Re: any info on the OpenSSL Heartbleed vuln?

PostPosted: Tue Apr 08, 2014 7:27 pm
by envoy510
daneren2005 wrote:Use http://filippo.io/Heartbleed/ to test if you are vulnerable. I am behind a nginx proxy so I can't tell (which was until the patch that went out yesterday).


I got "seems not affected"... thanks.

Re: any info on the OpenSSL Heartbleed vuln?

PostPosted: Wed Apr 09, 2014 12:10 am
by snohio
Thanks for the link!

Both my windows and Ubuntu servers got-
Uh-oh, something went wrong: tls: oversized record received with length 20527

(My Windows instance is retiring since it is on XP, so seems like as good time as any!)

Re: any info on the OpenSSL Heartbleed vuln?

PostPosted: Wed Apr 09, 2014 11:50 am
by HerrNilsson
Seems like my tomcat7 Ubuntu Server is vulnerable. I've patched Ubuntu Server, any ideas what i should patch to secure this?

Re: any info on the OpenSSL Heartbleed vuln?

PostPosted: Wed Apr 09, 2014 2:24 pm
by daneren2005
Looking at http://security.stackexchange.com/quest ... omcat-nati makes it seem like you should just need to restart Tomcat after updating (all affected versions of Ubuntu except 13.04, which is unsupported, should be patched at this point if you update). I would just restart the entire computer though since it's almost impossible to know all the services which depend on OpenSSL, and they will all need to be restarted.

Re: any info on the OpenSSL Heartbleed vuln?

PostPosted: Thu Apr 10, 2014 7:09 am
by HerrNilsson
Correct. Patched and restarted and now it's safe.
Time to replace all certificates.