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

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

                               ESB-2013.0981
               Moderate: kernel security and bug fix update
                               17 July 2013

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

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

Product:           kernel
Publisher:         Red Hat
Operating System:  Red Hat Enterprise Linux Server 6
                   Red Hat Enterprise Linux WS/Desktop 6
                   Virtualisation
Impact/Access:     Root Compromise          -- Existing Account
                   Denial of Service        -- Existing Account
                   Access Confidential Data -- Existing Account
                   Reduced Security         -- Existing Account
Resolution:        Patch/Upgrade
CVE Names:         CVE-2013-3301 CVE-2013-3225 CVE-2013-3224
                   CVE-2013-3222 CVE-2013-2852 CVE-2013-2635
                   CVE-2013-2634 CVE-2013-2128 CVE-2013-1848
                   CVE-2013-0914 CVE-2012-6548 

Reference:         ESB-2013.0955
                   ESB-2013.0949
                   ESB-2013.0859
                   ESB-2013.0845
                   ESB-2013.0818
                   ESB-2013.0715
                   ESB-2013.0702
                   ESB-2013.0693
                   ESB-2013.0691
                   ESB-2013.0645

Original Bulletin: 
   https://rhn.redhat.com/errata/RHSA-2013-1051.html
   https://rhn.redhat.com/errata/RHSA-2013-1080.html

Comment: This bulletin contains two (2) Red Hat security advisories.

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

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

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

Synopsis:          Moderate: kernel security and bug fix update
Advisory ID:       RHSA-2013:1051-01
Product:           Red Hat Enterprise Linux
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2013-1051.html
Issue date:        2013-07-16
CVE Names:         CVE-2012-6548 CVE-2013-0914 CVE-2013-1848 
                   CVE-2013-2128 CVE-2013-2634 CVE-2013-2635 
                   CVE-2013-2852 CVE-2013-3222 CVE-2013-3224 
                   CVE-2013-3225 CVE-2013-3301 
=====================================================================

1. Summary:

Updated kernel packages that fix multiple security issues and several bugs
are now available for Red Hat Enterprise Linux 6.

The Red Hat Security Response Team has rated this update as having moderate
security impact. Common Vulnerability Scoring System (CVSS) base scores,
which give detailed severity ratings, are available for each vulnerability
from the CVE links in the References section.

2. Relevant releases/architectures:

Red Hat Enterprise Linux Desktop (v. 6) - i386, noarch, x86_64
Red Hat Enterprise Linux Desktop Optional (v. 6) - i386, x86_64
Red Hat Enterprise Linux HPC Node (v. 6) - noarch, x86_64
Red Hat Enterprise Linux HPC Node Optional (v. 6) - x86_64
Red Hat Enterprise Linux Server (v. 6) - i386, noarch, ppc64, s390x, x86_64
Red Hat Enterprise Linux Server Optional (v. 6) - i386, ppc64, s390x, x86_64
Red Hat Enterprise Linux Workstation (v. 6) - i386, noarch, x86_64
Red Hat Enterprise Linux Workstation Optional (v. 6) - i386, x86_64

3. Description:

The kernel packages contain the Linux kernel, the core of any Linux
operating system.

This update fixes the following security issues:

* A flaw was found in the tcp_read_sock() function in the Linux kernel's
IPv4 TCP/IP protocol suite implementation in the way socket buffers (skb)
were handled. A local, unprivileged user could trigger this issue via a
call to splice(), leading to a denial of service. (CVE-2013-2128,
Moderate)

* Information leak flaws in the Linux kernel could allow a local,
unprivileged user to leak kernel memory to user-space. (CVE-2012-6548,
CVE-2013-2634, CVE-2013-2635, CVE-2013-3222, CVE-2013-3224, CVE-2013-3225,
Low)

* An information leak was found in the Linux kernel's POSIX signals
implementation. A local, unprivileged user could use this flaw to bypass
the Address Space Layout Randomization (ASLR) security feature.
(CVE-2013-0914, Low)

