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

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

                               ESB-2015.0953
     Security Bulletin: Vulnerability in RC4 stream cipher affects IBM
 eDiscovery Identification and Collection 7.5.1, IBM Policy Assessment and
        Compliance 7.5.1, IBM Unstructured Data Identification and
              Mgmt 7.5.1 and IBM StoredIQ 7.6 (CVE-2015-2808)
                               14 April 2015

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

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

Product:           IBM eDiscovery Identification and Collection
                   IBM Policy Assessment and Compliance
                   IBM Unstructured Data Identification and Mgmt
                   IBM StoredIQ
Publisher:         IBM
Operating System:  VMware ESX Server
Impact/Access:     Access Privileged Data -- Remote/Unauthenticated
Resolution:        Mitigation
CVE Names:         CVE-2015-2808  

Reference:         ESB-2015.0950
                   ESB-2015.0949
                   ESB-2015.0948
                   ESB-2015.0947
                   ESB-2015.0946
                   ESB-2015.0944

Original Bulletin: 
   http://www-01.ibm.com/support/docview.wss?uid=swg21703436

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

Security Bulletin: Vulnerability in RC4 stream cipher affects IBM eDiscovery 
Identification and Collection 7.5.1, IBM Policy Assessment and Compliance 
7.5.1, IBM Unstructured Data Identification and Mgmt 7.5.1 and IBM StoredIQ 
7.6 (CVE-2015-2808)

Security Bulletin

Document information

More support for:

StoredIQ

Software version:

7.6

Operating system(s):

VMware ESXi, VMware vSphere

Reference #:

1703436

Modified date:

2015-04-10

Summary

The RC4 Bar Mitzvah Attack for SSL/TLS affects IBM eDiscovery Identification 
and Collection 7.5.1, IBM Policy Assessment and Compliance 7.5.1, IBM 
Unstructured Data Identification and Mgmt 7.5.1 and IBM StoredIQ 7.6

Vulnerability Details

CVEID: CVE-2015-2808

DESCRIPTION: The RC4 algorithm, as used in the TLS protocol and SSL protocol,
could allow a remote attacker to obtain sensitive information. An attacker 
could exploit this vulnerability to remotely expose account credentials 
without requiring an active man-in-the-middle session. Successful exploitation
could allow an attacker to retrieve credit card data or other sensitive 
information. This vulnerability is commonly referred to as "Bar Mitzvah 
Attack".

CVSS Base Score: 5

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

CVSS Environmental Score*: Undefined

CVSS Vector: (AV:N/AC:L/Au:N/C:P/I:N/A:N)

Affected Products and Versions

    IBM eDiscovery Identification and Collection 7.5.1

    IBM Policy Assessment and Compliance 7.5.1

    IBM Unstructured Data Identification and Mgmt 7.5.1

    IBM StoredIQ 7.6

Remediation/Fixes

IBM StoredIQ 7.5.1 Application Stack

In this version, the nginx SSL configuration is defined by the script that 
sets up HTTPS during the first-boot process (/siq/bin/certcfg). If HTTPS was 
not set up on first-boot or subsequently, then no configuration 
(/siq/svc/nginx/ssl.conf) will have been created.

For IBM StoredIQ 7.5.1, the procedure is to patch the script, and if it 
exists, the configuration file. This can be accomplished using sed and the 
ssl.conf and certcfg files.

These are the commands for the certcfg file:
sed -i 's/ssl_protocols .*/ssl_protocols TLSv1 TLSv1.1 TLSv1.2;/' /siq/bin/certcfg
sed -i 's/ssl_ciphers .*/ssl_ciphers HIGH:MEDIUM:+3DES:+DH:!RC4:!SEED:!IDEA:!eNULL:!aNULL;/' /siq/bin/certcfg

These are the commands for the ssl.conf file:
sed -i 's/ssl_protocols .*/ssl_protocols TLSv1 TLSv1.1 TLSv1.2;/' /siq/svc/nginx/ssl.conf
sed -i 's/ssl_ciphers .*/ssl_ciphers HIGH:MEDIUM:+3DES:+DH:!RC4:!SEED:!IDEA:!eNULL:!aNULL;/' /siq/svc/nginx/ssl.conf

