Bug 1347497
Summary: | CVE-2016-4970 netty: Infinite loop vulnerability when handling renegotiation using SslProvider.OpenSsl [fedora-all] | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Summer Long <slong> |
Component: | netty | Assignee: | Severin Gehwolf <sgehwolf> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 23 | CC: | java-sig-commits, jerboaa, msimacek, sgehwolf, slong |
Target Milestone: | --- | Keywords: | Security, SecurityTracking |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Release Note | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-06-19 22:02:06 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: | |||
Bug Blocks: | 1343616 |
Description
Summer Long
2016-06-17 05:07:52 UTC
Use the following template to for the 'fedpkg update' request to submit an update for this issue as it contains the top-level parent bug(s) as well as this tracking bug. This will ensure that all associated bugs get updated when new packages are pushed to stable. ===== # bugfix, security, enhancement, newpackage (required) type=security # testing, stable request=testing # Bug numbers: 1234,9876 bugs=1343616,1347497 # Description of your update notes=Security fix for CVE-2016-4970 # Enable request automation based on the stable/unstable karma thresholds autokarma=True stable_karma=3 unstable_karma=-3 # Automatically close bugs when this marked as stable close_bugs=True # Suggest that users restart after update suggest_reboot=False ====== Additionally, you may opt to use the bodhi web interface to submit updates: https://bodhi.fedoraproject.org/updates/new I don't believe netty in Fedora is affected by this CVE: http://pkgs.fedoraproject.org/cgit/rpms/netty.git/tree/npn_alpn_ssl_fixes.patch $ rpm -qf /usr/share/java/netty/netty-handler.jar $ mkdir testme $ cd testme $ unzip -d . /usr/share/java/netty/netty-handler.jar $ find -name OpenSsl.class --> This comes back empty. (In reply to Severin Gehwolf from comment #4) > $ rpm -qf /usr/share/java/netty/netty-handler.jar netty-4.0.28-3.fc24.x86_64 > $ mkdir testme > $ cd testme > $ unzip -d . /usr/share/java/netty/netty-handler.jar > $ find -name OpenSsl.class > --> This comes back empty. Apologies, Severin. The original analysis had: fedora-all/netty=affected,fedora-all/netty3=notaffected. I think they must have just missed the fedora-all parameter when writing everything up, and when I later raised the embargo, the automation tools picked it up and created this ticket. Closing. Thanks, Summer. |