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

Latest News
[ Windows | Linux | Apple ]

· CompatDB Updates 05/22/13
· Removing and Wiping Drivers Guide and more
· Windows Server 2012 Essentials SDK Installer 1.1
· Xbox One hardware and specs: 8-core CPU, 8GB RAM, 500GB hard drive and more
· Tim Cook: US-made Macs will be assembled in Texas
· Microsoft software satisfaction slumps
· Photos of Likely 802.11ac 'Gigabit Wi-Fi' Card From Next-Generation iMac Surface
· Mageia 3 released
· Understanding Email Bounce Messages and more
· How to Prepare for Windows 8 Even Though Its Not Coming to Enterprises

Upcoming News
· Shuttle OMNINAS KD20 @ techPowerUp
· What You Need To Know about the Xbox One @ ThinkComputers.org
· PQI Air Drive External Wireless Storage Device Product and Video Review
· PoINT Storage Manager 4.0 now available
· [CentOS-announce] CEEA-2013:0852 CentOS 5 rgmanager Update
· i-Mego Throne Gold Over Ear Headphones Review @ TestFreaks
· Xbox One: Entertainment Hub First, Gaming Console Second -- But Could It Disrupt TV?
· Star Wars: The Old Republic Gaming Mouse Review @ Madshrimps
· Samsung SSD 840 comparison @ Hardwareoverclock.com
· Leawo Total Media Converter Ultimate @ Benchmark Reviews

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

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

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

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

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

RHSA-2009:1635-01 Important: kernel-rt security, bug fix, and enhancement update

Posted by Bob on: 12/03/2009 12:45 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-rt security, bug fix, and enhancement update
Advisory ID: RHSA-2009:1635-01
Product: Red Hat Enterprise MRG for RHEL-5
Advisory URL: https://rhn.redhat.com/errata/RHSA-2009-1635.html
Issue date: 2009-12-03
CVE Names: CVE-2009-3726 CVE-2009-3889 CVE-2009-3939
=====================================================================

1. Summary:

Updated kernel-rt packages that fix security issues, two bugs, and add two
enhancements are now available for Red Hat Enterprise MRG 1.2.

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

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:

* a NULL pointer dereference flaw was found in the NFSv4 implementation in
the Linux kernel. Several of the NFSv4 file locking functions failed to
check whether a file had been opened on the server before performing
locking operations on it. A local user on a system with an NFSv4 share
mounted could possibly use this flaw to cause a denial of service or
escalate their privileges. (CVE-2009-3726, Important)

* permission issues were found in the megaraid_sas driver (for SAS based
RAID controllers) in the Linux kernel. The "dbg_lvl" and "poll_mode_io"
files on the sysfs file system ("/sys/") had world-writable permissions.
This could allow local, unprivileged users to change the behavior of the
driver. (CVE-2009-3889, CVE-2009-3939, Moderate)

These updated packages also fix the following bugs:

* a problem existed with the i5000_edac driver under some topologies. In
some cases, this driver failed to export memory devices via sysfs,
preventing the ibm-prtm service from starting. With this update, the memory
devices are accessible, allowing the ibm-prtm service to start, and
therefore perform SMI remediation as expected. (BZ#527421)

* the "/proc/sys/vm/mmap_min_addr" tunable helps prevent unprivileged
users from creating new memory mappings below the minimum address. The
sysctl value for mmap_min_addr could be changed by a process or user that
has an effective user ID (euid) of 0, even if the process or user does not
have the CAP_SYS_RAWIO capability. This update adds a capability check for
the CAP_SYS_RAWIO capability before allowing the mmap_min_addr value to be
changed. (BZ#534019)

As well, these updated packages add the following enhancements:

* the Intel ixgbe driver was updated to upstream version 2.0.16-k2.
(BZ#537505)

* the InfiniBand OFED driver was updated to upstream version 1.4.1.
(BZ#537500)

Users should upgrade to these updated packages, which contain backported
patches to correct these issues and add these enhancements. 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/):

526068 - CVE-2009-3889 CVE-2009-3939 kernel: megaraid_sas permissions in sysfs
527421 - HS21xm i5000_edac kernel topology fix
529227 - CVE-2009-3726 kernel: nfsv4: kernel panic in nfs4_proc_lock()
534019 - kernel: sysctl: require CAP_SYS_RAWIO to set mmap_min_addr [mrg-1]
537500 - Update Infiniband system to OFED 1.4.1
537505 - update Intel ixgbe driver to latest upstream version

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-139.el5rt.src.rpm

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

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

x86_64:
kernel-rt-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-debug-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-debug-debuginfo-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-debug-devel-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-debuginfo-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-debuginfo-common-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-devel-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-trace-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-trace-debuginfo-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-trace-devel-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-vanilla-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-vanilla-debuginfo-2.6.24.7-139.el5rt.x86_64.rpm
kernel-rt-vanilla-devel-2.6.24.7-139.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-3726
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3889
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3939
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)

iD8DBQFLF6E1XlSAg2UNWIIRAisyAJ4uKfntAdxoAedtpw+G7Mp4Pj//EACeMvHG
6pXIaBdqaQjSrFylTNmczRs=
¢wF
-----END PGP SIGNATURE-----


Bookmark and Share

« DSA 1944-1: New request-tracker packages fix session hijack vulnerability · Daily Reviews Summary 12/03/09 »

Linux Compatible » News » December 2009 » RHSA-2009:1635-01 Important: kernel-rt security, bug fix, and enhancement 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