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

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

                               ESB-2015.1164
HPSBMU03246 rev.2 - HP Insight Control for Linux Central Management Server
Pre-boot Execution Environment running Bash Shell, Multiple Vulnerabilities
                               29 April 2015

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

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

Product:           HP insight Control for Linux Central Management Server
Publisher:         Hewlett-Packard
Operating System:  Linux variants
Impact/Access:     Execute Arbitrary Code/Commands -- Remote/Unauthenticated
                   Access Privileged Data          -- Remote/Unauthenticated
                   Denial of Service               -- Remote/Unauthenticated
Resolution:        Patch/Upgrade
CVE Names:         CVE-2014-7187 CVE-2014-7186 CVE-2014-7169
                   CVE-2014-6278 CVE-2014-6277 CVE-2014-6271

Reference:         ESB-2015.0938
                   ESB-2015.0257
                   ESB-2015.0148
                   ASB-2014.0115
                   ASB-2014.0114
                   ASB-2014.0110

Original Bulletin: 
   http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c04558068

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

SUPPORT COMMUNICATION - SECURITY BULLETIN

Document ID: c04558068

Version: 2

HPSBMU03246 rev.2 - HP Insight Control for Linux Central Management Server 
Pre-boot Execution Environment running Bash Shell, Multiple Vulnerabilities

NOTICE: The information in this Security Bulletin should be acted upon as soon
as possible.

Release Date: 2015-02-04

Last Updated: 2015-04-24

Potential Security Impact: Multiple vulnerabilities

Source: Hewlett-Packard Company, HP Software Security Response Team

VULNERABILITY SUMMARY

Potential security vulnerabilities have been identified with HP Insight 
Control for Linux Central Management Server Pre-boot Execution Environment 
that could be exploited remotely resulting in Denial of Service (DoS), 
disclosure of information, and other vulnerabilities.

References:

CVE-2014-6271

CVE-2014-6277

CVE-2014-6278

CVE-2014-7169

CVE-2014-7186

CVE-2014-7187

CVE-2014-7196

SSRT101743

SUPPORTED SOFTWARE VERSIONS*: ONLY impacted versions are listed.

HP Insight Control for Linux Central Management Server Pre-boot Execution 
Environment running Bash Shell

BACKGROUND

For a PGP signed version of this security bulletin please write to: 
security-alert@hp.com

CVSS 2.0 Base Metrics	

Reference		Base Vector			Base Score

CVE-2014-6271		(AV:N/AC:L/Au:N/C:C/I:C/A:C)	10.0

CVE-2014-6277		(AV:N/AC:L/Au:N/C:C/I:C/A:C)	10.0

CVE-2014-6278		(AV:N/AC:L/Au:N/C:C/I:C/A:C)	10.0

CVE-2014-7169		(AV:N/AC:L/Au:N/C:C/I:C/A:C)	10.0

CVE-2014-7186		(AV:N/AC:L/Au:N/C:C/I:C/A:C)	10.0

CVE-2014-7187		(AV:N/AC:L/Au:N/C:C/I:C/A:C)	10.0

CVE-2014-7196		(AV:N/AC:L/Au:N/C:C/I:C/A:C)	10.0

Information on CVSS is documented in HP Customer Notice: HPSN-2008-002

RESOLUTION

HP has provided the following instructions to resolve these vulnerabilities.

Follow these steps to update the HP Insight Control for Linux Central 
Management Server Pre-boot Execution Environment:

NOTE: The following procedure updates the bash shell on the Linux Pre-boot 
Execution Environment on HP Insight Control for Linux Central Management 
Server. Please update the bash shell version on the Linux operating system 
running on the Central Management server that is hosting HP Insight Control 
for Linux.

