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

Latest News
[ Windows | Linux | Apple ]

· Daily Reviews Summary 05/25/12
· CompatDB Updates 05/25/12
· Rumor: Microsoft Office coming to iPad, Android in November
· Microsoft clarifies Ballmer's claims of massive Windows 8 adoption
· DSA 2480-1: request-tracker3.8 security update
· CentOS 6 NTP Server
· Daily Reviews Summary 05/24/12
· Bayan Audio - Bayan 7 iPod Speaker Dock Review
· Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support (LEMP) On Ubuntu 12.04 LTS
· Ubuntu 12.04 + Nvidia - Heavy CPU usage

Upcoming News
· Blues Brothers 2000 (1998) Blu-ray Movie Review
· Thermaltake ToughPower Grand 850W Power Supply Review @ Rbmods
· Cooler Master Silent Pro Gold 1200-watt Power Supply Review
· Wine release 1.5.5
· OC3D: BitFenix Prodigy Review
· [Tech ARP] The New x264 HD Benchmark 5.0 Is Here!
· re: Diablo III Reviewed: Blizzard's Brilliant, Blundering Wreck
· Corsair Vengeance C70 Case Review @ Hardware Secrets
· Diablo III Reviewed: Blizzard's Brilliant, Blundering Wreck
· Samsung Green DDR3 8GB 1600mhz 30nm Memory review

Linux Compatibility
· Canon Canoscan N650U
· TB-5300 Slimline Design Tablet
· HANDYCAM DCR-HC17E
· Linksys Wireless-G WPC54G PC-Card
· XPS L502X
· Slim Portable DVD Writer GP10
· AverTV Volar Green HD
· Dell Latitude E6420
· Canon CanoScan FB 636U
· Logitech QuickCam Pro 4000

New Forum Topics
· present.However after the Kou
by: Thomasxpp
on: 2012-05-26 02:12
0 replies, 0 views

· business, hand over to Ji
by: Thomasxpp
on: 2012-05-26 02:09
0 replies, 0 views

· a war in the outside and quells
by: Thomasxpp
on: 2012-05-26 02:06
0 replies, 0 views

· This among them the
by: Thomasxpp
on: 2012-05-26 02:02
0 replies, 0 views

· USB Not detected on any PC
by: AntNik45
on: 2012-05-09 18:37
0 replies, 0 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-2011 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition