We're about to do a long overdue upgrade. We've considered Jira 7.6 because of its Enterprise designation, and the reduced maintenance it would presumably require.
But, we would like to be sure that Jira 7.6 cannot be affected by the Diffie-Hellman vulnerability.
The research I've done indicates that the determining factor is not necessarily the Jira version, per se, but rather whether the Jira version uses Java version 8 -- because it can be configured to use 2048 bit-group as documented at Logjam (CVE-2015-4000) and Atlassian Products.
Can anyone recommend which Jira version to use, in light of our need to avoid the Diffie-Hellman vulnerability?
Hi @Greg Elofson,
FYI Jira 7.13 is the new Enterprise release, I'd recommend using this one rather than 7.6 if you can :)
For your question, it depends how you're implementing SSL on your Jira instance: do you use a reverse-proxy like Apache or Nginx, or Tomcat with keytool to implement certificates ?
The problem is with the size of the DH Group used by your software to exchange security keys, so it can be fixed in different ways depending on how you implement security on your side.
If you're using a reverse-proxy, then you should fix weak DH following this guide.
If you're using Tomcat, then it should be fixed in server.xml following this guide.
Let me know if you have any questions,
--Alexis
Hi @Alexis Robert,
Thanks for your quick response! Knowing that Jira 7.13 is the next enterprise edition is very helpful! On the links you attached, it appears that the second link (for server.xml) is the same as the first (DH) link. By intention?
cheers,
Greg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Greg Elofson,
yes both link are for the same page, as it has the information for both Tomcat and your webserver if you scroll down the page :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Alexis! Your help has been very valuable!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.