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

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

                               ESB-2011.0185
                   Low: bash security and bug fix update
                             17 February 2011

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

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

Product:           bash
Publisher:         Red Hat
Operating System:  Red Hat Enterprise Linux Desktop 4
                   Red Hat Enterprise Linux AS/ES/WS 4
Impact/Access:     Overwrite Arbitrary Files -- Existing Account
Resolution:        Patch/Upgrade
CVE Names:         CVE-2008-5374  

Reference:         ESB-2010.0038

Original Bulletin: 
   https://rhn.redhat.com/errata/RHSA-2011-0261.html

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

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

=====================================================================
                   Red Hat Security Advisory

Synopsis:          Low: bash security and bug fix update
Advisory ID:       RHSA-2011:0261-01
Product:           Red Hat Enterprise Linux
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2011-0261.html
Issue date:        2011-02-16
CVE Names:         CVE-2008-5374 
=====================================================================

1. Summary:

Updated bash packages that fix one security issue and several bugs are now
available for Red Hat Enterprise Linux 4.

The Red Hat Security Response Team has rated this update as having low
security impact. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available from the CVE link in
the References section.

2. Relevant releases/architectures:

Red Hat Enterprise Linux AS version 4 - i386, ia64, ppc, s390, s390x, x86_64
Red Hat Enterprise Linux Desktop version 4 - i386, x86_64
Red Hat Enterprise Linux ES version 4 - i386, ia64, x86_64
Red Hat Enterprise Linux WS version 4 - i386, ia64, x86_64

3. Description:

Bash (Bourne-again shell) is the default shell for Red Hat Enterprise
Linux.

It was found that certain scripts bundled with the Bash documentation
created temporary files in an insecure way. A malicious, local user could
use this flaw to conduct a symbolic link attack, allowing them to overwrite
the contents of arbitrary files accessible to the victim running the
scripts. (CVE-2008-5374)

This update also fixes the following bugs:

* If a child process's PID was the same as the PID of a previously ended
child process, Bash did not wait for that child process. In some cases this
caused "Resource temporarily unavailable" errors. With this update, Bash
recycles PIDs and waits for processes with recycled PIDs. (BZ#521134)

* Bash's built-in "read" command had a memory leak when "read" failed due
to no input (pipe for stdin). With this update, the memory is correctly
freed. (BZ#537029)

* Bash did not correctly check for a valid multi-byte string when setting
the IFS value, causing Bash to crash. With this update, Bash checks the
multi-byte string and no longer crashes. (BZ#539536)

* Bash incorrectly set locale settings when using the built-in "export"
command and setting the locale on the same line (for example, with
"LC_ALL=C export LC_ALL"). With this update, Bash correctly sets locale
settings. (BZ#539538)

All bash users should upgrade to these updated packages, which contain
backported patches to correct these issues.

4. Solution:

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
http://kbase.redhat.com/faq/docs/DOC-11259

5. Bugs fixed (http://bugzilla.redhat.com/):

475474 - CVE-2008-5374 bash: Insecure temporary file use in aliasconv.sh, aliasconv.bash, cshtobash (symlink attack)
521134 - Bash doesn't wait for backgrounded process if its PID is recycled

6. Package List:

Red Hat Enterprise Linux AS version 4:

Source:
ftp://updates.redhat.com/enterprise/4AS/en/os/SRPMS/bash-3.0-27.el4.src.rpm

i386:
bash-3.0-27.el4.i386.rpm
bash-debuginfo-3.0-27.el4.i386.rpm

ia64:
bash-3.0-27.el4.i386.rpm
bash-3.0-27.el4.ia64.rpm
bash-debuginfo-3.0-27.el4.i386.rpm
bash-debuginfo-3.0-27.el4.ia64.rpm

ppc:
bash-3.0-27.el4.ppc.rpm
bash-debuginfo-3.0-27.el4.ppc.rpm

s390:
bash-3.0-27.el4.s390.rpm
bash-debuginfo-3.0-27.el4.s390.rpm

s390x:
bash-3.0-27.el4.s390x.rpm
bash-debuginfo-3.0-27.el4.s390x.rpm

x86_64:
bash-3.0-27.el4.x86_64.rpm
bash-debuginfo-3.0-27.el4.x86_64.rpm

Red Hat Enterprise Linux Desktop version 4:

Source:
ftp://updates.redhat.com/enterprise/4Desktop/en/os/SRPMS/bash-3.0-27.el4.src.rpm

i386:
bash-3.0-27.el4.i386.rpm
bash-debuginfo-3.0-27.el4.i386.rpm

x86_64:
bash-3.0-27.el4.x86_64.rpm
bash-debuginfo-3.0-27.el4.x86_64.rpm

Red Hat Enterprise Linux ES version 4:

Source:
ftp://updates.redhat.com/enterprise/4ES/en/os/SRPMS/bash-3.0-27.el4.src.rpm

i386:
bash-3.0-27.el4.i386.rpm
bash-debuginfo-3.0-27.el4.i386.rpm

ia64:
bash-3.0-27.el4.i386.rpm
bash-3.0-27.el4.ia64.rpm
bash-debuginfo-3.0-27.el4.i386.rpm
bash-debuginfo-3.0-27.el4.ia64.rpm

x86_64:
bash-3.0-27.el4.x86_64.rpm
bash-debuginfo-3.0-27.el4.x86_64.rpm

Red Hat Enterprise Linux WS version 4:

Source:
ftp://updates.redhat.com/enterprise/4WS/en/os/SRPMS/bash-3.0-27.el4.src.rpm

i386:
bash-3.0-27.el4.i386.rpm
bash-debuginfo-3.0-27.el4.i386.rpm

ia64:
bash-3.0-27.el4.i386.rpm
bash-3.0-27.el4.ia64.rpm
bash-debuginfo-3.0-27.el4.i386.rpm
bash-debuginfo-3.0-27.el4.ia64.rpm

x86_64:
bash-3.0-27.el4.x86_64.rpm
bash-debuginfo-3.0-27.el4.x86_64.rpm

These packages are GPG signed by Red Hat for security.  Our key and 
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/#package

7. References:

https://www.redhat.com/security/data/cve/CVE-2008-5374.html
https://access.redhat.com/security/updates/classification/#low

8. Contact:

The Red Hat security contact is <secalert@redhat.com>.  More contact
details at https://www.redhat.com/security/team/contact/

Copyright 2011 Red Hat, Inc.
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFNW+7XXlSAg2UNWIIRAo8wAJ0f0sHHZpVn98Y3ZVCCJpFWthbeIQCgs9al
0mEZRNtoUwieXtSlqwdhSY4=
=7Wkm
- -----END PGP SIGNATURE-----

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

iD8DBQFNXH3z/iFOrG6YcBERAp4tAJ9EASmGZrLzJy4BVkV9dopwQ9wO7wCgvNhi
5x50v3rGMM5b/bD25Y/T5K4=
=tPoy
-----END PGP SIGNATURE-----