New version of OpenSSL released - OpenSSL 0.9.8l
- http://isc.sans.org/...ml?storyid=7543
Last Updated: 2009-11-06 22:43:05 UTC - "Due to the recent publishing of information regarding a TLS/SSL protocol vulnerability (previous ISC diary entry can be found here http://isc.sans.org/...ml?storyid=7534 ) OpenSSL has released a new version (OpenSSL 0.9.8l). It should be noted that this update does not "fix" the vulnerability in the protocol. It appears that they have made the choice to simply remove TLS/SSL renegotiation from their package by default... There will no doubt be instances where clients/servers will cease to function properly when renegotiation is disabled or removed. The nice thing about what OpenSSL has done is if you do run into issues, it appears to be an easy fix (set a flag and -hup!). So as always, make sure to test vigorously before you deploy! You can get this new version of OpenSSL at the link below:
http://www.openssl.org/source/
Release note from OpenSSL package:
'Disable renegotiation completely - this fixes a severe security problem (CVE-2009-3555) at the cost of breaking all renegotiation. Renegotiation can be re-enabled by setting SSL3_FLAGS_ALLOW_UNSAFE_LEGACY_RENEGOTIATION in s3->flags at run-time. This is really not recommended unless you know what you're doing. [Ben Laurie]'
... Let us not forget that not all traffic that is TLS/SSL encrypted is HTTP. Just off the top of my head I can think of LDAP, MSSQL, Email, and let us not forget SSL VPNS! Since this is a bug in a low lying protocol that higher level applications/protocols rely on there will no doubt be allot of interest issues raised. No doubt plenty of people including myself will have a busy weekend rereading the TLS specification. For those who are bored, feel free to read that specification at the URL below:
TLS 1.0: http://www.ietf.org/rfc/rfc2246.txt
SSL 3.0: http://tools.ietf.or...ssl-version3-00 "
- http://www.us-cert.g...s_vulnerable_to
November 6, 2009
- http://blogs.iss.net...okieswiths.html
November 12, 2009

Edited by AplusWebMaster, 16 November 2009 - 04:22 AM.