You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Larry McCay (JIRA)" <ji...@apache.org> on 2015/07/14 16:35:09 UTC

[jira] [Comment Edited] (KNOX-566) Knox Jetty server is vulnerable to Logjam vulnerability

    [ https://issues.apache.org/jira/browse/KNOX-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14626398#comment-14626398 ] 

Larry McCay edited comment on KNOX-566 at 7/14/15 2:34 PM:
-----------------------------------------------------------

We should be able to easily address this then.
Just need to determine what default values are available for applicable environments.
We have basically dropped support for java 1.6 - so 1.7 and 1.8 are all what we need to worry about.

[~jeffreyr97] - did you test that with the IBM jdk as well?


was (Author: lmccay):
We should be able to easily address this then.
Just need to determine what default values are available for applicable environments.
We have basically dropped support for java 1.6 - so 1.7 and 1.8 are all what we need to worry about.


> Knox Jetty server is vulnerable to Logjam vulnerability
> -------------------------------------------------------
>
>                 Key: KNOX-566
>                 URL: https://issues.apache.org/jira/browse/KNOX-566
>             Project: Apache Knox
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>         Environment: Red Hat Enterprise Linux Server release 6.4 (Santiago)
>            Reporter: Jeffrey E  Rodriguez
>             Fix For: 0.7.0
>
>
> See description of logjam
> "The Logjam Attack"
> https://weakdh.org/
> To test you should do:
> [root@bdvs1392 logs]# openssl s_client -connect bdvs1392.svl.ibm.com:8443 -cipher "EDH" | grep "Server Temp Key"
> depth=0 C = US, ST = Test, L = Test, O = Hadoop, OU = Test, CN = bdvs1392.svl.ibm.com
> verify error:num=18:self signed certificate
> verify return:1
> depth=0 C = US, ST = Test, L = Test, O = Hadoop, OU = Test, CN = bdvs1392.svl.ibm.com
> verify return:1
> Server Temp Key: DH, 768 bits
> The key should >= 1024



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)