After the changes, nginx must be restarted:
/siq/bin/monit restart nginx

IBM StoredIQ 7.5.1 Data Server
These are the sed commands to patch the Apache configuration:
sed -i 's/SSLProtocol .*/SSLProtocol -ALL +TLSv1/' /usr/local/apache/conf/httpd.conf
sed -i 's/SSLCipherSuite .*/SSLCipherSuite HIGH:MEDIUM:+3DES:+DH:!RC4:!SEED:!IDEA:!eNULL:!aNULL/' /usr/local/apache/conf/httpd.conf
After the changes, Apache must be restarted using this command:
/usr/local/apache/bin/apachectl graceful

IBM StoredIQ 7.6.0.3 Application Stack
In this version, the nginx SSL configuration is defined in a separate script from 
certcfg (/siq/svc/nginx/nginx-ctl). This script is run every time nginx is restarted, 
so there is no need to worry about a pre-existing configuration file 
(/siq/svc/nginx/ssl_protocols_ciphers.conf). The IBM StoredIQ 7.6.0.3 includes the 
FIPS mode feature, and there are two cipher strings in the file. However, only the 
non-FIPS mode must be patched.

The sed command for this fix is:
sed -i 's/ssl_ciphers="HIGH.*"/ssl_ciphers="HIGH:MEDIUM:+3DES:+DH:!RC4:!SEED:!IDEA:!eNULL:!aNULL"/' /siq/svc/nginx/nginx-ctl

After the changes, nginx must be restarted using this command:
/siq/bin/monit restart nginx 

Note: Versions of IBM StoredIQ earlier than 7.6.0.3, including 7.6.0.2 and 
7.6.0.0, work similar to 7.5.1 as described above. Most customers are at the 
current patch level, which is IBM StoredIQ 7.6.0.3.

Get Notified about Future Security Bulletins

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

References

Complete CVSS Guide

On-line Calculator V2

Related information

IBM Secure Engineering Web Portal

IBM Product Security Incident Response Blog

*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

iQIVAwUBVSxwxxLndAQH1ShLAQJRNw/+IMUKFR+CBXXLmZHCB7erN8W9YtGDyk6j
2aiWi8dnIvsq5/myxxLdyPA8D0aJ+EZp50C+TXjbBdJO3j+En5bLrwg0GcXF+cgu
V8Cut3gSeVUL0Oc5D3LpBX1xy5rGYbVd5DsIVs8rvFYJexVL7RcVlVvcvYCoIjMS
eIlLuoo/ZLEq1xlhXzsgAcs++7vwN3KkCrqH+ronEK6YmhVvZI8yLUo1+g5cB3vZ
+bW+XwRHdo7z4VdXJ8t5PwHIMcFO4OA4Jbxh37AWAhRh6d9nM6LqkjULk4LNBRzU
hlsXlOUfxjB4FaTITdPTfHFRwUdjLtwmLZ6SrdlkGEPy389HStC3wx3u6VbXgGN6
jDj9nj1v2SwiFhn019XIikbLyDtTH2DtzlFuS8Tieob2GSrwvUcpgV5inYAjgoa2
UyPdVrgfg2cTi43fzhNpK3xdTE119HJMYTsV/ZApwwAPgxIxtJxE2ABPSKDq5+rp
q0CYVri7anfFKyCuasLgXFtYOOt6BEaSEld47fr5XXzwNlWb8yPtys+6bKfQnNJt
jCDix2A1+w0O866Ue65nQ8Qo7m2unzsXtjw0lYwwmBmsUly7/esXIqdGI5mXSLGL
rASQDQVQocbTohddSr4j4FtAYUAYEIBdg288tXHpwO7prXlEhcPW8A733IOiNDdy
2zqY0unSoA0=
=aqfn
-----END PGP SIGNATURE-----