-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

===========================================================================
             AUSCERT External Security Bulletin Redistribution

                               ESB-2016.0905
    Security Bulletin: Vulnerabilities in OpenSSL affect IBM InfoSphere
             Information Server (CVE-2015-3193, CVE-2015-3194,
                       CVE-2015-3195, CVE-2016-0701)
                               11 April 2016

===========================================================================

        AusCERT Security Bulletin Summary
        ---------------------------------

Product:           IBM InfoSphere Information Server
Publisher:         IBM
Operating System:  AIX
                   HP-UX
                   Linux variants
                   Solaris
                   Windows
Impact/Access:     Access Privileged Data         -- Remote/Unauthenticated      
                   Denial of Service              -- Remote/Unauthenticated      
                   Provide Misleading Information -- Remote with User Interaction
Resolution:        Patch/Upgrade
CVE Names:         CVE-2016-0701 CVE-2015-3195 CVE-2015-3194
                   CVE-2015-3193  

Reference:         ASB-2016.0004
                   ESB-2016.0898
                   ESB-2016.0877
                   ESB-2016.0876
                   ESB-2016.0695
                   ESB-2016.0692
                   ASB-2014.0116

Original Bulletin: 
   http://www.ibm.com/support/docview.wss?uid=swg21980256

- --------------------------BEGIN INCLUDED TEXT--------------------

Security Bulletin: Vulnerabilities in OpenSSL affect IBM InfoSphere 
Information Server (CVE-2015-3193, CVE-2015-3194, CVE-2015-3195, 
CVE-2016-0701)

Document information

More support for:

InfoSphere Information Server

Software version:

8.5, 8.7, 9.1, 11.3, 11.5

Operating system(s):

AIX, HP-UX, Linux, Solaris, Windows

Reference #:

1980256

Modified date:

2016-04-08

Security Bulletin

Summary

OpenSSL vulnerabilities were disclosed on December 3, 2015 and January 28, 
2016 by the OpenSSL Project. OpenSSL is used by IBM InfoSphere Information 
Server. IBM InfoSphere Information Server has addressed the applicable CVEs.

Vulnerability Details

CVEID: CVE-2015-3193

DESCRIPTION: OpenSSL could allow a remote attacker to obtain sensitive 
information, caused by an error in the x86_64 Montgomery squaring procedure. 
An attacker with online access to an unpatched system could exploit this 
vulnerability to obtain private key information.

CVSS Base Score: 5.3

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/108502 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)

CVEID: CVE-2015-3194

DESCRIPTION: OpenSSL is vulnerable to a denial of service, caused by a NULL 
pointer dereference when verifying certificates via a malformed routine. An 
attacker could exploit this vulnerability using signature verification 
routines with an absent PSS parameter to cause any certificate verification 
operation to crash.

CVSS Base Score: 5.3

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/108503 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)

CVEID: CVE-2015-3195

DESCRIPTION: OpenSSL could allow a remote attacker to obtain sensitive 
information, caused by a memory leak in a malformed X509_ATTRIBUTE structure.
An attacker could exploit this vulnerability to obtain CMS data and other 
sensitive information.

CVSS Base Score: 5.3

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/108504 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N)

CVEID: CVE-2016-0701

DESCRIPTION: OpenSSL could allow a remote attacker to conduct 
man-in-the-middle attacks, caused by the use of weak Diffie-Hellman parameters
based on unsafe primes that are generated and stored in X9.42-style parameter
files. By performing multiple handshakes using the same private DH exponent, 
an attacker could exploit this vulnerability to conduct man-in-the-middle 
attacks.

CVSS Base Score: 5.4

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/110234 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N)

Affected Products and Versions

The following product, running on all supported platforms, is affected:

IBM InfoSphere Information Server: versions 8.5, 8.7, 9.1, 11.3 and 11.5

Remediation/Fixes

Product 			VRMF 		APAR 		Remediation/First Fix

InfoSphere Information Server 	11.5		JR55277 	--Upgrade to DataDirect ODBC drivers version 7.1.6

								--Use TechNote to choose which OpenSSL version the drivers will use

								--Use TechNote to follow additional post installation configuration steps

InfoSphere Information Server 	11.3		JR55277 	--Upgrade to DataDirect ODBC drivers version 7.1.6

								--Use TechNote to choose which OpenSSL version the drivers will use

								--Use TechNote to follow additional post installation configuration steps

InfoSphere Information Server 	9.1		JR55277 	--Upgrade to DataDirect ODBC drivers version 7.1.6

								--Use TechNote to choose which OpenSSL version the drivers will use

								--Use TechNote to follow additional post installation configuration steps

InfoSphere Information Server 	8.7		JR55277 	--Apply IBM InfoSphere Information Server version 8.7 Fix Pack 2

								--Upgrade to DataDirect ODBC drivers version 7.1.6
	
								--Use TechNote to choose which OpenSSL version the drivers will use

								--Use TechNote to follow additional post installation configuration steps

InfoSphere Information Server 	8.5		JR55277 	--Apply IBM InfoSphere Information Server version 8.5 Fix Pack 3

								--Upgrade to DataDirect ODBC drivers version 7.1.6

								--Use TechNote to choose which OpenSSL version the drivers will use

								--Use TechNote to follow additional post installation configuration steps

For IBM InfoSphere Information Server version 8.1, IBM recommends upgrading to
a fixed, supported version/release/platform of the product.

Note: A fix for CVE-2014-3196 was provided in OpenSSL versions 1.0.1p and 
1.0.2d and was previously addressed by IBM InfoSphere Information Server.

Workarounds and Mitigations

For CVE-2016-0701

1) Add the value 1048576 (SSL_OP_SINGLE_DH_USE) to any OpenSSLOptions (OSO) 
value already used. For example, if OpenSSLOptions is not currently set, then
add "OpenSSLOptions=1048576" to their DSN. If OpenSSLOptions is currently set,
then add 1048576 to the value in use.

2) Disable the use of static DH cipher suites. If CipherList is currently set,
then add ":-DH:kEDH". Otherwise, set it to "DEFAULT:-DH:kEDH".

Get Notified about Future Security Bulletins

Subscribe to My Notifications to be notified of important product support 
alerts like this.

References

Complete CVSS v3 Guide

On-line Calculator v3

Related information

IBM Secure Engineering Web Portal

IBM Product Security Incident Response Blog

Change History

08 April 2016: Original Version Published

*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

According to the Forum of Incident Response and Security Teams (FIRST), the 
Common Vulnerability Scoring System (CVSS) is an "industry open standard 
designed to convey vulnerability severity and help to determine urgency and 
priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY 
OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT 
OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.

- --------------------------END INCLUDED TEXT--------------------

You have received this e-mail bulletin as a result of your organisation's
registration with AusCERT. The mailing list you are subscribed to is
maintained within your organisation, so if you do not wish to continue
receiving these bulletins you should contact your local IT manager. If
you do not know who that is, please send an email to auscert@auscert.org.au
and we will forward your request to the appropriate person.

NOTE: Third Party Rights
This security bulletin is provided as a service to AusCERT's members.  As
AusCERT did not write the document quoted above, AusCERT has had no control
over its content. The decision to follow or act on information or advice
contained in this security bulletin is the responsibility of each user or
organisation, and should be considered in accordance with your organisation's
site policies and procedures. AusCERT takes no responsibility for consequences
which may arise from following or acting on information or advice contained in
this security bulletin.

NOTE: This is only the original release of the security bulletin.  It may
not be updated when updates to the original are made.  If downloading at
a later date, it is recommended that the bulletin is retrieved directly
from the author's website to ensure that the information is still current.

Contact information for the authors of the original document is included
in the Security Bulletin above.  If you have any questions or need further
information, please contact them directly.

Previous advisories and external security bulletins can be retrieved from:

        http://www.auscert.org.au/render.html?cid=1980

===========================================================================
Australian Computer Emergency Response Team
The University of Queensland
Brisbane
Qld 4072

Internet Email: auscert@auscert.org.au
Facsimile:      (07) 3365 7031
Telephone:      (07) 3365 4417 (International: +61 7 3365 4417)
                AusCERT personnel answer during Queensland business hours
                which are GMT+10:00 (AEST).
                On call after hours for member emergencies only.
===========================================================================
-----BEGIN PGP SIGNATURE-----
Comment: http://www.auscert.org.au/render.html?it=1967

iQIVAwUBVwsHtX6ZAP0PgtI9AQIUMBAA1UPrVvsXB6wvaBO0KvFB+7ow6KHeIXbd
u69/uNSS1rON64XsnwTI4kMIferKrTMZwlBSJBsTuD3Dqyz1WmVeoahZD6tv4L0B
7E0D7+TVz9mxcQuu2CH13YsH5gZ8l8h32dhwfLy42yk3AW/wDZ3yNONMBbaSjcko
ihvdSdVAFM2CD/INHOq0ppMgP5OjyY7l5jNPTsy+oVAX1WkX6cyvFuzmoMU46tV2
y2AlJhEwDYscWM228VwjfRwP9u7EpOB2m6F8yUsjbK3zs7KFPhChEY6yYmhsZChV
VOd97beGzDOr2L2y8Fr2br19iyK3omv4QoA1AsIWxFtbmR2TpPpCy4PfAwn+vjOh
/FtL/Ps6xRdCtstjTVUaKGpI1X77X8czEMDYEyor5CDdn+bzQvufIYyUNDrsxZps
cc0xSfX1z/tRsyPdbHmAxYtgJ8ss+spxzubOQrnOs4BwNZn5p1wbbIhTVV9avSOO
nwqbCGfs/Y2aq2wsar7kvx0/m1MSWoiOKthnofGa4qOgIbiD3xh72sscS4Uj62Fn
TeDhzhgczWWfHRnTIcMU4VDh4wgAm06Ty1orbwqXthclpjqLf2bVl2TE1NlpEnC8
nvPKyO8W06pv/gGxQc7vjFXLU12aKDdY7+pcAH9XyafFXQWt5qm3rScz5uBqU91S
w+z/qHw/c2U=
=oucm
-----END PGP SIGNATURE-----