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

Latest News
[ Windows | Linux | Apple ]

· OCZ Vertex 450 Series Solid State Drives announced
· NVIDIA GeForce GTX 780 Reviews Roundup
· Apple's 'iWatch' to come in late 2014 with focus on biometrics, analyst says
· Windows 8.1 laptops with AMDs new chips to support wireless display
· HP $399 touchscreen laptop breaks price barrier
· 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

Upcoming News
· Gigabyte C847N Motherboard @ Hardware Secrets
· An MTN News Flash - MEGATech Reviews – Tep Wireles?= s Pocket WiFi Mobile Hotspot Rental
· AMD Kabini Mainstream APU Notebook Platform Preview @ Legit Reviews
· OCZ Vertex 450 Solid State Drive Review
· [CentOS-announce] CEBA-2013:0858 CentOS 6 coreutils Update
· ZOTAC GeForce GTX 780 Graphics Card Video Review with Stuart Davidson @ HardwareHeaven.com
· [Tech ARP] The NVIDIA GeForce GTX 780 Tech Report
· Gigabyte GeForce GTX 780 WindForce 3x OC review
· Noctua Fans Review @ ThinkComputers.org
· [RHSA-2013:0849-01] Important: KVM image security update

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, 6456 views

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

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

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

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1149 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 2009 » RHSA-2009:1239-02 Important: kernel-rt security and bug fix update

RHSA-2009:1239-02 Important: kernel-rt security and bug fix update

Posted by Bob on: 09/01/2009 10:35 AM [ Print | 0 comment(s) ]

A new update is available for Red Hat Enterprise Linux. Here the announcement:




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

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

Synopsis: Important: kernel-rt security and bug fix update
Advisory ID: RHSA-2009:1239-02
Product: Red Hat Enterprise MRG for RHEL-5
Advisory URL: https://rhn.redhat.com/errata/RHSA-2009-1239.html
Issue date: 2009-09-01
CVE Names: CVE-2009-2692 CVE-2009-2847 CVE-2009-2848
=====================================================================

1. Summary:

Updated kernel-rt packages that fix several security issues and various
bugs are now available for Red Hat Enterprise MRG 1.1.

This update has been rated as having important security impact by the Red
Hat Security Response Team.

[Updated 1st Sep 2009]
This erratum originally stated that these updated kernel packages corrected
the issue CVE-2009-1895. This was a mistake as the kernel packages do not
contain a fix for this issue. CVE-2009-1895 will be addressed in a future
update.

2. Relevant releases/architectures:

MRG Realtime for RHEL 5 Server - i386, noarch, x86_64

3. Description:

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

These updated packages fix the following security issues:

* Tavis Ormandy and Julien Tinnes of the Google Security Team reported a
flaw in the SOCKOPS_WRAP macro in the Linux kernel. This macro did not
initialize the sendpage operation in the proto_ops structure correctly. A
local, unprivileged user could use this flaw to cause a local denial of
service or escalate their privileges. (CVE-2009-2692, Important)

* it was discovered that, when executing a new process, the clear_child_tid
pointer in the Linux kernel is not cleared. If this pointer points to a
writable portion of the memory of the new program, the kernel could corrupt
four bytes of memory, possibly leading to a local denial of service or
privilege escalation. (CVE-2009-2848, Important)

* a flaw was found in the way the do_sigaltstack() function in the Linux
kernel copies the stack_t structure to user-space. On 64-bit machines, this
flaw could lead to a four-byte information leak. (CVE-2009-2847, Moderate)

This update also fixes the following bugs:

* the gcc flag "-fno-delete-null-pointer-checks" was added to the kernel
build options. This prevents gcc from optimizing out NULL pointer checks
after the first use of a pointer. NULL pointer bugs are often exploited by
attackers, and keeping these checks is considered a safety measure.
(BZ#511187)

* a bug in the locking strategy for the free_pages_bulk() kernel function
was found, where a lock in a code branch was not held. This could have
created a "double free" problem that resulted in a kernel panic.
(BZ#513715)

* udevd and multipathd were unable to service events fast enough when a
Fibre Channel cable was unplugged. This caused the cable state to be out of
sync if the cable was plugged back in quickly, possibly resulting in
devices being removed, or path issues when using Device-Mapper Multipath.
This has been changed so that users can specify devices that should not be
removed if a cable is unplugged. (BZ#514541)

* a race condition in exit_thread() could have eventually caused a kernel
oops. (BZ#514587)

* a race condition was fixed between kthread_stop() and kthread_create().
Kernel subsystems creating and stopping threads at a fast pace could hit
this issue. Several inexplicable backtraces observed during tests
caused this race condition. (BZ#518967)

* HPET_EMULATE_RTC was being disabled during kernel compile. This was
caused by an incorrect requirement in the related Kconfig entry. This issue
led to failures when accessing the RTC (real time clock) in machines that
had the RTC emulated by HPET (High Precision Event Timer). (BZ#519433)

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 that all previously-released
errata relevant to your system have been applied.

This update is available via 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/):

511187 - kernel: build with -fno-delete-null-pointer-checks [mrg-1]
514541 - [FOCUS] [MRG-1] When the dev_loss_tmo fires don't remove devices by default.
515392 - CVE-2009-2847 kernel: information leak in sigaltstack
515423 - CVE-2009-2848 kernel: execve: must clear current-gt;clear_child_tid
516949 - CVE-2009-2692 kernel: uninit op in SOCKOPS_WRAP() leads to privesc

6. Package List:

MRG Realtime for RHEL 5 Server:

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/RHEMRG/SRPMS/kernel-rt-2.6.24.7-132.el5rt.src.rpm

i386:
kernel-rt-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-debug-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-debug-debuginfo-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-debug-devel-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-debuginfo-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-debuginfo-common-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-devel-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-trace-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-trace-debuginfo-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-trace-devel-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-vanilla-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-vanilla-debuginfo-2.6.24.7-132.el5rt.i686.rpm
kernel-rt-vanilla-devel-2.6.24.7-132.el5rt.i686.rpm

noarch:
kernel-rt-doc-2.6.24.7-132.el5rt.noarch.rpm

x86_64:
kernel-rt-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-debug-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-debug-debuginfo-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-debug-devel-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-debuginfo-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-debuginfo-common-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-devel-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-trace-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-trace-debuginfo-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-trace-devel-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-vanilla-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-vanilla-debuginfo-2.6.24.7-132.el5rt.x86_64.rpm
kernel-rt-vanilla-devel-2.6.24.7-132.el5rt.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://www.redhat.com/security/team/key/#package

7. References:

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2692
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2847
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2848
http://www.redhat.com/security/updates/classification/#important

8. Contact:

The Red Hat security contact is lt;secalert@redhat.comgt;. More contact
details at https://www.redhat.com/security/team/contact/

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

iD8DBQFKnOlBXlSAg2UNWIIRAq2zAKDBVrpZWK3O7kpSmrPhJd4V2kLX/wCfdJ8z
ojLsMr9PAGI8m+2f1iAurgk=
=j22B
-----END PGP SIGNATURE-----


Bookmark and Share

« X58 Motherboard Roundup Review · Daily Reviews Summary 09/01/09 »

Linux Compatible » News » September 2009 » RHSA-2009:1239-02 Important: kernel-rt security and bug fix update
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