RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1153739 - Disable SSL v3, by default.
Summary: Disable SSL v3, by default.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: 389-ds-base
Version: 6.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Noriko Hosoi
QA Contact: Viktor Ashirov
URL:
Whiteboard:
Depends On:
Blocks: 1154687
TreeView+ depends on / blocked
 
Reported: 2014-10-16 16:51 UTC by Noriko Hosoi
Modified: 2020-09-13 21:15 UTC (History)
4 users (show)

Fixed In Version: 389-ds-base-1.2.11.15-51.el6
Doc Type: Bug Fix
Doc Text:
Cause: SSL version 3.0 has a known vulnerability. Fix: SSL version 3.0 is disabled, by default. That is, to enable the version, the Directory Server has to be intentionally configured to use SSL version 3.0. Result: The Directory Server is securer.
Clone Of:
Environment:
Last Closed: 2015-07-22 06:35:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github 389ds 389-ds-base issues 1211 0 None None None 2020-09-13 21:10:34 UTC
Github 389ds 389-ds-base issues 1259 0 None None None 2020-09-13 21:13:30 UTC
Github 389ds 389-ds-base issues 1276 0 None None None 2020-09-13 21:15:08 UTC
Red Hat Product Errata RHBA-2015:1326 0 normal SHIPPED_LIVE 389-ds-base bug fix and enhancement update 2015-07-20 17:53:07 UTC

Description Noriko Hosoi 2014-10-16 16:51:51 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/389/ticket/47928

On the new installation, SSL v3 should be disabled by default, and provide the safe cipher suites.

Comment 2 Noriko Hosoi 2015-02-19 23:23:52 UTC
Steps to verify.

Enable SSL with default cn=encryption,cn=config.
That is no "nsSSL3" nor "nsTLS1".

Check the error log and if the SSL version range does not include SSLv3 (e.g., as follows), the fix is verified.
SSL Initialization - SSL version range: min: TLS1.1, max: TLS1.2

You can use logconv.pl, as well.
https://bugzilla.redhat.com/show_bug.cgi?id=1153737#c7

Comment 3 Sankar Ramalingam 2015-03-24 14:51:14 UTC
By default SSLv3 is disabled. However, when I disable TLS1 and enable SSL3, it doesn't throw any error or warning messages.

[root@cloud-qe-15 ~]# ldapsearch -LLL -x -p 1389 -h localhost -D "cn=Directory Manager" -w Secret123 -b "cn=encryption,cn=config"
dn: cn=encryption,cn=config
nsSSL2: off
nsSSL3: off
nsTLS1: on

[root@cloud-qe-15 ~]# ldapmodify -x -p 1389 -h localhost -D "cn=Directory Manager" -w Secret123 << EOF
> dn: cn=encryption,cn=config
> replace: nsSSL3
> nsSSL3: on
> EOF
modifying entry "cn=encryption,cn=config"

[root@cloud-qe-15 ~]# ldapmodify -x -p 1389 -h localhost -D "cn=Directory Manager" -w Secret123 << EOF
dn: cn=encryption,cn=config
replace: nsTLS1
nsTLS1: off
EOF
modifying entry "cn=encryption,cn=config"

[root@cloud-qe-15 ~]# ldapsearch -LLL -x -p 1389 -h localhost -D "cn=Directory Manager" -w Secret123 -b "cn=encryption,cn=config"
dn: cn=encryption,cn=config
nsSSL2: off
nsSSL3: on
nsTLS1: off

Comment 4 errata-xmlrpc 2015-07-22 06:35:42 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-1326.html


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