Security Bulletin
Summary
The Logjam Attack on TLS connections using the Diffie-Hellman (DH) key exchange protocol affects IBM Operations Analytics - Predictive Insights.
Vulnerability Details
CVEID: CVE-2015-4000
DESCRIPTION: The TLS protocol could allow a remote attacker to obtain sensitive information, caused by the failure to properly convey a DHE_EXPORT ciphersuite choice. An attacker could exploit this vulnerability using man-in-the-middle techniques to force a downgrade to 512-bit export-grade cipher. Successful exploitation could allow an attacker to recover the session key as well as modify the contents of the traffic. This vulnerability is commonly referred to as "Logjam".
CVSS Base Score: 4.3
CVSS Temporal Score: See https://exchange.xforce.ibmcloud.com/vulnerabilities/103294 for the current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:N/C:P/I:N/A:N)
Affected Products and Versions
IBM Operations Analytics - Predictive Insights 1.3.2 and earlier
Remediation/Fixes

You should verify applying this configuration change does not cause any compatibility issues. If you change the default setting after applying the fix, you will expose yourself to the attack described above. IBM recommends that you review your entire environment to identify other areas where you have enabled the Diffie-Hellman key-exchange protocol used in TLS and take appropriate mitigation and remediation actions.
Workarounds and Mitigations
Installation Instructions
------------------------------------
As the user that installed the IBM Operations Analytics - Predictive Insights UI component, typically scadmin
1. Stop the UI server used by IBM Operations Analytics - Predictive Insights
<UI_HOME>/bin/pi.sh -stop
where <UI_HOME> is typically /opt/IBM/scanalytics/UI
2. cd <UI_HOME>/ibm-java-x86_64-70/jre/lib/security/
3. Create a copy of java.security file
cp java.security java.security_orig
4. Edit <UI_HOME>/ibm-java-x86_64-70/jre/lib/security/java.security file.
Add DH and DHE to jdk.tls.disabledAlgorithms variable.
For example
vi <UI_HOME>/ibm-java-x86_64-70/jre/lib/security/java.security and change this line:
jdk.tls.disabledAlgorithms=SSLv3, RC4
to
jdk.tls.disabledAlgorithms=SSLv3, RC4, DH, DHE
5. start UI server
<UI_HOME>/bin/pi.sh -start
Removal Instructions
------------------------------------
As the user that installed the IBM Operations Analytics - Predictive Insights UI component, typically scadmin
1. Stop the UI server used by IBM Operations Analytics - Predictive Insights
<UI_HOME>/bin/pi.sh -stop
where <UI_HOME> is typically /opt/IBM/scanalytics/UI
2. cd <UI_HOME>/ibm-java-x86_64-70/jre/lib/security/
3. Replace java.security file with the original
mv java.security_orig java.security
4. start UI server
<UI_HOME>/bin/pi.sh -start
You should verify applying this configuration change does not cause any compatibility issues. If you change the default setting after applying the fix, you will expose yourself to the attack described above. IBM recommends that you review your entire environment to identify other areas where you have enabled the Diffie-Hellman key-exchange protocol used in TLS and take appropriate mitigation and remediation actions.
Get Notified about Future Security Bulletins
References
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
Disclaimer
Review the IBM security bulletin disclaimer and definitions regarding your responsibilities for assessing potential impact of security vulnerabilities to your environment.
Was this topic helpful?
Document Information
Modified date:
17 June 2018
UID
swg21959290