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

Latest News
[ Windows | Linux | Apple ]

· NVIDIA GeForce Chips Comparison Table and more
· CSF 6.09 released
· Microsoft and Google agree to build YouTube app for Windows Phone 8
· OS X 10.8.4 Build 12E55 Seeded to Developers
· Wine 1.5.31 released
· Libxvmc/Libx11 Updates for Debian
· OCZ Vertex 450 SSD Reviews and more
· Proxmox VE 3.0 released
· More Windows 8.1 features discovered in WinRT?
· New Colors Rumored for iPhone 5S and Lower-Cost iPhone, Dual LED Flash for iPhone 5S?

Upcoming News
· A Futurelooks News Flash - An Affordable Titan – N?= VIDIA’s GEFORCE GTX 780 Reviewed
· News: AMD's A4-5000 'Kabini' APU reviewed
· Wine release 1.5.31
· NVIDIA GeForce Chips Comparison Table @ Hardware Secrets
· Resident Evil Revelations Video Review with Kaeyi Dream @ HardwareHeaven.com
· [security-announce] openSUSE-SU-2013:0825-1: important: MozillaFirefox: update to version 21.0
· [security-announce] SUSE-SU-2013:0819-2: critical: Security update for Linux kernel
· Fractal Design Node 605 Silent HTPC Case Review @ Legit Reviews
· SevenTeam X6 Power Bank Review (smartphones/tablets)
· Case Mod Friday: Smokey Green Giant @ ThinkComputers.org

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
· Easy to watch UFC 160 Live streaming
by: julianbarter0r
on: 2013-05-25 11:29
0 replies, 7 views

· Easy to watch UFC 160 Live Stream online
by: julianbarter0r
on: 2013-05-25 11:28
0 replies, 6 views

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

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

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4603 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 » November 2009 » RHSA-2009:1587-01 Important: kernel security and bug fix update

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

Posted by Bob on: 11/17/2009 04:50 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:1587-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2009-1587.html
Issue date: 2009-11-17
CVE Names: CVE-2009-2695 CVE-2009-3547
=====================================================================

1. Summary:

Updated kernel packages that fix multiple security issues and various 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 fixes the following security issues:

* a system with SELinux enforced was more permissive in allowing local
users in the unconfined_t domain to map low memory areas even if the
mmap_min_addr restriction was enabled. This could aid in the local
exploitation of NULL pointer dereference bugs. (CVE-2009-2695, Important)

* a NULL pointer dereference flaw was found in each of the following
functions in the Linux kernel: pipe_read_open(), pipe_write_open(), and
pipe_rdwr_open(). When the mutex lock is not held, the i_pipe pointer could
be released by other processes before it is used to update the pipe's
reader and writer counters. This could lead to a local denial of service or
privilege escalation. (CVE-2009-3547, Important)

This update also fixes the following bugs:

* a caching bug in nfs_readdir() has been resolved. This may have caused
parts of directory listings to become stale, as they came from cached data
when they should not have, possibly causing NFS clients to see duplicate
files or not see all files in a directory. (BZ#526959)

* a bug prevented the pciehp driver from detecting PCI Express hot plug
slots on some systems. (BZ#530381)

* when a process attempted to read from a page that had first been accessed
by writing to part of it (via write(2)), the NFS client needed to flush the
modified portion of the page out to the server, and then read the entire
page back in. This flush caused performance issues. (BZ#521243)

* a deadlock was found in the cciss driver. In rare cases, this caused an
NMI lockup during boot. Messages such as "cciss: controller cciss[x]
failed, stopping." and "cciss[x]: controller not responding." may have been
displayed on the console. (BZ#525728)

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

517830 - CVE-2009-2695 kernel: SELinux and mmap_min_addr
521243 - Read/Write NFS I/O performance degraded by FLUSH_STABLE page flushing [rhel-5.3.z]
525728 - cciss: spinlock deadlock causes NMI on HP systems [rhel-5.3.z]
526959 - [NetApp 5.5 bug] nfs_readdir() may fail to return all the files in the directory [rhel-5.3.z]
530381 - [5.3] PCIe hotplug slot detection failure [rhel-5.3.z]
530490 - CVE-2009-3547 kernel: fs: pipe.c null pointer dereference

6. Package List:

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

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

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

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

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

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

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

x86_64:
kernel-2.6.18-128.11.1.el5.x86_64.rpm
kernel-debug-2.6.18-128.11.1.el5.x86_64.rpm
kernel-debug-debuginfo-2.6.18-128.11.1.el5.x86_64.rpm
kernel-debug-devel-2.6.18-128.11.1.el5.x86_64.rpm
kernel-debuginfo-2.6.18-128.11.1.el5.x86_64.rpm
kernel-debuginfo-common-2.6.18-128.11.1.el5.x86_64.rpm
kernel-devel-2.6.18-128.11.1.el5.x86_64.rpm
kernel-headers-2.6.18-128.11.1.el5.x86_64.rpm
kernel-xen-2.6.18-128.11.1.el5.x86_64.rpm
kernel-xen-debuginfo-2.6.18-128.11.1.el5.x86_64.rpm
kernel-xen-devel-2.6.18-128.11.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-2695
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3547
http://www.redhat.com/security/updates/classification/#important
http://kbase.redhat.com/faq/docs/DOC-18042
http://kbase.redhat.com/faq/docs/DOC-20481

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)

iD8DBQFLAsF1XlSAg2UNWIIRAn+QAJ9q1QgWep6/0FTG7iUtndIobPJ4JQCfQc5Y
w5sHJL3QjRPyUPl6yzMMs08=
=EUzh
-----END PGP SIGNATURE-----


Bookmark and Share

« RHSA-2009:1588-02 Important: kernel security update · RegRun Reanimator 6.5.6.65 »

Linux Compatible » News » November 2009 » RHSA-2009:1587-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