* A format string flaw was found in the ext3_msg() function in the Linux
kernel's ext3 file system implementation. A local user who is able to mount
an ext3 file system could use this flaw to cause a denial of service or,
potentially, escalate their privileges. (CVE-2013-1848, Low)

* A format string flaw was found in the b43_do_request_fw() function in the
Linux kernel's b43 driver implementation. A local user who is able to
specify the "fwpostfix" b43 module parameter could use this flaw to cause a
denial of service or, potentially, escalate their privileges.
(CVE-2013-2852, Low)

* A NULL pointer dereference flaw was found in the Linux kernel's ftrace
and function tracer implementations. A local user who has the CAP_SYS_ADMIN
capability could use this flaw to cause a denial of service.
(CVE-2013-3301, Low)

Red Hat would like to thank Kees Cook for reporting CVE-2013-2852.

This update also fixes several bugs. Documentation for these changes will
be available shortly from the Technical Notes document linked to in the
References section.

Users should upgrade to these updated packages, which contain backported
patches to correct these issues. The system must be rebooted for this
update to take effect.

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
https://access.redhat.com/site/articles/11258

To install kernel packages manually, use "rpm -ivh [package]". Do not
use "rpm -Uvh" as that will remove the running kernel binaries from
your system. You may use "rpm -e" to remove old kernels after
determining that the new kernel functions properly on your system.

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

920499 - CVE-2013-0914 Kernel: sa_restorer information leak
920783 - CVE-2013-1848 kernel: ext3: format string issues
922353 - CVE-2012-6548 Kernel: udf: information leak on export
924689 - CVE-2013-2634 kernel: Information leak in the Data Center Bridging (DCB) component
924690 - CVE-2013-2635 kernel: Information leak in the RTNETLINK component
952197 - CVE-2013-3301 Kernel: tracing: NULL pointer dereference
955216 - CVE-2013-3222 Kernel: atm: update msg_namelen in vcc_recvmsg()
955599 - CVE-2013-3224 Kernel: Bluetooth: possible info leak in bt_sock_recvmsg()
955649 - CVE-2013-3225 Kernel: Bluetooth: RFCOMM - missing msg_namelen update in rfcomm_sock_recvmsg
968484 - CVE-2013-2128 Kernel: net: oops from tcp_collapse() when using splice(2)
969518 - CVE-2013-2852 kernel: b43: format string leaking into error msgs

6. Package List:

