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

Latest News
[ Windows | Linux | Apple ]

· Libreoffice 4.0.3 released and PPA installation instructions included
· MySQL 5.5.31 for Debian Squeeze
· Gigabyte Intel Z87 Motherboard Lineup Preview and more
· Microsoft to roll out Xbox dashboard UI alterations before next-gen console
· Adobe Photoshop Express now available for Windows 8 and RT
· GNOME 3.8.2 Released
· Windows 8 is an enterprise 'non-starter' because IT sees no value in changes
· What to Expect from Unity in Ubuntu 13.10
· Analysts praise Nokia's new Lumia 925
· Best Business Laptops - May 2013 and more

Upcoming News
· Building a Thin Mini-ITX PC: Small and Silent Performance
· Fractal Design Arc Midi R2 Case @ Benchmark Reviews
· Mad Catz F.R.E.Q. 5 Gaming Headset Review @ Madshrimps
· HIS 7790 iCooler Turbo 1GB GDDR5 Video Card Review @ Madshrimps
· ROCCAT Hiro Mousepad Review @ OCC
· Crucial M500 480GB SSD Review
· NZXT H630 Ultra Tower Chassis Review
· Thermaltake Armor Revo Gene Mid Tower Computer Case Review @ Hi Tech Legion
· News: Gigabyte offers early peek at Z87 motherboards
· Mionix Naos 8200 Gaming mouse @ Rbmods

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

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

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

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

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1097 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:1466-01 Important: kernel security and bug fix update

RHSA-2009:1466-01 Important: kernel security and bug fix update

Posted by Bob on: 09/29/2009 05:55 PM [ 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 security and bug fix update
Advisory ID: RHSA-2009:1466-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2009-1466.html
Issue date: 2009-09-29
CVE Names: CVE-2009-2847 CVE-2009-2848
=====================================================================

1. Summary:

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

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

2. Relevant releases/architectures:

Red Hat Enterprise Linux (v. 5.3.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 includes backported fixes for two security issues. These issues
only affected users of Red Hat Enterprise Linux 5.3 Extended Update Support
as they have already been addressed for users of Red Hat Enterprise Linux 5
in the 5.4 update, RHSA-2009:1243.

In accordance with the support policy, future security updates to Red Hat
Enterprise Linux 5.3 Extended Update Support will only include issues of
critical security impact.

This update fixes the following security issues:

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

* a regression was found in the SCSI retry logic: SCSI mode select was not
retried when retryable errors were encountered. In Device-Mapper Multipath
environments, this could cause paths to fail, or possibly prevent
successful failover. (BZ#506905)

* 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#515468)

* due to incorrect APIC timer calibration, a system hang could have
occurred while booting certain systems. This incorrect timer calibration
could have also caused the system time to become faster or slower. With
this update, it is still possible for APIC timer calibration issues to
occur; however, a clear warning is now provided if they do. (BZ#521237)

* gettimeofday() experienced poor performance (which caused performance
problems for applications using gettimeofday()) when running on hypervisors
that use hardware assisted virtualization. With this update, MFENCE/LFENCE
is used instead of CPUID for gettimeofday() serialization, which resolves
this issue. (BZ#523280)

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

506905 - LTC 49790: Sync up SCSI DH code with mainline changes [rhel-5.3.z]
515392 - CVE-2009-2847 kernel: information leak in sigaltstack
515423 - CVE-2009-2848 kernel: execve: must clear current-gt;clear_child_tid
515468 - kernel: build with -fno-delete-null-pointer-checks [rhel-5.3.z]
521237 - [RHEL 5] Hang on boot due to wrong APIC timer calibration [rhel-5.3.z]
523280 - RFE: improve gettimeofday performance on hypervisors [rhel-5.3.z]

6. Package List:

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

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

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

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

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

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

x86_64:
kernel-2.6.18-128.8.1.el5.x86_64.rpm
kernel-debug-2.6.18-128.8.1.el5.x86_64.rpm
kernel-debug-debuginfo-2.6.18-128.8.1.el5.x86_64.rpm
kernel-debug-devel-2.6.18-128.8.1.el5.x86_64.rpm
kernel-debuginfo-2.6.18-128.8.1.el5.x86_64.rpm
kernel-debuginfo-common-2.6.18-128.8.1.el5.x86_64.rpm
kernel-devel-2.6.18-128.8.1.el5.x86_64.rpm
kernel-headers-2.6.18-128.8.1.el5.x86_64.rpm
kernel-xen-2.6.18-128.8.1.el5.x86_64.rpm
kernel-xen-debuginfo-2.6.18-128.8.1.el5.x86_64.rpm
kernel-xen-devel-2.6.18-128.8.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
https://www.redhat.com/security/team/key/#package

7. References:

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)

iD8DBQFKwjMlXlSAg2UNWIIRAkYKAJ4tHjqVF8SG2mPzo/Sw/SYXzkLW7QCdHZkM
rZ/np7FbkVx8zWpyzTlQ8wQ=
=9r2o
-----END PGP SIGNATURE-----


Bookmark and Share

« Apple Tablet to Run iPhone OS and Launch in May or June 2010 · RHSA-2009:1465-01 Important: kvm security and bug fix update »

Linux Compatible » News » September 2009 » RHSA-2009:1466-01 Important: kernel 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