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

Latest News
[ Windows | Linux | Apple ]

· What's Wrong with the Xbox One? and more
· Microsoft updates its YouTube Windows Phone app with some concessions to Google
· 3 Debian Updates
· The third screen: Will all Windows 8 apps run on Microsoft's Xbox One?
· CentOS-6.4 LiveCD and LiveDVD for i386 and x86_64 released
· Apple OS X malware outbreak could give UK firms a bad Hangover
· 5 Modem At Command Examples in Linux (How to Configure Minicom)
· CompatDB Updates 05/22/13
· Removing and Wiping Drivers Guide and more
· Windows Server 2012 Essentials SDK Installer 1.1

Upcoming News
· Samsung BD-F7500 Review @ TechReviewSource.com
· Gigabyte Fly Headphones Review
· i-Mego Walker Junior Noise Cancelling Headphones Review @ TestFreaks
· bits from the piuparts maintainers: the first million is the hardest
· AMD Launches Its 2013 Mobile APU Products
· AMD 2013 A and E-Series Kabini and Temash Mobile APUs @ HotHardware.com
· AMD Kabini, Temash and Richland Information Overload
· ZOTAC GeForce GTX 680 AMP! Edition Graphics Card Review @ HardwareHeaven.com
· SanDisk Ultra Plus 256GB SSD Review
· What’s Wrong with the Xbox One? @ TestFreaks

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
· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6449 views

· Laptop keyboard drank soda
by: Zenn
on: 2013-04-30 00:27
1 replies, 697 views

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4567 views

· Need Linux-compatible PS/2 expansion card
by: Zenn
on: 2013-04-30 00:26
1 replies, 768 views

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1145 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 » September 2010 » Kernel Update for RHEL

Kernel Update for RHEL

Posted by Philipp Esselbach on: 09/03/2010 11:26 AM [ Print | 0 comment(s) ]

Red Hat has released an updated kernel for Red Hat Enterprise Linux 5.4




[RHSA-2010:0670-01] Important: kernel security and bug fix update
=====================================================================
Red Hat Security Advisory

Synopsis: Important: kernel security and bug fix update
Advisory ID: RHSA-2010:0670-01
Product: Red Hat Enterprise Linux
Advisory URL: rhn.redhat.com | Red Hat Support
Issue date: 2010-09-02
CVE Names: CVE-2010-2240 CVE-2010-2798
=====================================================================

1. Summary:

Updated kernel packages that fix two security issues and three bugs are now
available for Red Hat Enterprise Linux 5.4 Extended Update Support.

The Red Hat Security Response Team has rated this update as having
important 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 (v. 5.4.z server) - i386, ia64, noarch, ppc, s390x, 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:

* When an application has a stack overflow, the stack could silently
overwrite another memory mapped area instead of a segmentation fault
occurring, which could cause an application to execute arbitrary code,
possibly leading to privilege escalation. It is known that the X Window
System server can be used to trigger this flaw. (CVE-2010-2240, Important)

* A miscalculation of the size of the free space of the initial directory
entry in a directory leaf block was found in the Linux kernel Global File
System 2 (GFS2) implementation. A local, unprivileged user with write
access to a GFS2-mounted file system could perform a rename operation on
that file system to trigger a NULL pointer dereference, possibly resulting
in a denial of service or privilege escalation. (CVE-2010-2798, Important)

Red Hat would like to thank the X.Org security team for reporting
CVE-2010-2240, with upstream acknowledging Rafal Wojtczuk as the original
reporter; and Grant Diffey of CenITex for reporting CVE-2010-2798.

This update also fixes the following bugs:

