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

Latest News
[ Windows | Linux | Apple ]

· 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
· Microsoft Office Clone Updates Interface, Improves File Support
· Windows Firewall Control 4.0.0.0 released
· 10 amazing Linux desktop environments you've probably never seen

Upcoming News
· Samsung SSD 840 comparison @ Hardwareoverclock.com
· Leawo Total Media Converter Ultimate @ Benchmark Reviews
· Icy Dock FlexCage MB975SP-B 5x3.5" in 3x5.25" HDD Cage Review @ Hi Tech Legion
· Gigabyte Shows Off Upcoming Intel Z87 Motherboards @ Legit Reviews
· [CentOS-announce] CEBA-2013:0846 CentOS 5 xen Update
· [CentOS-announce] CESA-2013:0847 Moderate CentOS 5 kernel Update
· REVIEW: SilverStone AR01 @ PureOverclock
· [security-announce] SUSE-SU-2013:0819-1: critical: Security update for the Linux Kernel (x86)
· Turtle Beach XP Seven Tournament Grade Gaming Headset Video Review @ HardwareHeaven.com
· Long-Awaited Xbox One Makes Its Debut, Microsoft Aims for All-in-One Entertainment Center

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

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

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

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

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

RHSA-2008:0089-01 Important: kernel security and bug fix update

Posted by Bob on: 01/23/2008 04:40 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-2008:0089-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2008-0089.html
Issue date: 2008-01-23
CVE Names: CVE-2007-3104 CVE-2007-5904 CVE-2007-6206
CVE-2007-6416 CVE-2008-0001
=====================================================================

1. Summary:

Updated kernel packages that fix several security issues and several bugs
in the Red Hat Enterprise Linux 5 kernel are now available.

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 Desktop (v. 5 client) - i386, noarch, x86_64
Red Hat Enterprise Linux (v. 5 server) - i386, ia64, noarch, ppc, s390x, x86_64

3. Description:

The kernel packages contain the Linux kernel, the core of any Linux
operating system.

These new kernel packages fix the following security issues:

A flaw was found in the virtual filesystem (VFS). An unprivileged local
user could truncate directories to which they had write permission; this
could render the contents of the directory inaccessible. (CVE-2008-0001,
Important)

A flaw was found in the Xen PAL emulation on Intel 64 platforms. A guest
Hardware-assisted virtual machine (HVM) could read the arbitrary physical
memory of the host system, which could make information available to
unauthorized users. (CVE-2007-6416, Important)

A flaw was found in the way core dump files were created. If a local user
can get a root-owned process to dump a core file into a directory, which
the user has write access to, they could gain read access to that core
file, potentially containing sensitive information. (CVE-2007-6206, Moderate)

A buffer overflow flaw was found in the CIFS virtual file system. A
remote,authenticated user could issue a request that could lead to a denial
of service. (CVE-2007-5904, Moderate)

A flaw was found in the "sysfs_readdir" function. A local user could create
a race condition which would cause a denial of service (kernel oops).
(CVE-2007-3104, Moderate)

As well, these updated packages fix the following bugs:

* running the "strace -f" command caused strace to hang, without displaying
information about child processes.

* unmounting an unresponsive, interruptable NFS mount, for example, one
mounted with the "intr" option, may have caused a system crash.

* a bug in the s2io.ko driver prevented VLAN devices from being added.
Attempting to add a device to a VLAN, for example, running the "vconfig
add [device-name] [vlan-id]" command caused vconfig to fail.

* tux used an incorrect open flag bit. This caused problems when building
packages in a chroot environment, such as mock, which is used by the koji
build system.

Red Hat Enterprise Linux 5 users are advised to upgrade to these updated
packages, which contain backported patches to resolve these issues.

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/FAQ_58_10188

5. Bugs fixed (http://bugzilla.redhat.com/):

245777 - CVE-2007-3104 Null pointer to an inode in a dentry can cause an oops in sysfs_readdir [rhel-5.1.z]
372701 - CVE-2007-5904 Buffer overflow in CIFS VFS
396861 - CVE-2007-6206 Issue with core dump owner
412091 - [RHEL5 U1] [ia64] Kernel test failing under limited memory
414041 - NFS: System crashes trying to force umount a unresponsive, interruptible mount, which holds references to silly renamed files.
424181 - RHEL5.1 beta: System hung during warm boot-cycling test
425381 - CVE-2007-6416 [RHEL 5.2] [XEN/IA64] Security: vulnerability of copy_to_user in PAL emulation
426289 - [REG][5.1] VLAN add operation fail on s2io.ko driver(Neterion 10GbE card driver),
427994 - CVE-2007-3104 Null pointer to an inode in a dentry can cause an oops in sysfs_readdir
428791 - CVE-2008-0001 kernel: filesystem corruption by unprivileged user via directory truncation

6. Package List:

Red Hat Enterprise Linux Desktop (v. 5 client):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/kernel-2.6.18-53.1.6.el5.src.rpm

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

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

x86_64:
kernel-2.6.18-53.1.6.el5.x86_64.rpm
kernel-debug-2.6.18-53.1.6.el5.x86_64.rpm
kernel-debug-debuginfo-2.6.18-53.1.6.el5.x86_64.rpm
kernel-debug-devel-2.6.18-53.1.6.el5.x86_64.rpm
kernel-debuginfo-2.6.18-53.1.6.el5.x86_64.rpm
kernel-debuginfo-common-2.6.18-53.1.6.el5.x86_64.rpm
kernel-devel-2.6.18-53.1.6.el5.x86_64.rpm
kernel-headers-2.6.18-53.1.6.el5.x86_64.rpm
kernel-xen-2.6.18-53.1.6.el5.x86_64.rpm
kernel-xen-debuginfo-2.6.18-53.1.6.el5.x86_64.rpm
kernel-xen-devel-2.6.18-53.1.6.el5.x86_64.rpm

Red Hat Enterprise Linux (v. 5 server):

Source:
ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/os/SRPMS/kernel-2.6.18-53.1.6.el5.src.rpm

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

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

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

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

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

x86_64:
kernel-2.6.18-53.1.6.el5.x86_64.rpm
kernel-debug-2.6.18-53.1.6.el5.x86_64.rpm
kernel-debug-debuginfo-2.6.18-53.1.6.el5.x86_64.rpm
kernel-debug-devel-2.6.18-53.1.6.el5.x86_64.rpm
kernel-debuginfo-2.6.18-53.1.6.el5.x86_64.rpm
kernel-debuginfo-common-2.6.18-53.1.6.el5.x86_64.rpm
kernel-devel-2.6.18-53.1.6.el5.x86_64.rpm
kernel-headers-2.6.18-53.1.6.el5.x86_64.rpm
kernel-xen-2.6.18-53.1.6.el5.x86_64.rpm
kernel-xen-debuginfo-2.6.18-53.1.6.el5.x86_64.rpm
kernel-xen-devel-2.6.18-53.1.6.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-2007-3104
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5904
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6206
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6416
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0001
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 2008 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFHl1vwXlSAg2UNWIIRArj/AJ9qp2MaYvZQs7WpwkZjmT94jdG/OACgs5wt
hasLy+ttzbmAZwdfFx5N4ns=
=s3Zs
-----END PGP SIGNATURE-----


Bookmark and Share

« Skyhook's Wi-Fi Location Technology for iPhone/iPod touch · Logitech G9 Mouse Review »

Linux Compatible » News » January 2008 » RHSA-2008:0089-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