Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Netflix outside the USA - in Linux & with Tunlr
· Enhanced Mitigation Experience Toolkit 4.0
· Intel Haswell HD Graphics 4600 vs. AMD Radeon Graphics On Linux
· DSA 2709-1: wireshark security update
· Simulator Provides Early Look at iOS 7 on the iPad
· AMD A10-6800K Cracks 8.00 GHz Mark and more
· Ubuntu 13.10 Release Schedule
· PHP 5.5.0 RC3 for Debian 7.0 Wheezy
· Windows 8.1 screenshots leaked, redesigns showcased
· DSA 2708-1: fail2ban security update

Upcoming News
· SanDisk Extreme II 240GB SSD Review
· Решебник 5 класс бесплатно
· ASUS Maximus VI Extreme Z87 motherboard review
· The SSD Review has Posted a New Article!
· News: AMD's A10-6800K and A10-6700 'Richland' APUs reviewed
· AllPuter.com product launch: 20X Super Long Range Telescope for Galaxy Note 2 Photography
· Intel DZ87KLT-75K "Kinsley Thunderbolt" Motherboard Review @ HiTech Legion
· Corsair Carbide Air 540 ATX Cube Chassis Review
· REVIEW: Diamond Radeon HD 7790 @ PureOverclock
· SanDisk Extreme II 240 GB SSD Review @ OCC

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· Building a new PC: how EXACTLY to install USB mouse?
by: joyask43
on: 2013-06-09 14:36
6 replies, 2627 views

· Packet CD
by: natalieksh5
on: 2013-06-06 14:19
4 replies, 3432 views

· THE SIMS 2 DIRECTX 9.0C ERROR MESSAGE!! HELP! URGENT!!
by: tandrask34
on: 2013-06-05 14:06
28 replies, 93155 views

· Hello
by: barryherne
on: 2013-06-05 13:09
0 replies, 174 views

· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6886 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » December 2011 » Kernel security and bug fix update for RHEL 6

Kernel security and bug fix update for RHEL 6

Posted by Philipp Esselbach on: 12/23/2011 11:37 AM [ Print | 0 comment(s) ]

Red Hat has released updated kernel packages for Red Hat Enterprise Linux 6




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

Synopsis: Important: kernel security and bug fix update
Advisory ID: RHSA-2011:1849-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2011-1849.html
Issue date: 2011-12-22
CVE Names: CVE-2011-4127
=====================================================================

1. Summary:

Updated kernel packages that fix one security issue and various bugs are
now available for Red Hat Enterprise Linux 6.

The Red Hat Security Response Team has rated this update as having
important 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 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.

Security fix:

* Using the SG_IO IOCTL to issue SCSI requests to partitions or LVM volumes
resulted in the requests being passed to the underlying block device. If a
privileged user only had access to a single partition or LVM volume, they
could use this flaw to bypass those restrictions and gain read and write
access (and be able to issue other SCSI commands) to the entire block
device.

In KVM (Kernel-based Virtual Machine) environments using raw format virtio
disks backed by a partition or LVM volume, a privileged guest user could
bypass intended restrictions and issue read and write requests (and other
SCSI commands) on the host, and possibly access the data of other guests
that reside on the same underlying block device. Partition-based and
LVM-based storage pools are not used by default. Refer to Red Hat Bugzilla
bug 752375 for further details and a mitigation script for users who cannot
apply this update immediately. (CVE-2011-4127, Important)

Bug fixes:

