Bug 460656 - SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG enabled in OpenSSL
Summary: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG enabled in OpenSSL
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: openssl
Version: 4.9
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Tomas Mraz
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-29 14:37 UTC by Nigel Jewell
Modified: 2008-12-04 16:08 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-12-04 16:08:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Nigel Jewell 2008-08-29 14:37:58 UTC
Description of problem:

Qualysguard report this problem with scanning our production systems:

Netscape's SSLv3 implementation had a bug where if a SSLv3 connection is initially established, the first available cipher is used. If a session is resumed, a different cipher may be chosen if it appears in the passed cipher list before the session's current cipher. This bug can be used to change ciphers on the server.

OpenSSL contains this bug if the SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option is enabled during runtime. This option was introduced for compatibility reasons.

The problem arises when different applications using OpenSSL's libssl library enable all compatibility options including SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG, thus enabling the bug. 

Version-Release number of selected component (if applicable):

openssl-0.9.7a-43.17.el4_6.1

Additional info:

In https://bugzilla.redhat.com/show_bug.cgi?id=175779 this is reported as "CLOSED NEXTRELEASE" - however it does not appear to be fixed.

Comment 1 Nigel Jewell 2008-08-29 14:46:18 UTC
Sorry - my mistake.  I see in the original bug report that this is only fixed in Red Hat 5.  Please confirm that this is the case.

Comment 2 Tomas Mraz 2008-09-01 08:22:12 UTC
Yes, this is fixed in RHEL 5 and Fedora.

Comment 3 Tomas Mraz 2008-12-04 16:08:35 UTC
Given the state of maintenance RHEL-4 is getting to we will not fix this problem in the openssl version shipped in RHEL-4.


Note You need to log in before you can comment on or make changes to this bug.