Red Hat Enterprise Linux Desktop (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Client/en/os/SRPMS/kernel-2.6.32-358.14.1.el6.src.rpm

i386:
kernel-2.6.32-358.14.1.el6.i686.rpm
kernel-debug-2.6.32-358.14.1.el6.i686.rpm
kernel-debug-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debug-devel-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-common-i686-2.6.32-358.14.1.el6.i686.rpm
kernel-devel-2.6.32-358.14.1.el6.i686.rpm
kernel-headers-2.6.32-358.14.1.el6.i686.rpm
perf-2.6.32-358.14.1.el6.i686.rpm
perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm

noarch:
kernel-doc-2.6.32-358.14.1.el6.noarch.rpm
kernel-firmware-2.6.32-358.14.1.el6.noarch.rpm

x86_64:
kernel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-devel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-358.14.1.el6.x86_64.rpm
kernel-devel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-headers-2.6.32-358.14.1.el6.x86_64.rpm
perf-2.6.32-358.14.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm

Red Hat Enterprise Linux Desktop Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Client/en/os/SRPMS/kernel-2.6.32-358.14.1.el6.src.rpm

i386:
kernel-debug-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-common-i686-2.6.32-358.14.1.el6.i686.rpm
perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm
python-perf-2.6.32-358.14.1.el6.i686.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm

x86_64:
kernel-debug-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-358.14.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm

Red Hat Enterprise Linux HPC Node (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6ComputeNode/en/os/SRPMS/kernel-2.6.32-358.14.1.el6.src.rpm

noarch:
kernel-doc-2.6.32-358.14.1.el6.noarch.rpm
kernel-firmware-2.6.32-358.14.1.el6.noarch.rpm

x86_64:
kernel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-devel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-358.14.1.el6.x86_64.rpm
kernel-devel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-headers-2.6.32-358.14.1.el6.x86_64.rpm
perf-2.6.32-358.14.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm

Red Hat Enterprise Linux HPC Node Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6ComputeNode/en/os/SRPMS/kernel-2.6.32-358.14.1.el6.src.rpm

x86_64:
kernel-debug-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-358.14.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm

Red Hat Enterprise Linux Server (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/kernel-2.6.32-358.14.1.el6.src.rpm

i386:
kernel-2.6.32-358.14.1.el6.i686.rpm
kernel-debug-2.6.32-358.14.1.el6.i686.rpm
kernel-debug-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debug-devel-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-common-i686-2.6.32-358.14.1.el6.i686.rpm
kernel-devel-2.6.32-358.14.1.el6.i686.rpm
kernel-headers-2.6.32-358.14.1.el6.i686.rpm
perf-2.6.32-358.14.1.el6.i686.rpm
perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm

noarch:
kernel-doc-2.6.32-358.14.1.el6.noarch.rpm
kernel-firmware-2.6.32-358.14.1.el6.noarch.rpm

ppc64:
kernel-2.6.32-358.14.1.el6.ppc64.rpm
kernel-bootwrapper-2.6.32-358.14.1.el6.ppc64.rpm
kernel-debug-2.6.32-358.14.1.el6.ppc64.rpm
kernel-debug-debuginfo-2.6.32-358.14.1.el6.ppc64.rpm
kernel-debug-devel-2.6.32-358.14.1.el6.ppc64.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.ppc64.rpm
kernel-debuginfo-common-ppc64-2.6.32-358.14.1.el6.ppc64.rpm
kernel-devel-2.6.32-358.14.1.el6.ppc64.rpm
kernel-headers-2.6.32-358.14.1.el6.ppc64.rpm
perf-2.6.32-358.14.1.el6.ppc64.rpm
perf-debuginfo-2.6.32-358.14.1.el6.ppc64.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.ppc64.rpm

s390x:
kernel-2.6.32-358.14.1.el6.s390x.rpm
kernel-debug-2.6.32-358.14.1.el6.s390x.rpm
kernel-debug-debuginfo-2.6.32-358.14.1.el6.s390x.rpm
kernel-debug-devel-2.6.32-358.14.1.el6.s390x.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.s390x.rpm
kernel-debuginfo-common-s390x-2.6.32-358.14.1.el6.s390x.rpm
kernel-devel-2.6.32-358.14.1.el6.s390x.rpm
kernel-headers-2.6.32-358.14.1.el6.s390x.rpm
kernel-kdump-2.6.32-358.14.1.el6.s390x.rpm
kernel-kdump-debuginfo-2.6.32-358.14.1.el6.s390x.rpm
kernel-kdump-devel-2.6.32-358.14.1.el6.s390x.rpm
perf-2.6.32-358.14.1.el6.s390x.rpm
perf-debuginfo-2.6.32-358.14.1.el6.s390x.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.s390x.rpm

x86_64:
kernel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-devel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-358.14.1.el6.x86_64.rpm
kernel-devel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-headers-2.6.32-358.14.1.el6.x86_64.rpm
perf-2.6.32-358.14.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm

Red Hat Enterprise Linux Server Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/os/SRPMS/kernel-2.6.32-358.14.1.el6.src.rpm

i386:
kernel-debug-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-common-i686-2.6.32-358.14.1.el6.i686.rpm
perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm
python-perf-2.6.32-358.14.1.el6.i686.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm

ppc64:
kernel-debug-debuginfo-2.6.32-358.14.1.el6.ppc64.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.ppc64.rpm
kernel-debuginfo-common-ppc64-2.6.32-358.14.1.el6.ppc64.rpm
perf-debuginfo-2.6.32-358.14.1.el6.ppc64.rpm
python-perf-2.6.32-358.14.1.el6.ppc64.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.ppc64.rpm

s390x:
kernel-debug-debuginfo-2.6.32-358.14.1.el6.s390x.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.s390x.rpm
kernel-debuginfo-common-s390x-2.6.32-358.14.1.el6.s390x.rpm
kernel-kdump-debuginfo-2.6.32-358.14.1.el6.s390x.rpm
perf-debuginfo-2.6.32-358.14.1.el6.s390x.rpm
python-perf-2.6.32-358.14.1.el6.s390x.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.s390x.rpm

x86_64:
kernel-debug-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-358.14.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm

Red Hat Enterprise Linux Workstation (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/kernel-2.6.32-358.14.1.el6.src.rpm

i386:
kernel-2.6.32-358.14.1.el6.i686.rpm
kernel-debug-2.6.32-358.14.1.el6.i686.rpm
kernel-debug-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debug-devel-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-common-i686-2.6.32-358.14.1.el6.i686.rpm
kernel-devel-2.6.32-358.14.1.el6.i686.rpm
kernel-headers-2.6.32-358.14.1.el6.i686.rpm
perf-2.6.32-358.14.1.el6.i686.rpm
perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm

noarch:
kernel-doc-2.6.32-358.14.1.el6.noarch.rpm
kernel-firmware-2.6.32-358.14.1.el6.noarch.rpm

x86_64:
kernel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debug-devel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-358.14.1.el6.x86_64.rpm
kernel-devel-2.6.32-358.14.1.el6.x86_64.rpm
kernel-headers-2.6.32-358.14.1.el6.x86_64.rpm
perf-2.6.32-358.14.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm

Red Hat Enterprise Linux Workstation Optional (v. 6):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Workstation/en/os/SRPMS/kernel-2.6.32-358.14.1.el6.src.rpm

i386:
kernel-debug-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.i686.rpm
kernel-debuginfo-common-i686-2.6.32-358.14.1.el6.i686.rpm
perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm
python-perf-2.6.32-358.14.1.el6.i686.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.i686.rpm

x86_64:
kernel-debug-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-358.14.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-2.6.32-358.14.1.el6.x86_64.rpm
python-perf-debuginfo-2.6.32-358.14.1.el6.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-2012-6548.html
https://www.redhat.com/security/data/cve/CVE-2013-0914.html
https://www.redhat.com/security/data/cve/CVE-2013-1848.html
https://www.redhat.com/security/data/cve/CVE-2013-2128.html
https://www.redhat.com/security/data/cve/CVE-2013-2634.html
https://www.redhat.com/security/data/cve/CVE-2013-2635.html
https://www.redhat.com/security/data/cve/CVE-2013-2852.html
https://www.redhat.com/security/data/cve/CVE-2013-3222.html
https://www.redhat.com/security/data/cve/CVE-2013-3224.html
https://www.redhat.com/security/data/cve/CVE-2013-3225.html
https://www.redhat.com/security/data/cve/CVE-2013-3301.html
https://access.redhat.com/security/updates/classification/#moderate
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.4_Technical_Notes/kernel.html

8. Contact:

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

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

iD8DBQFR5ZCBXlSAg2UNWIIRAu45AJ4wvCIgZc5p6JTP60Jn+m6E6+7aWQCgomY5
SsizMDtk6PKcY/bnlrCqcSQ=
=15di
- -----END PGP SIGNATURE-----

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

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

Synopsis:          Moderate: kernel security and bug fix update
Advisory ID:       RHSA-2013:1080-01
Product:           Red Hat OpenStack
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2013-1080.html
Issue date:        2013-07-16
CVE Names:         CVE-2012-6548 CVE-2013-0914 CVE-2013-1848 
                   CVE-2013-2128 CVE-2013-2634 CVE-2013-2635 
                   CVE-2013-2852 CVE-2013-3222 CVE-2013-3224 
                   CVE-2013-3225 CVE-2013-3301 
=====================================================================

1. Summary:

Updated kernel packages that fix multiple security issues and several bugs
are now available for Red Hat OpenStack 3.0.

The Red Hat Security Response Team has rated this update as having moderate
security impact. Common Vulnerability Scoring System (CVSS) base scores,
which give detailed severity ratings, are available for each vulnerability
from the CVE links in the References section.

2. Relevant releases/architectures:

OpenStack 3 - noarch, x86_64

3. Description:

Red Hat OpenStack 3.0 includes a custom Red Hat Enterprise Linux 6.4
kernel. These custom kernel packages include support for network
namespaces, this support is required to facilitate advanced OpenStack
Networking deployments.

This update fixes the following security issues:

* A flaw was found in the tcp_read_sock() function in the Linux kernel's
IPv4 TCP/IP protocol suite implementation in the way socket buffers (skb)
were handled. A local, unprivileged user could trigger this issue via a
call to splice(), leading to a denial of service. (CVE-2013-2128,
Moderate)

* Information leak flaws in the Linux kernel could allow a local,
unprivileged user to leak kernel memory to user-space. (CVE-2012-6548,
CVE-2013-2634, CVE-2013-2635, CVE-2013-3222, CVE-2013-3224, CVE-2013-3225,
Low)

* An information leak was found in the Linux kernel's POSIX signals
implementation. A local, unprivileged user could use this flaw to bypass
the Address Space Layout Randomization (ASLR) security feature.
(CVE-2013-0914, Low)

* A format string flaw was found in the ext3_msg() function in the Linux
kernel's ext3 file system implementation. A local user who is able to mount
an ext3 file system could use this flaw to cause a denial of service or,
potentially, escalate their privileges. (CVE-2013-1848, Low)

* A format string flaw was found in the b43_do_request_fw() function in the
Linux kernel's b43 driver implementation. A local user who is able to
specify the "fwpostfix" b43 module parameter could use this flaw to cause a
denial of service or, potentially, escalate their privileges.
(CVE-2013-2852, Low)

* A NULL pointer dereference flaw was found in the Linux kernel's ftrace
and function tracer implementations. A local user who has the CAP_SYS_ADMIN
capability could use this flaw to cause a denial of service.
(CVE-2013-3301, Low)

Red Hat would like to thank Kees Cook for reporting CVE-2013-2852.

More information on the Red Hat Enterprise Linux 6.4 kernel packages upon
which these custom kernel packages are based is available in
RHSA-2013:1051:

https://rhn.redhat.com/errata/RHSA-2013-1051.html

All Red Hat OpenStack 3.0 users deploying the OpenStack Networking service
are advised to install these updated packages.

4. Solution:

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

Details on how to use the Red Hat Network to apply this update are
available at https://access.redhat.com/site/articles/11258

This Red Hat OpenStack 3.0 kernel may be installed by running this command
while logged in as the root user on a system that has the required
entitlements and subscriptions attached:

# yum install "kernel-2.6.*.openstack.el6.x86_64"

Documentation for both stable and preview releases of Red Hat OpenStack is
available at:

https://access.redhat.com/site/documentation/en-US/Red_Hat_OpenStack/

In particular it is highly recommended that all users read the Release
Notes document for the relevant Red Hat OpenStack release prior to
installation.

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

920499 - CVE-2013-0914 Kernel: sa_restorer information leak
920783 - CVE-2013-1848 kernel: ext3: format string issues
922353 - CVE-2012-6548 Kernel: udf: information leak on export
924689 - CVE-2013-2634 kernel: Information leak in the Data Center Bridging (DCB) component
924690 - CVE-2013-2635 kernel: Information leak in the RTNETLINK component
952197 - CVE-2013-3301 Kernel: tracing: NULL pointer dereference
955216 - CVE-2013-3222 Kernel: atm: update msg_namelen in vcc_recvmsg()
955599 - CVE-2013-3224 Kernel: Bluetooth: possible info leak in bt_sock_recvmsg()
955649 - CVE-2013-3225 Kernel: Bluetooth: RFCOMM - missing msg_namelen update in rfcomm_sock_recvmsg
968484 - CVE-2013-2128 Kernel: net: oops from tcp_collapse() when using splice(2)
969518 - CVE-2013-2852 kernel: b43: format string leaking into error msgs

6. Package List:

OpenStack 3:

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/RHOS/SRPMS/kernel-2.6.32-358.114.1.openstack.el6.src.rpm

noarch:
kernel-doc-2.6.32-358.114.1.openstack.el6.noarch.rpm
kernel-firmware-2.6.32-358.114.1.openstack.el6.noarch.rpm

x86_64:
kernel-2.6.32-358.114.1.openstack.el6.x86_64.rpm
kernel-debug-2.6.32-358.114.1.openstack.el6.x86_64.rpm
kernel-debug-debuginfo-2.6.32-358.114.1.openstack.el6.x86_64.rpm
kernel-debug-devel-2.6.32-358.114.1.openstack.el6.x86_64.rpm
kernel-debuginfo-2.6.32-358.114.1.openstack.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-358.114.1.openstack.el6.x86_64.rpm
kernel-devel-2.6.32-358.114.1.openstack.el6.x86_64.rpm
kernel-headers-2.6.32-358.114.1.openstack.el6.x86_64.rpm
perf-2.6.32-358.114.1.openstack.el6.x86_64.rpm
perf-debuginfo-2.6.32-358.114.1.openstack.el6.x86_64.rpm
python-perf-2.6.32-358.114.1.openstack.el6.x86_64.rpm
python-perf-debuginfo-2.6.32-358.114.1.openstack.el6.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-2012-6548.html
https://www.redhat.com/security/data/cve/CVE-2013-0914.html
https://www.redhat.com/security/data/cve/CVE-2013-1848.html
https://www.redhat.com/security/data/cve/CVE-2013-2128.html
https://www.redhat.com/security/data/cve/CVE-2013-2634.html
https://www.redhat.com/security/data/cve/CVE-2013-2635.html
https://www.redhat.com/security/data/cve/CVE-2013-2852.html
https://www.redhat.com/security/data/cve/CVE-2013-3222.html
https://www.redhat.com/security/data/cve/CVE-2013-3224.html
https://www.redhat.com/security/data/cve/CVE-2013-3225.html
https://www.redhat.com/security/data/cve/CVE-2013-3301.html
https://access.redhat.com/security/updates/classification/#moderate
https://rhn.redhat.com/errata/RHSA-2013-1051.html
https://access.redhat.com/site/documentation/en-US/Red_Hat_OpenStack/

8. Contact:

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

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

iD8DBQFR5ZELXlSAg2UNWIIRAnyEAKCQmfo77gOX4PyGDEpf7KbN4VmvGACgp/ZQ
wRA1/svGVSCxEBsM1o9XQeQ=
=MQ/x
- -----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

iQIVAwUBUeXg+BLndAQH1ShLAQKjpxAAlAB2pyR/qI0cHGjazChLIeFLqx4d9e1A
YeTb9gbMf/IIbfMrxxgWEA6dQ879RwSWZKXaSDwkRXF7TCySMWdzJG6ZDyyM4OIl
Xz7tlREHzzzT0G7opgAW+8VzTv+SCXWLU5rfZOIggdXmf/7Hboelta/KpuDeR3Sg
FJpCs2qK2YwuJiY/2+oNmV50sXOYv2ON3w7qOlNp5dnWXdnlX6ktEowCtuUSAoLl
x6HL4uzV+EMR/exNpxAHAsf1quHyjlNwS3wH5ljAeJC2wMs4ZAhisDELzA2nMZbG
K5DLXyurjx4ADoUr2idxoUkS+GnsiDCw6HflHsp9d9UN0js+DEkuBMFD4Gw5Qhby
lDN95xarUBbMWtpyeQSSPd7pTpFrzYIOyhk7YHkyg6foCI0OMfBoeREw0g8K4dyv
ZmVTIsZtPZZXenxgQzj3lLMEZWHhzSF9qnwJ1f59DqJm3kmoxsZquNUf9qLGrFSd
cvCySozXWsFvW8IQN/WEO7NwbnwThiA2EccjhrDepkHp3aryS7OvCeISQfuv1anh
v9oe0de+WuXGQ3bvjCIxK6fYmdsgH0QoAQN+QBQAdD1JfUO+kRaXsghMKh+4uQtn
YLXLImJ3TcJgDRmXronF/vttswNheVgFEFKxDUOa+pF9db+2xk3kQtBYZNTeqKy5
fT59tN1nzcc=
=Pan8
-----END PGP SIGNATURE-----