Bug 825875 (CVE-2012-2668) - CVE-2012-2668 openldap: does not honor TLSCipherSuite settings
Summary: CVE-2012-2668 openldap: does not honor TLSCipherSuite settings
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2012-2668
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 822979 829481 844725
Blocks: 802520 825876
TreeView+ depends on / blocked
 
Reported: 2012-05-28 21:15 UTC by Vincent Danen
Modified: 2021-02-23 14:40 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-08 17:43:15 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2012:1151 0 normal SHIPPED_LIVE Low: openldap security and bug fix update 2012-08-08 20:31:07 UTC

Description Vincent Danen 2012-05-28 21:15:44 UTC
It was reported that OpenLDAP, when using the Mozilla NSS backend, would ignore any TLSCipherSuite configuration settings.  When the TLSCipherSuite setting is configured, OpenLDAP would use the default cipher suite, ignoring the setting.

While the default cipher suite contains some weak ciphers (e.g. MD5-based), it is still not easy to break the encryption to obtain sensitive information.  However, if an administrator wishes to enforce the use of stronger ciphers by overriding the defaults using TLSCipherSuite, they should be able to trust that, when the configuration items is in place, the stronger ciphers are used.  Due to this flaw, that is not the case.

Comment 2 Vincent Danen 2012-05-28 21:23:07 UTC
This does seem to affect upstream, based on the proposed patch to fix it.  From libraries/libldap/tls_m.c in OpenLDAP 2.4.23:

1757     if ( lt->lt_ciphersuite &&
1758          tlsm_parse_ciphers( ctx, lt->lt_ciphersuite )) {                                                                                                                                                                                                                  
1759         Debug( LDAP_DEBUG_ANY,
1760                "TLS: could not set cipher list %s.\n",
1761                lt->lt_ciphersuite, 0, 0 );
1762         return -1;
1763     }

Comment 7 Jan Vcelak 2012-06-05 09:23:25 UTC
Someone was quicker: http://www.openldap.org/its/index.cgi?findid=7285

Comment 8 Vincent Danen 2012-06-05 21:51:22 UTC
Upstream commit: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commit;h=2c2bb2e

Comment 10 Kurt Seifried 2012-06-06 00:04:49 UTC
Added CVE as per http://www.openwall.com/lists/oss-security/2012/06/06/1

Comment 11 Jan Lieskovsky 2012-06-06 07:31:03 UTC
Debian bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676309

Comment 12 Vincent Danen 2012-06-06 21:06:31 UTC
Created openldap tracking bugs for this issue

Affects: fedora-all [bug 829481]

Comment 17 Fedora Update System 2012-07-17 17:22:16 UTC
openldap-2.4.31-3.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 18 Fedora Update System 2012-07-17 17:26:21 UTC
openldap-2.4.26-8.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 21 errata-xmlrpc 2012-08-08 16:33:21 UTC
This issue has been addressed in following products:

  Red Hat Enterprise Linux 6

Via RHSA-2012:1151 https://rhn.redhat.com/errata/RHSA-2012-1151.html

Comment 22 Vincent Danen 2012-08-08 17:43:15 UTC
Statement:

This issue did not affect the version of openldap as shipped with Red Hat Enterprise Linux 5, as it does not use the Mozilla NSS backend.


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