Bug 1325324
Summary: | kdelibs: qt: Support of insecure cipher suites | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Adam Mariš <amaris> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | itamar, jgrulich, jreznik, kevin, me, nmavrogi, rdieter, rnovacek, smparrish, than |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-05-30 06:25:00 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1325325, 1325326, 1325327, 1325328, 1325329 | ||
Bug Blocks: | 1325330 |
Description
Adam Mariš
2016-04-08 12:58:03 UTC
Created kdelibs tracking bugs for this issue: Affects: fedora-all [bug 1325325] Created qt3 tracking bugs for this issue: Affects: fedora-all [bug 1325329] Created qt tracking bugs for this issue: Affects: fedora-all [bug 1325328] Created kdelibs3 tracking bugs for this issue: Affects: fedora-all [bug 1325326] Affects: epel-7 [bug 1325327] Is it possible to take this approach, https://fedoraproject.org/wiki/Changes/CryptoPolicy ... In OpenSSL the cipher string "PROFILE=SYSTEM" will be used to specify the system ciphers. Any applications not explicitly specifying ciphers will use the system ciphers. Per https://fedoraproject.org/wiki/Packaging:CryptoPolicies I'd looked before, but didn't see any place where any explicit call to SSL_CTX_set_cipher_list was made, so I naively assumed things were ok by default. So, maybe consider adding some SSL_CTX_set_cipher_list call (somewhere?) to address this? (sorry, I'd commented on the qt one specifically before noticing this toplevel tracker) To which version of fedora does this bug report apply. SSL 3.0 and RC4 were removed in Fedora 23. https://fedoraproject.org/wiki/Changes/RemoveSSL3andRc4 i(In reply to Nikos Mavrogiannopoulos from comment #9) > To which version of fedora does this bug report apply. SSL 3.0 and RC4 were > removed in Fedora 23. > > https://fedoraproject.org/wiki/Changes/RemoveSSL3andRc4 it's fedora 22 Then I do not see any security vulnerability. Please upgrade to Fedora 23. |