Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-6166

[python] Disable SSLv3 support in pure-python client

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.30
    • qpid-python-1.38.0
    • Python Client
    • None

    Description

      In light of the padding vulnerability of SSLv3, we should prevent the python client from allowing the SSL handshake to downgrade to SSLv3.

      Unfortunately, the latest release of python 2.7.8 does not give us the ability to disable just the SSLv3 capability. The next release of python (2.7.9) should allow this according to the documentation:

      https://docs.python.org/2/library/ssl.html#ssl.OP_NO_SSLv3

      This vulnerability can be disabled merely by eliminating support for SSLv3 on one end of the connection. Given that QPID-6160 will disable SSLv3 on the broker, simply fixing this on the broker side will mitigate the issue. So until the next version of Python is made available, we should recommend QPID-6160 be adopted as the fix to this problem.

      Attachments

        Activity

          People

            kgiusti Ken Giusti
            kgiusti Ken Giusti
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: