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

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

                               ESB-2014.1951
        Vulnerability in SSLv3 affects IBM Platform Cluster Manager
                   and IBM Platform HPC (CVE-2014-3566)
                              24 October 2014

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

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

Product:           IBM Platform Cluster Manager and IBM Platform HPC
Publisher:         IBM
Operating System:  Linux variants
Impact/Access:     Access Confidential Data -- Remote with User Interaction
                   Reduced Security         -- Remote with User Interaction
Resolution:        Mitigation
CVE Names:         CVE-2014-3566  

Reference:         ASB-2014.0122
                   ESB-2014.1947
                   ESB-2014.1945
                   ESB-2014.1942
                   ESB-2014.1929
                   ESB-2014.1922
                   ESB-2014.1920
                   ESB-2014.1895
                   ESB-2014.1869
                   ESB-2014.1868.2
                   ESB-2014.1858

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

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

Security Bulletin: Vulnerability in SSLv3 affects IBM Platform Cluster
Manager and IBM Platform HPC (CVE-2014-3566)

Security Bulletin

Document information

More support for:
Platform Cluster Manager

Software version:
3.2, 4.1.0, 4.1.1

Operating system(s):
Platform Independent

Reference #:
T1021416

Modified date:
2014-10-21

Summary

SSLv3 contains a vulnerability that has been referred to as the Padding
Oracle On Downgraded Legacy Encryption (POODLE) attack. SSLv3 is enabled
in Platform Cluster Manager and Platform HPC.

Vulnerability Details
CVE-ID: CVE-2014-3566

DESCRIPTION: Product could allow a remote attacker to obtain sensitive
information, caused by a design error when using the SSLv3 protocol. A
remote user with the ability to conduct a man-in-the-middle attack could
exploit this vulnerability via a POODLE (Padding Oracle On Downgraded
Legacy Encryption) attack to decrypt SSL sessions and access the plaintext
of encrypted connections.

CVSS Base Score: 4.3
CVSS Temporal Score: See http://xforce.iss.net/xforce/xfdb/97013 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 Platform Cluster Manager v3.2, v4.1.x

Remediation/Fixes
None

Workarounds and Mitigations

IBM recommends that you review your entire environment to identify other
areas that enable the SSLv3 protocol and take appropriate mitigation such
as disabling SSLv3 and remediation actions.

If you have HTTPS enabled, complete the following steps. Otherwise, no
action is required.

For Platform Cluster Manager Standard Edition and Platform HPC:

1. Source your environment.
- - For Platform HPC Version 3.2 or Platform Cluster Manager Version 3.2,
run the following command:
# source /opt/kusu/bin/pcmenv.sh
- - For Platform HPC Version 4.1.1 or 4.1.1.1, run the following command:
# source /opt/pcm/bin/pcmenv.sh
- - For Platform Cluster Manager Version 4.1, 4.1.1, or 4.1.1.1, run the
following command:
# source /opt/pcm/bin/pcmenv.sh

2. Edit the $GUI_CONFDIR/server.xml file. In the connector XML tag, set
the sslProtocol value from SSL to TLS, and save the file. For example:

<Connector port="${CATALINA_HTTPS_START_PORT}" maxHttpHeaderSize="8192"
maxThreads="${CATALINA_MAX_THREADS}" minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="want" sslProtocol="TLS" algorithm="ibmX509"
compression="on" compressionMinSize="2000"
compressableMimeType="text/html,text/xml,text/css,text/javascript,text/plain"
connectionTimeout="20000" URIEncoding="UTF-8"/>

Note:

If you have a high availability environment enabled in Platform HPC Version
3.2 or Platform Cluster Manager Version 3.2, the server.xml file must be
modified on the master host and on the master candidate host.

If you have a high availability environment enabled in Platform HPC Version
4.1.1 or later, the server.xml must be modified on the primary management
node only.

If you have a high availability environment enabled in Platform Cluster
Manager Version 4.1 or later, the server.xml must be modified on the
primary management node only.

3. Restart the Web Portal service.

- - If a high availability environment is not enabled, run the following
command:

# pmcadmin stop
# pmcadmin start

- - If a high availability environment is enabled:

- - For Platform HPC Version 3.2 or Platform Cluster Manager Version 3.2,
run the following command on the master host:
# pmcadmin stop
# pmcadmin start
- - For Platform HPC Version 4.1.1 or 4.1.1.1, run the following command on
the primary management node:
# pcm-ha-support stop --service WEBGUI
# pcm-ha-support start --service WEBGUI
- - For Platform Cluster Manager Version 4.1, 4.1.1, or 4.1.1.1, run the
following command on the primary management node:
# pcm-ha-support stop --service WEBGUI
# pcm-ha-support start --service WEBGUI

For Platform Cluster Manager Advanced Edition:

1. Edit the install_dir/gui/conf/server.xml file. In the connector XML
tag, set the sslProtocol value from SSL to TLS, and save the file,
where install_dir is the top-level management server installation
directory. install_dir is set to /opt/platform by default. For example:

<Connector port="${CATALINA_HTTPS_START_PORT}" maxHttpHeaderSize="8192"
maxThreads="${CATALINA_MAX_THREADS}" minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="want" sslProtocol="TLS" algorithm="ibmX509"
compression="on" compressionMinSize="2000"
compressableMimeType="text/html,text/xml,text/css,text/javascript,text/plain"
connectionTimeout="20000" URIEncoding="UTF-8"/>

Note:

If a high availability environment is enabled, the path to the server.xml
is SHAREDDIR/gui/conf/server.xml, where SHAREADDIR is the directory set
by the users during the installation process. The server.xml only needs
to be modified on the primary management node.

2. Restart the Web Portal service.

# egosh user logon -u Admin -x Admin
# egosh service stop WEBGUI
# egosh service start WEBGUI

Note:

If a high availability environment is enabled, only restart the Web Portal
service on the primary management node.

References
Complete CVSS Guide
On-line Calculator V2
Complete CVSS Guide
On-line Calculator V2

Related information
IBM Secure Engineering Web Portal
IBM Product Security Incident Response Blog
IBM Secure Engineering Web Portal
IBM Product Security Incident Response Blog
Subscribe to Security Bulletins

Acknowledgement
None

Change History
20, October, 2014 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

iQIVAwUBVEoD5BLndAQH1ShLAQJKtw/9FVRFQHJNK7u4R+3Ul//LSwE+2FJuAv6J
9UdZprr2RusF94uUnE560asBQsdSRPb1W+EYXCYnwNkuWGQ1RWRIEkvEyiiwVkvQ
1x1xM1A0Ck2lOqzlRobQvSqFQX2QQxvxhjgDSAqtGRGIsGWieJ9KARZcF9KLqzBo
wMXDDPlDfF2YqH82sSmVh2+TYi5M+97VNve+qvyak1hdReQHBJM/EAgbLo1oZ4Kv
V+G72+QMty1sXfyfloS6GMAQzoGDcePbKHB0yqIsOIke7cQjzX1Eqsx62puPayn3
0bH2R8fhrdaH7QXREcMRdsgBhNwuVc2LlUoWAb4V3mtVFKgqEKJduaN91g+ZIZtQ
2D8szQCjE/I1Kam36gDg396ADQTxeBpi7lkty6bps0/m+uPjoX6fo2VshWUrwVCb
0e0jra3pPxgFPb3J+5D60XYe6BM7EeQdliAW/uA4KhKJ8Si7CCcPy3OsjuOPO+EH
+vNN6jX0loY9Q/zD8b5S/UJYyufJuHQgjaLHkSGIaq5Ede/cyvvI5+PA7SNj9TyI
yo3m9OOq98WofJDWLLtwNSKc7jE9A6FGtHvYYgdw/+pW/b069vBrfRDBmbhdFBAl
g1BV+lmCNcYS7Fbcp/4CIYt6yCHDHQ+703jGxvLE+gO6Ki6RUO4BqxEUjg0WReJI
ex1OA3eUq4A=
=7xTh
-----END PGP SIGNATURE-----