copyright | disclaimer | privacy | contact  
Australia's Leading Computer Emergency Response Team
 
Search this site

 
On this site

 > HOME
 > About AusCERT
 > Membership
 > Contact Us
 > PKI Services
 > Publications
 > Sec. Bulletins
 > Conferences
 > News & Media
 > Services
 > Web Log
 > Site Map
 > Site Help
 > Member login





 

ESB-2009.1001.2 - UPDATE [RedHat] Kernel: Multiple vulnerabilities

Date: 02 July 2009
References: ESB-2009.0572  ESB-2009.1031  ESB-2009.1111  ESB-2009.1131  ESB-2009.1193  
Related Files: ESB-2009.1001  

Click here for printable version
Click here for PGP verifiable version
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

===========================================================================
             AUSCERT External Security Bulletin Redistribution

                              ESB-2009.1001.2
               Important: kernel security and bug fix update
                                2 July 2009

===========================================================================

        AusCERT Security Bulletin Summary
        ---------------------------------

Product:           Kernel
Publisher:         Red Hat
Operating System:  Red Hat Enterprise Linux AS/ES/WS 4
                   Red Hat Enterprise Linux Desktop 4
Impact/Access:     Increased Privileges   -- Existing Account      
                   Access Privileged Data -- Existing Account      
                   Denial of Service      -- Remote/Unauthenticated
Resolution:        Patch
CVE Names:         CVE-2009-1758 CVE-2009-1630 CVE-2009-1385
                   CVE-2009-1192 CVE-2009-1072 

Reference:         ESB-2009.0572

Original Bulletin: 
   https://rhn.redhat.com/errata/RHSA-2009-1132.html

Revision History:  July 2 2009: Added resolution information
                   July 1 2009: Initial Release

- --------------------------BEGIN INCLUDED TEXT--------------------

- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

=====================================================================
                   Red Hat Security Advisory

Synopsis:          Important: kernel security and bug fix update
Advisory ID:       RHSA-2009:1132-01
Product:           Red Hat Enterprise Linux
Advisory URL:      https://rhn.redhat.com/errata/RHSA-2009-1132.html
Issue date:        2009-06-30
CVE Names:         CVE-2009-1072 CVE-2009-1192 CVE-2009-1385 
                   CVE-2009-1630 CVE-2009-1758 
=====================================================================

1. Summary:

Updated kernel packages that fix several security issues and various bugs
are now available for Red Hat Enterprise Linux 4.

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 AS version 4 - i386, ia64, noarch, ppc, s390, s390x, x86_64
Red Hat Enterprise Linux Desktop version 4 - i386, noarch, x86_64
Red Hat Enterprise Linux ES version 4 - i386, ia64, noarch, x86_64
Red Hat Enterprise Linux WS version 4 - i386, ia64, noarch, x86_64

3. Description:

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

These updated packages fix the following security issues:

* a flaw was found in the Intel PRO/1000 network driver in the Linux
kernel. Frames with sizes near the MTU of an interface may be split across
multiple hardware receive descriptors. Receipt of such a frame could leak
through a validation check, leading to a corruption of the length check. A
remote attacker could use this flaw to send a specially-crafted packet that
would cause a denial of service. (CVE-2009-1385, Important)

* the Linux kernel Network File System daemon (nfsd) implementation did not
drop the CAP_MKNOD capability when handling requests from local,
unprivileged users. This flaw could possibly lead to an information leak or
privilege escalation. (CVE-2009-1072, Moderate)

* Frank Filz reported the NFSv4 client was missing a file permission check
for the execute bit in some situations. This could allow local,
unprivileged users to run non-executable files on NFSv4 mounted file
systems. (CVE-2009-1630, Moderate)

* a missing check was found in the hypervisor_callback() function in the
Linux kernel provided by the kernel-xen package. This could cause a denial
of service of a 32-bit guest if an application running in that guest
accesses a certain memory location in the kernel. (CVE-2009-1758, Moderate)

* a flaw was found in the AGPGART driver. The agp_generic_alloc_page() and
agp_generic_alloc_pages() functions did not zero out the memory pages they
allocate, which may later be available to user-space processes. This flaw
could possibly lead to an information leak. (CVE-2009-1192, Low)