* Problems receiving network traffic correctly via a non-standard layer 3
protocol when using the ixgbe driver. This update corrects this issue.
(BZ#618275)

* A bug was found in the way the megaraid_sas driver (for SAS based RAID
controllers) handled physical disks and management IOCTLs. All physical
disks were exported to the disk layer, allowing an oops in
megasas_complete_cmd_dpc() when completing the IOCTL command if a timeout
occurred. One possible trigger for this bug was running "mkfs". This update
resolves this issue by updating the megaraid_sas driver to version 4.31.
(BZ#619363)

* Previously, Message Signaled Interrupts (MSI) resulted in PCI bus writes
to mask and unmask the MSI IRQ for a PCI device. These unnecessary PCI bus
writes resulted in the serialization of MSIs, leading to poor performance
on systems with high MSI load. This update adds a new kernel boot
parameter, msi_nolock, which forgoes the PCI bus writes and allows for
better simultaneous processing of MSIs. (BZ#621939)

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
http://kbase.redhat.com/faq/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/):

606611 - CVE-2010-2240 kernel: mm: keep a guard page below a grow-down stack segment
618275 - Received data corrupts when non standards L3 protocols are used on ixgbe [rhel-5.4.z]
619363 - [LSI 5.6 feat] update megaraid_sas to version 4.31 [rhel-5.4.z]
620300 - CVE-2010-2798 kernel: gfs2: rename causes kernel panic
621939 - Significant MSI performance issue due to redundant interrupt masking [rhel-5.4.z]

6. Package List:

Red Hat Enterprise Linux (v. 5.4.z server):

Source:
kernel-2.6.18-164.25.1.el5.src.rpm

i386:
kernel-2.6.18-164.25.1.el5.i686.rpm
kernel-PAE-2.6.18-164.25.1.el5.i686.rpm
kernel-PAE-debuginfo-2.6.18-164.25.1.el5.i686.rpm
kernel-PAE-devel-2.6.18-164.25.1.el5.i686.rpm
kernel-debug-2.6.18-164.25.1.el5.i686.rpm
kernel-debug-debuginfo-2.6.18-164.25.1.el5.i686.rpm
kernel-debug-devel-2.6.18-164.25.1.el5.i686.rpm
kernel-debuginfo-2.6.18-164.25.1.el5.i686.rpm
kernel-debuginfo-common-2.6.18-164.25.1.el5.i686.rpm
kernel-devel-2.6.18-164.25.1.el5.i686.rpm
kernel-headers-2.6.18-164.25.1.el5.i386.rpm
kernel-xen-2.6.18-164.25.1.el5.i686.rpm
kernel-xen-debuginfo-2.6.18-164.25.1.el5.i686.rpm
kernel-xen-devel-2.6.18-164.25.1.el5.i686.rpm

ia64:
kernel-2.6.18-164.25.1.el5.ia64.rpm
kernel-debug-2.6.18-164.25.1.el5.ia64.rpm
kernel-debug-debuginfo-2.6.18-164.25.1.el5.ia64.rpm
kernel-debug-devel-2.6.18-164.25.1.el5.ia64.rpm
kernel-debuginfo-2.6.18-164.25.1.el5.ia64.rpm
kernel-debuginfo-common-2.6.18-164.25.1.el5.ia64.rpm
kernel-devel-2.6.18-164.25.1.el5.ia64.rpm
kernel-headers-2.6.18-164.25.1.el5.ia64.rpm
kernel-xen-2.6.18-164.25.1.el5.ia64.rpm
kernel-xen-debuginfo-2.6.18-164.25.1.el5.ia64.rpm
kernel-xen-devel-2.6.18-164.25.1.el5.ia64.rpm

noarch:
kernel-doc-2.6.18-164.25.1.el5.noarch.rpm

ppc:
kernel-2.6.18-164.25.1.el5.ppc64.rpm
kernel-debug-2.6.18-164.25.1.el5.ppc64.rpm
kernel-debug-debuginfo-2.6.18-164.25.1.el5.ppc64.rpm
kernel-debug-devel-2.6.18-164.25.1.el5.ppc64.rpm
kernel-debuginfo-2.6.18-164.25.1.el5.ppc64.rpm
kernel-debuginfo-common-2.6.18-164.25.1.el5.ppc64.rpm
kernel-devel-2.6.18-164.25.1.el5.ppc64.rpm
kernel-headers-2.6.18-164.25.1.el5.ppc.rpm
kernel-headers-2.6.18-164.25.1.el5.ppc64.rpm
kernel-kdump-2.6.18-164.25.1.el5.ppc64.rpm
kernel-kdump-debuginfo-2.6.18-164.25.1.el5.ppc64.rpm
kernel-kdump-devel-2.6.18-164.25.1.el5.ppc64.rpm

s390x:
kernel-2.6.18-164.25.1.el5.s390x.rpm
kernel-debug-2.6.18-164.25.1.el5.s390x.rpm
kernel-debug-debuginfo-2.6.18-164.25.1.el5.s390x.rpm
kernel-debug-devel-2.6.18-164.25.1.el5.s390x.rpm
kernel-debuginfo-2.6.18-164.25.1.el5.s390x.rpm
kernel-debuginfo-common-2.6.18-164.25.1.el5.s390x.rpm
kernel-devel-2.6.18-164.25.1.el5.s390x.rpm
kernel-headers-2.6.18-164.25.1.el5.s390x.rpm
kernel-kdump-2.6.18-164.25.1.el5.s390x.rpm
kernel-kdump-debuginfo-2.6.18-164.25.1.el5.s390x.rpm
kernel-kdump-devel-2.6.18-164.25.1.el5.s390x.rpm

x86_64:
kernel-2.6.18-164.25.1.el5.x86_64.rpm
kernel-debug-2.6.18-164.25.1.el5.x86_64.rpm
kernel-debug-debuginfo-2.6.18-164.25.1.el5.x86_64.rpm
kernel-debug-devel-2.6.18-164.25.1.el5.x86_64.rpm
kernel-debuginfo-2.6.18-164.25.1.el5.x86_64.rpm
kernel-debuginfo-common-2.6.18-164.25.1.el5.x86_64.rpm
kernel-devel-2.6.18-164.25.1.el5.x86_64.rpm
kernel-headers-2.6.18-164.25.1.el5.x86_64.rpm
kernel-xen-2.6.18-164.25.1.el5.x86_64.rpm
kernel-xen-debuginfo-2.6.18-164.25.1.el5.x86_64.rpm
kernel-xen-devel-2.6.18-164.25.1.el5.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
redhat.com | GPG Keys

7. References:

redhat.com | CVE-2010-2240
redhat.com | CVE-2010-2798
redhat.com | Severity Ratings

8. Contact:

The Red Hat security contact is . More contact
details at redhat.com | Contact Security Response Team

Copyright 2010 Red Hat, Inc.


Bookmark and Share

Related Threads

12/17/2006 11:53 AM: FC% Kernel Update Lost eth0 (2) by zenarcher
02/06/2006 02:58 AM: kernel update + udev killed console display (1) by danleff

« New wireshark/barnowl packages for Debian · Google Chrome 6.0.472.53 released »

Linux Compatible » News » September 2010 » Kernel Update for RHEL
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