1. On the Production RHEL 6.2 OS:

  a. Prepare temporary directory for Bash update software:

     # mkdir -p $HOME/tmp/bash

     # cd $HOME/tmp/bash

     # pwd

     <home directory>/tmp/bash

  b. Download the file 'bash-4.1.2-15.el6_4.2.i686.rpm' for Insight Control for
     Linux Red Hat 6.2 i386 from https://rhn.redhat.com/errata/RHSA-2014-1311.html
     Non-HP site to the temporary directory '$HOME/tmp/bash'.

  c. Extract the Bash update software package.

     # rpm2cpio bash-4.1.2-15.el6_4.2.i686.rpm| cpio -idmv

  d. Verify the version of the Bash update software:

     # ./bin/bash --version

       GNU bash, version 4.1.2(1)-release (i686-redhat-linux-gnu)

  e. Verify version dependencies:

     # ldd ./bin/bash

       linux-gate.so.1 => (0x008a7000)

       libtinfo.so.5 => /lib/libtinfo.so.5 (0x00459000)

       libdl.so.2 => /lib/libdl.so.2 (0x002c0000)

       libc.so.6 => /lib/libc.so.6 (0x0012e000)

       /lib/ld-linux.so.2 (0x00108000)

  f. Create archive file from '/lib' to copy and install on the Insight Control
     for Linux Central Management Server Pre-boot Execution Environment system:

     # mkdir $HOME/tmp/lib

     # cd /lib

     # cp * $HOME/tmp/lib

     # cd $HOME/tmp

     # pwd

     <home directory>/tmp

     # tar cvf bash_lib.tar *

2. Download the new archive file '$HOME/tmp/bash_lib.tar' from the Production
RHEL 6.2 OS system to the Insight Control for Linux Central Management Server
Pre-boot Execution Environment system.

3. On the HP Insight Control for Linux Central Managment Server Pre-boot 
Execution Environment system:

  a. Create a temporary folder for the toolkit and copy the toolkit there :

     # mkdir -p $HOME/tmp/temp-toolkit

     # cp /usr/share/systemimager/boot/i386/standard/toolkit.tar.gz 
       $HOME/tmp/temp-toolkit

  b. Extract the file 'toolkit.tar.gz' into the temporary folder:

     # cd $HOME/tmp/temp-toolkit

     # tar zxvf toolkit.tar.gz

     # mv $HOME/tmp/temp-toolkit/toolkit.tar.gz /tmp

  c. Verify the version of the toolkit Bash:

     # $HOME/tmp/temp-toolkit/bin/bash --version

       GNU bash, version 3.2.0(1)-release (i386-pc-linux-gnu) Copyright (C) 2005 Free
       Software Foundation, Inc.

  d. Verify dependencies versions:

     # ldd $HOME/tmp/temp-toolkit/bin/bash

       linux-gate.so.1 => (0xffffe000)

       libtermcap.so.2 => /lib/libtermcap.so.2 (0xf7f8c000)

       libdl.so.2 => /lib/libdl.so.2 (0x008bf000)

       libc.so.6 => /lib/libc.so.6 (0x00777000)

       /lib/ld-linux.so.2 (0x00755000)

  e. Extract the archive 'bash_lib.tar' to directory '$HOME/tmp/bash_lib' . Then
     copy the bash binary and the library files to their respective locations:

       # tar xvf $HOME/tmp/bash_lib

       # cp $HOME/tmp/bash_lib/bash/bash $HOME/tmp/temp-toolkit/bin

       # cp $HOME/tmp/bash_lib/lib/* $HOME/tmp/temp-toolkit/lib

  f. Create the updated toolkit gzipped archive file and place in 
     /usr/share/systemimager/boot/i386/standard

       # tar czvf toolkit.tar.gz *

       # cp toolkit.tar.gz /usr/share/systemimager/boot/i386/standard

HISTORY

Version:1 (rev.1) - 4 February 2015 Initial release

Version:2 (rev.2) - 24 April 2015 Amended SSRT case number

Third Party Security Patches: Third party security patches that are to be 
installed on systems running HP software products should be applied in 
accordance with the customer's patch management policy.

Support: For issues about implementing the recommendations of this Security 
Bulletin, contact normal HP Services support channel. For other issues about 
the content of this Security Bulletin, send e-mail to security-alert@hp.com.

Report: To report a potential security vulnerability with any HP supported 
product, send Email to: security-alert@hp.com

Subscribe: To initiate a subscription to receive future HP Security Bulletin 
alerts via Email: 
http://h41183.www4.hp.com/signup_alerts.php?jumpid=hpsc_secbulletins

Security Bulletin Archive: A list of recently released Security Bulletins is 
available here: 
https://h20564.www2.hp.com/portal/site/hpsc/public/kb/secBullArchive

Software Product Category: The Software Product Category is represented in the
title by the two characters following HPSB.

3C = 3COM

3P = 3rd Party Software

GN = HP General Software

HF = HP Hardware and Firmware

MP = MPE/iX

MU = Multi-Platform Software

NS = NonStop Servers

OV = OpenVMS

PI = Printing and Imaging

PV = ProCurve

ST = Storage Software

TU = Tru64 UNIX

UX = HP-UX

System management and security procedures must be reviewed frequently to 
maintain system integrity. HP is continually reviewing and enhancing the 
security features of software products to provide customers with current 
secure solutions.

"HP is broadly distributing this Security Bulletin in order to bring to the 
attention of users of the affected HP products the important security 
information contained in this Bulletin. HP recommends that all users determine
the applicability of this information to their individual situations and take
appropriate action. HP does not warrant that this information is necessarily 
accurate or complete for all user situations and, consequently, HP will not be
responsible for any damages resulting from user's use or disregard of the 
information provided in this Bulletin. To the extent permitted by law, HP 
disclaims all warranties, either express or implied, including the warranties
of merchantability and fitness for a particular purpose, title and 
non-infringement."

Copyright 2015 Hewlett-Packard Development Company, L.P.

Hewlett-Packard Company shall not be liable for technical or editorial errors
or omissions contained herein. The information provided is provided "as is" 
without warranty of any kind. To the extent permitted by law, neither HP or 
its affiliates, subcontractors or suppliers will be liable for 
incidental,special or consequential damages including downtime cost; lost 
profits;damages relating to the procurement of substitute products or 
services; or damages for loss of data, or software restoration. The 
information in this document is subject to change without notice. 
Hewlett-Packard Company and the names of Hewlett-Packard products referenced 
herein are trademarks of Hewlett-Packard Company in the United States and 
other countries. Other product and company names mentioned herein may be 
trademarks of their respective owners.

- --------------------------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

iQIVAwUBVUBAPxLndAQH1ShLAQJeOg/+Os2t6kZgmL0dwhoGeKOLGsmwLLD0DxHS
Gges0kJSyg1MTYn/1BFk531aBwqrjmEFsIPn26IrMEawWJui8OICEO8n58WuAK8U
TuStu2kyxkF113rdqw4VBbSCx+SBaQtxHQTXgz9kOwh63Si7It3vcgj7j/DhiAU7
LrpCOYKwK6Cwu940DULZxyv53qJDH4BT5HtYRWtHJyytKZ+7Q8z31mTZvwSnHUZM
E+k/hMVH4yAiDd2563kjMxZgPHW7+rhQeHk4t4j4cGli/xXUZtPIK7DmUvtx4ifo
R7+d0rhWadksUy9Vce7M4vCvp7JdfECYvxt6Tx0hN5Lv+TzMmkYOpEIeJS4KZ9Er
bbzRFaHCL9HJzMtXrMKnFcysJMuJncMczDEHMXl1Ma8t/5NpQiFe5GawqpY3eecX
jF1VV9SXJQNH1WrI4awMIlVx5ILrmNyHFK2x2J9CUZx2DapPyE12F+KbyvgWGjBw
9y2R1+GzHBP4N4polvJAYKBYAnk4DyTrYYyM1qbhiojKw7VW4/UWBDO06Laxma54
mSB8YJsY5d9C5tt3mgIUSdXZvhPAipkpKKPHsp5zpfbfUqm2PwDBeZcWqLt3ydgx
OP8Jhm+aoQHG/3NVSWRimvqoozVg1rLWSIMcyu/AAdJWD81pCh5/FWdqCq4+4F37
20BLJTvtG84=
=+PIk
-----END PGP SIGNATURE-----