These updated packages also fix the following bugs:

* "/proc/[pid]/maps" and "/proc/[pid]/smaps" can only be read by processes
able to use the ptrace() call on a given process; however, certain
information from "/proc/[pid]/stat" and "/proc/[pid]/wchan" could be used
to reconstruct memory maps, making it possible to bypass the Address Space
Layout Randomization (ASLR) security feature. This update addresses this
issue. (BZ#499549)

* in some situations, the link count was not decreased when renaming unused
files on NFS mounted file systems. This may have resulted in poor
performance. With this update, the link count is decreased in these
situations, the same as is done for other file operations, such as unlink
and rmdir. (BZ#501802)

* tcp_ack() cleared the probes_out variable even if there were outstanding
packets. When low TCP keepalive intervals were used, this bug may have
caused problems, such as connections terminating, when using remote tools
such as rsh and rlogin. (BZ#501754)

* off-by-one errors in the time normalization code could have caused
clock_gettime() to return one billion nanoseconds, rather than adding an
extra second. This bug could have caused the name service cache daemon
(nscd) to consume excessive CPU resources. (BZ#501800)

* a system panic could occur when one thread read "/proc/bus/input/devices"
while another was removing a device. With this update, a mutex has been
added to protect the input_dev_list and input_handler_list variables, which
resolves this issue. (BZ#501804)

* using netdump may have caused a kernel deadlock on some systems.
(BZ#504565)

* the file system mask, which lists capabilities for users with a file
system user ID (fsuid) of 0, was missing the CAP_MKNOD and
CAP_LINUX_IMMUTABLE capabilities. This could, potentially, allow users with
an fsuid other than 0 to perform actions on some file system types that
would otherwise be prevented. This update adds these capabilities. (BZ#497269)

All Red Hat Enterprise Linux 4 users should upgrade to these updated
packages, which contain backported patches to resolve these issues. Note:
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/):

491572 - CVE-2009-1072 kernel: nfsd should drop CAP_MKNOD for non-root
497020 - CVE-2009-1192 kernel: agp: zero pages before sending to userspace
499549 - kernel: proc: avoid information leaks to non-privileged processes [rhel-4.8.z]
500297 - CVE-2009-1630 kernel: nfs: fix NFS v4 client handling of MAY_EXEC in nfs_permission
500945 - CVE-2009-1758 kernel: xen: local denial of service
501754 - Bug with TCP tcp_ack() [RHEL 4]
501800 - [RHEL4] Nscd consumes many cpu resources ( nearly 100% ) continuously.
501802 - [RHEL 4] inode of the overwritten file will remain in the icache causing performance issues.
501804 - [Stratus 4.9 bug] panic reading /proc/bus/input/devices during input device removal
502981 - CVE-2009-1385 kernel: e1000_clean_rx_irq() denial of service
504565 - e1000e: sporadic hang in netdump

6. Package List:

Red Hat Enterprise Linux AS version 4:

Source:
ftp://updates.redhat.com/enterprise/4AS/en/os/SRPMS/kernel-2.6.9-89.0.3.EL.src.rpm

i386:
kernel-2.6.9-89.0.3.EL.i686.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.i686.rpm
kernel-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-hugemem-2.6.9-89.0.3.EL.i686.rpm
kernel-hugemem-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-smp-2.6.9-89.0.3.EL.i686.rpm
kernel-smp-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-xenU-2.6.9-89.0.3.EL.i686.rpm
kernel-xenU-devel-2.6.9-89.0.3.EL.i686.rpm

ia64:
kernel-2.6.9-89.0.3.EL.ia64.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.ia64.rpm
kernel-devel-2.6.9-89.0.3.EL.ia64.rpm
kernel-largesmp-2.6.9-89.0.3.EL.ia64.rpm
kernel-largesmp-devel-2.6.9-89.0.3.EL.ia64.rpm

noarch:
kernel-doc-2.6.9-89.0.3.EL.noarch.rpm

ppc:
kernel-2.6.9-89.0.3.EL.ppc64.rpm
kernel-2.6.9-89.0.3.EL.ppc64iseries.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.ppc64.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.ppc64iseries.rpm
kernel-devel-2.6.9-89.0.3.EL.ppc64.rpm
kernel-devel-2.6.9-89.0.3.EL.ppc64iseries.rpm
kernel-largesmp-2.6.9-89.0.3.EL.ppc64.rpm
kernel-largesmp-devel-2.6.9-89.0.3.EL.ppc64.rpm

s390:
kernel-2.6.9-89.0.3.EL.s390.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.s390.rpm
kernel-devel-2.6.9-89.0.3.EL.s390.rpm

s390x:
kernel-2.6.9-89.0.3.EL.s390x.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.s390x.rpm
kernel-devel-2.6.9-89.0.3.EL.s390x.rpm

x86_64:
kernel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.x86_64.rpm
kernel-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-largesmp-2.6.9-89.0.3.EL.x86_64.rpm
kernel-largesmp-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-smp-2.6.9-89.0.3.EL.x86_64.rpm
kernel-smp-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-xenU-2.6.9-89.0.3.EL.x86_64.rpm
kernel-xenU-devel-2.6.9-89.0.3.EL.x86_64.rpm

Red Hat Enterprise Linux Desktop version 4:

Source:
ftp://updates.redhat.com/enterprise/4Desktop/en/os/SRPMS/kernel-2.6.9-89.0.3.EL.src.rpm

i386:
kernel-2.6.9-89.0.3.EL.i686.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.i686.rpm
kernel-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-hugemem-2.6.9-89.0.3.EL.i686.rpm
kernel-hugemem-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-smp-2.6.9-89.0.3.EL.i686.rpm
kernel-smp-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-xenU-2.6.9-89.0.3.EL.i686.rpm
kernel-xenU-devel-2.6.9-89.0.3.EL.i686.rpm

noarch:
kernel-doc-2.6.9-89.0.3.EL.noarch.rpm

x86_64:
kernel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.x86_64.rpm
kernel-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-largesmp-2.6.9-89.0.3.EL.x86_64.rpm
kernel-largesmp-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-smp-2.6.9-89.0.3.EL.x86_64.rpm
kernel-smp-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-xenU-2.6.9-89.0.3.EL.x86_64.rpm
kernel-xenU-devel-2.6.9-89.0.3.EL.x86_64.rpm

Red Hat Enterprise Linux ES version 4:

Source:
ftp://updates.redhat.com/enterprise/4ES/en/os/SRPMS/kernel-2.6.9-89.0.3.EL.src.rpm

i386:
kernel-2.6.9-89.0.3.EL.i686.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.i686.rpm
kernel-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-hugemem-2.6.9-89.0.3.EL.i686.rpm
kernel-hugemem-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-smp-2.6.9-89.0.3.EL.i686.rpm
kernel-smp-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-xenU-2.6.9-89.0.3.EL.i686.rpm
kernel-xenU-devel-2.6.9-89.0.3.EL.i686.rpm

ia64:
kernel-2.6.9-89.0.3.EL.ia64.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.ia64.rpm
kernel-devel-2.6.9-89.0.3.EL.ia64.rpm
kernel-largesmp-2.6.9-89.0.3.EL.ia64.rpm
kernel-largesmp-devel-2.6.9-89.0.3.EL.ia64.rpm

noarch:
kernel-doc-2.6.9-89.0.3.EL.noarch.rpm

x86_64:
kernel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.x86_64.rpm
kernel-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-largesmp-2.6.9-89.0.3.EL.x86_64.rpm
kernel-largesmp-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-smp-2.6.9-89.0.3.EL.x86_64.rpm
kernel-smp-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-xenU-2.6.9-89.0.3.EL.x86_64.rpm
kernel-xenU-devel-2.6.9-89.0.3.EL.x86_64.rpm

Red Hat Enterprise Linux WS version 4:

Source:
ftp://updates.redhat.com/enterprise/4WS/en/os/SRPMS/kernel-2.6.9-89.0.3.EL.src.rpm

i386:
kernel-2.6.9-89.0.3.EL.i686.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.i686.rpm
kernel-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-hugemem-2.6.9-89.0.3.EL.i686.rpm
kernel-hugemem-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-smp-2.6.9-89.0.3.EL.i686.rpm
kernel-smp-devel-2.6.9-89.0.3.EL.i686.rpm
kernel-xenU-2.6.9-89.0.3.EL.i686.rpm
kernel-xenU-devel-2.6.9-89.0.3.EL.i686.rpm

ia64:
kernel-2.6.9-89.0.3.EL.ia64.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.ia64.rpm
kernel-devel-2.6.9-89.0.3.EL.ia64.rpm
kernel-largesmp-2.6.9-89.0.3.EL.ia64.rpm
kernel-largesmp-devel-2.6.9-89.0.3.EL.ia64.rpm

noarch:
kernel-doc-2.6.9-89.0.3.EL.noarch.rpm

x86_64:
kernel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-debuginfo-2.6.9-89.0.3.EL.x86_64.rpm
kernel-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-largesmp-2.6.9-89.0.3.EL.x86_64.rpm
kernel-largesmp-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-smp-2.6.9-89.0.3.EL.x86_64.rpm
kernel-smp-devel-2.6.9-89.0.3.EL.x86_64.rpm
kernel-xenU-2.6.9-89.0.3.EL.x86_64.rpm
kernel-xenU-devel-2.6.9-89.0.3.EL.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-1072
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1192
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1385
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1630
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1758
http://www.redhat.com/security/updates/classification/#important

8. Contact:

The Red Hat security contact is <secalert@redhat.com>.  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)

iD8DBQFKScegXlSAg2UNWIIRApgsAJ42sZ8IRUZ4EiICZ00MFn+pBgjPTACglM0Y
pqYdLSbJKesLk8wQidcuTno=
=2PFx
- -----END PGP SIGNATURE-----

- --------------------------END INCLUDED TEXT--------------------

You have received this e-mail bulletin as a result of your organisation's
registration with AusCERT. The mailing list you are subscribed to is
maintained within your organisation, so if you do not wish to continue
receiving these bulletins you should contact your local IT manager. If
you do not know who that is, please send an email to auscert@auscert.org.au
and we will forward your request to the appropriate person.

NOTE: Third Party Rights
This security bulletin is provided as a service to AusCERT's members.  As
AusCERT did not write the document quoted above, AusCERT has had no control
over its content. The decision to follow or act on information or advice
contained in this security bulletin is the responsibility of each user or
organisation, and should be considered in accordance with your organisation's
site policies and procedures. AusCERT takes no responsibility for consequences
which may arise from following or acting on information or advice contained in
this security bulletin.

NOTE: This is only the original release of the security bulletin.  It may
not be updated when updates to the original are made.  If downloading at
a later date, it is recommended that the bulletin is retrieved directly
from the author's website to ensure that the information is still current.

Contact information for the authors of the original document is included
in the Security Bulletin above.  If you have any questions or need further
information, please contact them directly.

Previous advisories and external security bulletins can be retrieved from:

        http://www.auscert.org.au/render.html?cid=1980

If you believe that your computer system has been compromised or attacked in 
any way, we encourage you to let us know by completing the secure National IT 
Incident Reporting Form at:

        http://www.auscert.org.au/render.html?it=3192

===========================================================================
Australian Computer Emergency Response Team
The University of Queensland
Brisbane
Qld 4072

Internet Email: auscert@auscert.org.au
Facsimile:      (07) 3365 7031
Telephone:      (07) 3365 4417 (International: +61 7 3365 4417)
                AusCERT personnel answer during Queensland business hours
                which are GMT+10:00 (AEST).
                On call after hours for member emergencies only.
===========================================================================
-----BEGIN PGP SIGNATURE-----
Comment: http://www.auscert.org.au/render.html?it=1967

iD8DBQFKTCKiNVH5XJJInbgRAuuEAJ41VBj3mxu2urSDxuJVs40g2XR9gQCeIBrI
MHf4b3gkfb4OZP9bPOAgBdA=
=Pobj
-----END PGP SIGNATURE-----