Bugzilla – Bug 945905
VUL-0: CVE-2015-5244: apache2-mod_nss: incorrect ciphersuite parsing
Last modified: 2016-04-27 19:45:41 UTC
rh#1259216 The NSSCipherSuite option of mod_nss accepts OpenSSL-styled cipherstrings. It was found that the parsing of such cipherstrings is flawed. If this option is used to disable insecure ciphersuites using the common "!" syntax, e.g.: NSSCipherSuite !eNULL:!aNULL:AESGCM+aRSA:ECDH+aRSA it will actually enable those insecure ciphersuites. Acknowledgements: This issue was discovered Hubert Kario of Red Hat References: https://bugzilla.redhat.com/show_bug.cgi?id=1259216 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-5244 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5244
bugbot adjusting priority
can you please submit fixed pacvkages?
I don't have to. Our mod_nss doesn't support OpenSSL style cipherstrings. We ship 1.0.8 which support only NSS style ciphers (only +-, are valid special characters) Using exclamation mark in NSSCipherSuite will result in a parsing error. This feature was added in 1.0.11: https://git.fedorahosted.org/cgit/mod_nss.git/commit/?id=2d1650900f4d47dc43400d826c0f7e1a7c5229b8 Reassigning to security team.
oki