* Previously, idle load balancer kick requests from other CPUs could be
serviced without first receiving an inter-processor interrupt (IPI). This
could have led to a deadlock. (BZ#750459)

* This update fixes a performance regression that may have caused processes
(including KVM guests) to hang for a number of seconds. (BZ#751403)

* When md_raid1_unplug_device() was called while holding a spinlock, under
certain device failure conditions, it was possible for the lock to be
requested again, deeper in the call chain, causing a deadlock. Now,
md_raid1_unplug_device() is no longer called while holding a spinlock.
(BZ#755545)

* In hpet_next_event(), an interrupt could have occurred between the read
and write of the HPET (High Performance Event Timer) and the value of
HPET_COUNTER was then beyond that being written to the comparator
(HPET_Tn_CMP). Consequently, the timers were overdue for up to several
minutes. Now, a comparison is performed between the value of the counter
and the comparator in the HPET code. If the counter is beyond the
comparator, the "-ETIME" error code is returned. (BZ#756426)

* Index allocation in the virtio-blk module was based on a monotonically
increasing variable "index". Consequently, released indexes were not reused
and after a period of time, no new were available. Now, virtio-blk uses the
ida API to allocate indexes. (BZ#756427)

* A bug related to Context Caching existed in the Intel IOMMU support
module. On some newer Intel systems, the Context Cache mode has changed
from previous hardware versions, potentially exposing a Context coherency
race. The bug was exposed when performing a series of hot plug and unplug
operations of a Virtual Function network device which was immediately
configured into the network stack, i.e., successfully performed dynamic
host configuration protocol (DHCP). When the coherency race occurred, the
assigned device would not work properly in the guest virtual machine. With
this update, the Context coherency is corrected and the race and
potentially resulting device assignment failure no longer occurs.
(BZ#757671)

* The align_va_addr kernel parameter was ignored if secondary CPUs were
initialized. This happened because the parameter settings were overridden
during the initialization of secondary CPUs. Also, the align_va_addr
parameter documentation contained incorrect parameter arguments. With this
update, the underlying code has been modified to prevent the overriding and
the documentation has been updated. This update also removes the unused
code introduced by the patch for BZ#739456. (BZ#758028)

* Dell systems based on a future Intel processor with graphics acceleration
required the selection of the install system with basic video driver
installation option. This update removes this requirement. (BZ#758513)

4. Solution:

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

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/kb/docs/DOC-11259

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/):

752375 - CVE-2011-4127 kernel: possible privilege escalation via SG_IO ioctl

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-220.2.1.el6.src.rpm

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

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

x86_64:
kernel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-devel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-220.2.1.el6.x86_64.rpm
kernel-devel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-headers-2.6.32-220.2.1.el6.x86_64.rpm
perf-2.6.32-220.2.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-220.2.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-220.2.1.el6.src.rpm

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

x86_64:
kernel-debug-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-220.2.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
python-perf-2.6.32-220.2.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-220.2.1.el6.src.rpm

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

x86_64:
kernel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-devel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-220.2.1.el6.x86_64.rpm
kernel-devel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-headers-2.6.32-220.2.1.el6.x86_64.rpm
perf-2.6.32-220.2.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-220.2.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-220.2.1.el6.src.rpm

x86_64:
kernel-debug-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-220.2.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
python-perf-2.6.32-220.2.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-220.2.1.el6.src.rpm

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

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

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

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

x86_64:
kernel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-devel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-220.2.1.el6.x86_64.rpm
kernel-devel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-headers-2.6.32-220.2.1.el6.x86_64.rpm
perf-2.6.32-220.2.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-220.2.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-220.2.1.el6.src.rpm

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

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

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

x86_64:
kernel-debug-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-220.2.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
python-perf-2.6.32-220.2.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-220.2.1.el6.src.rpm

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

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

x86_64:
kernel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debug-devel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-220.2.1.el6.x86_64.rpm
kernel-devel-2.6.32-220.2.1.el6.x86_64.rpm
kernel-headers-2.6.32-220.2.1.el6.x86_64.rpm
perf-2.6.32-220.2.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-220.2.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-220.2.1.el6.src.rpm

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

x86_64:
kernel-debug-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
kernel-debuginfo-common-x86_64-2.6.32-220.2.1.el6.x86_64.rpm
perf-debuginfo-2.6.32-220.2.1.el6.x86_64.rpm
python-perf-2.6.32-220.2.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-2011-4127.html
https://access.redhat.com/security/updates/classification/#important
https://bugzilla.redhat.com/show_bug.cgi?id=752375

8. Contact:

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

Copyright 2011 Red Hat, Inc.


Bookmark and Share

Related Threads

08/02/2006 03:57 PM: 4k kernel stack size FIX (1) by danleff
10/04/2004 11:45 AM: Kernel source tree not found (1) by danleff

« Daily Reviews Summary 12/22/11 · 20 CentOS 6.2 Updates »

Linux Compatible » News » December 2011 » Kernel security and bug fix update for RHEL 6
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition