"-----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 . 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-----
"
RHSA-2009:1541-01 Important: kernel security updateDannii Minogue ready to marry
This entry was posted
on 1:50 PM
.
Archives
-
▼
2009
(488)
-
▼
December
(41)
- DSA 1958-1: New libtool packages fix privilege esc...
- DSA 1957-1: New aria2 packages fix arbitrary code ...
- DSA-1962-1: New kvm packages fix several vulnerabi...
- USN-873-1: Firefox 3.0 and Xulrunner 1.9 vulnerabi...
- DSA 1961-1: New bind9 packages fix cache poisoning
- DSA 1963-1: New unbound packages fix DNSSEC valida...
- RHSA-2009:1694-01 Critical: java-1.6.0-ibm securit...
- RHSA-2009:1688-01 Moderate: condor security update
- GLSA 200912-02 Ruby on Rails: Multiple vulnerabil...
- RHSA-2009:1689-01 Moderate: condor security update
- DSA 1960-1: New acpid packages fix weak file permi...
- USN-874-1: Firefox 3.5 and Xulrunner 1.9.1 vulnera...
- DSA 1954-1: New cacti packages fix insufficient in...
- DSA-1959-1: New ganeti packages fix arbitrary comm...
- USN-875-1: Red Hat Cluster Suite vulnerabilities
- RHSA-2009:1680-01 Important: xpdf security update
- DSA 1956-1: New xulrunner packages fix several vul...
- RHSA-2009:1682-01 Important: kdegraphics security ...
- RHSA-2009:1671-01 Important: kernel security and b...
- DSA-1953-1: New expat packages fix denial of service
- RHSA-2009:1670-01 Important: kernel security and b...
- DSA 1952-2: End-of-life announcement for asterisk ...
- USN-871-1: KDE vulnerability
- USN-871-2: KDE 4 vulnerabilities
- RHSA-2009:1658-01 Critical: flash-plugin security ...
- USN-867-1: Ntp vulnerability
- USN-868-1: GRUB 2 vulnerability
- USN-869-1: Linux kernel vulnerabilities
- USN-870-1: PyGreSQL vulnerability
- USN-866-1: gnome-screensaver vulnerability
- RHSA-2009:1647-01 Critical: java-1.5.0-ibm securit...
- DSA 1947-1: New Shibboleth packages fix cross-site...
- RHSA-2009:1643-01 Critical: java-1.4.2-ibm securit...
- DSA 1945-1: New gforge packages fix denial of service
- DSA 1946-1: New belpic packages fix cryptographic ...
- DSA 1944-1: New request-tracker packages fix sessi...
- USN-863-1: QEMU vulnerability
- RHSA-2009:1635-01 Important: kernel-rt security, b...
- DSA 1943-1: New openldap2.3/openldap packages fix ...
- RHSA-2009:1619-01 Moderate: dstat security update
- GLSA 200912-01 OpenSSL: Multiple vulnerabilities
-
▼
December
(41)