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
· What To Expect From The Next iPhone @ ThinkComputers.org
· Mad Catz R.A.T.M Wireless Mobile Gaming Mouse
· Sumo Lounge Emperor
· Gigabyte Intel Z87 Motherboard Lineup Preview
· [ANNOUNCE] libchamplain 0.12.4
· [security-announce] SUSE-SU-2013:0810-1: important: Security update for oracle-update
· [security-announce] SUSE-SU-2013:0811-1: important: Security update for oracle-update
· [security-announce] SUSE-SU-2013:0809-1: important: Security update for Acrobat Reader
· Rosewill RDEE-12002 USB 3.0 Hard Drive Enclosure @ techPowerUp
· ASUS M5A97 R2.0 Motherboard @ Hardware Secrets

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

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

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

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

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1090 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 » January 2010 » RHSA-2010:0041-01 Important: kernel-rt security and bug fix update

RHSA-2010:0041-01 Important: kernel-rt security and bug fix update

Posted by Bob on: 01/21/2010 04:30 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 and bug fix update
Advisory ID: RHSA-2010:0041-01
Product: Red Hat Enterprise MRG for RHEL-5
Advisory URL: https://rhn.redhat.com/errata/RHSA-2010-0041.html
Issue date: 2010-01-21
CVE Names: CVE-2009-3080 CVE-2009-4021 CVE-2009-4536
CVE-2009-4537 CVE-2009-4538
=====================================================================

1. Summary:

Updated kernel-rt packages that fix multiple security issues and several
bugs 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.

This update fixes the following security issues:

* an array index error was found in the gdth driver in the Linux kernel. A
local user could send a specially-crafted IOCTL request that would cause a
denial of service or, possibly, privilege escalation. (CVE-2009-3080,
Important)

* a flaw was found in the FUSE implementation in the Linux kernel. When a
system is low on memory, fuse_put_request() could dereference an invalid
pointer, possibly leading to a local denial of service or privilege
escalation. (CVE-2009-4021, Important)

* a flaw was found in each of the following Intel PRO/1000 Linux drivers in
the Linux kernel: e1000 and e1000e. A remote attacker using packets larger
than the MTU could bypass the existing fragment check, resulting in
partial, invalid frames being passed to the network stack. These flaws
could also possibly be used to trigger a remote denial of service.
(CVE-2009-4536, CVE-2009-4538, Important)

* a flaw was found in the Realtek r8169 Ethernet driver in the Linux
kernel. Receiving overly-long frames with a certain revision of the network
cards supported by this driver could possibly result in a remote denial of
service. (CVE-2009-4537, Important)

This update also fixes the following bugs:

* the "function tracer" from ftrace could eventually present problems when
a module was unloaded during a tracing session. Some of the related call
site entries for that module were not removed from ftrace's internal lists
and could lead to confusing "oops" error messages. The call site entries
are now removed correctly, and the errors no longer occur. (BZ#537472)

* when using the kernel in tickless (or NOHZ) mode, time was not
accumulated one tick at a time. This created latencies when the accumulated
interval grew large. Time is now accumulated logarithmically and latencies
related to tickless mode no longer occur. (BZ#538370)

* running the "cset set" command was resulting in unsafe access to a
structure that could be concurrently changed. This was eventually causing
the kernel to crash. The operations were repositioned so that they no
longer add locks, to minimize performance penalties. (BZ#541080)

* the function used to calculate system load called different functions to
count the tasks in running and interpretable states. On systems with a
large number of CPUs, this could result in several TLB and cache misses.
These functions have now been combined, and the problem has been
significantly reduced. (BZ#552860)

* when legacy PCI bus checks occurred, an off-by-one error would present.
Scanning 255 PCI buses is now allowed as 0xff is a valid bus, and the error
no longer occurs. (BZ#552874)

* on systems with 8 or more CPUs, an unnecessary anon_vma lock acquisition
in vma_adjust() was causing a decrease in throughput. Code from the
upstream kernel was backported, and the throughput decrease no longer
exists. (BZ#552876)

* the scheduler function double_lock_balance() favors logically lower CPUs.
This could cause logically higher CPUs to be starved if run queues were
under a lot of pressure, resulting in latencies. The algorithm has been
adjusted so that it is fairer, and logically higher CPUs no longer risk
being starved. (BZ#552877)

These updated packages also include other bug fixes. Users are directed to
the Red Hat Enterprise MRG 1.2 Release Notes for information on those
fixes, available shortly from:

http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/

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

537472 - ftrace function tracer triggers integrity check failure
538734 - CVE-2009-4021 kernel: fuse: prevent fuse_put_request on invalid pointer
539414 - CVE-2009-3080 kernel: gdth: Prevent negative offsets in ioctl
541080 - MRG Kernel crashes when we run "cset set" command, but the crash is random.
550907 - CVE-2009-4537 kernel: r8169 issue reported at 26c3
551214 - CVE-2009-4538 kernel: e1000e frame fragment issue
552126 - CVE-2009-4536 kernel: e1000 issue reported at 26c3

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

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

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

x86_64:
kernel-rt-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-debug-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-debug-debuginfo-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-debug-devel-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-debuginfo-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-debuginfo-common-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-devel-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-trace-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-trace-debuginfo-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-trace-devel-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-vanilla-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-vanilla-debuginfo-2.6.24.7-146.el5rt.x86_64.rpm
kernel-rt-vanilla-devel-2.6.24.7-146.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:

https://www.redhat.com/security/data/cve/CVE-2009-3080.html
https://www.redhat.com/security/data/cve/CVE-2009-4021.html
https://www.redhat.com/security/data/cve/CVE-2009-4536.html
https://www.redhat.com/security/data/cve/CVE-2009-4537.html
https://www.redhat.com/security/data/cve/CVE-2009-4538.html
http://www.redhat.com/security/updates/classification/#important
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/

8. Contact:

The Red Hat security contact is lt;secalert@redhat.comgt;. More contact
details at https://www.redhat.com/security/team/contact/

Copyright 2010 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFLWGGVXlSAg2UNWIIRAuKlAKCrKCUDQ3BIaeumzkFhWB8h+ORSAgCcCgb6
TYIyTlxPCjpZX4kQ8UVADOE=
=+xaZ
-----END PGP SIGNATURE-----


Bookmark and Share

« Apple again delays 27-inch iMac shipment by 3 weeks · Glary Utilities 2.19.0.800 »

Linux Compatible » News » January 2010 » RHSA-2010:0041-01 Important: kernel-rt 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