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

______________________________________________________________________________

                        SUSE Security Announcement

        Package:                kernel
        Announcement ID:        SUSE-SA:2010:012
        Date:                   Mon, 15 Feb 2010 16:00:00 +0000
        Affected Products:      openSUSE 11.0
        Vulnerability Type:     local privilege escalation, remote denial of service
        CVSS v2 Base Score:     7.2 (AV:L/AC:L/Au:N/C:C/I:C/A:C)
        SUSE Default Package:   yes
        Cross-References:       CVE-2009-1633, CVE-2009-2848, CVE-2009-2903
                                CVE-2009-2910, CVE-2009-3002, CVE-2009-3238
                                CVE-2009-3286, CVE-2009-3547, CVE-2009-3612
                                CVE-2009-3620, CVE-2009-3621, CVE-2009-3726
                                CVE-2009-3939, CVE-2009-4021, CVE-2009-4138
                                CVE-2009-4308, CVE-2009-4536, CVE-2009-4538
                                CVE-2010-0003, CVE-2010-0007

    Content of This Advisory:
        1) Security Vulnerability Resolved:
             Linux kernel security problem
           Problem Description
        2) Solution or Work-Around
        3) Special Instructions and Notes
        4) Package Location and Checksums
        5) Pending Vulnerabilities, Solutions, and Work-Arounds:
            See SUSE Security Summary Report.
        6) Authenticity Verification and Additional Information

______________________________________________________________________________

1) Problem Description and Brief Discussion

   This kernel update for openSUSE 11.0 fixes some bugs and several
   security problems.

   The following security issues are fixed:
   CVE-2009-4536: drivers/net/e1000/e1000_main.c in the e1000 driver
   in the Linux kernel handles Ethernet frames that exceed the MTU by
   processing certain trailing payload data as if it were a complete
   frame, which allows remote attackers to bypass packet filters via a
   large packet with a crafted payload.

   CVE-2009-4538: drivers/net/e1000e/netdev.c in the e1000e driver in
   the Linux kernel does not properly check the size of an Ethernet
   frame that exceeds the MTU, which allows remote attackers to have an
   unspecified impact via crafted packets.

   CVE-2010-0007: Missing CAP_NET_ADMIN checks in the ebtables netfilter
   code might have allowed local attackers to modify bridge firewall
   settings.

   CVE-2010-0003: An information leakage on fatal signals on x86_64
   machines was fixed.

   CVE-2009-4138: drivers/firewire/ohci.c in the Linux kernel, when
   packet-per-buffer mode is used, allows local users to cause a denial
   of service (NULL pointer dereference and system crash) or possibly
   have unknown other impact via an unspecified ioctl associated with
   receiving an ISO packet that contains zero in the payload-length field.

   CVE-2009-4308: The ext4_decode_error function in fs/ext4/super.c
   in the ext4 filesystem in the Linux kernel before 2.6.32 allows
   user-assisted remote attackers to cause a denial of service (NULL
   pointer dereference), and possibly have unspecified other impact,
   via a crafted read-only filesystem that lacks a journal.

   CVE-2009-3939: The poll_mode_io file for the megaraid_sas driver in
   the Linux kernel 2.6.31.6 and earlier has world-writable permissions,
   which allows local users to change the I/O mode of the driver by
   modifying this file.

   CVE-2009-4021: The fuse_direct_io function in fs/fuse/file.c in the
   fuse subsystem in the Linux kernel before 2.6.32-rc7 might allow
   attackers to cause a denial of service (invalid pointer dereference
   and OOPS) via vectors possibly related to a memory-consumption attack.

   CVE-2009-3547: A race condition in the pipe(2) system call could be
   used by local attackers to hang the machine. The kernel in Moblin
   2.0 uses NULL ptr protection which avoids code execution possibilities.

   CVE-2009-2903: Memory leak in the AppleTalk subsystem in the Linux
   kernel 2.4.x through 2.4.37.6 and 2.6.x through 2.6.31, when the
   AppleTalk and ipddp modules are loaded but the ipddp"N" device is
   not found, allows remote attackers to cause a denial of service
   (memory consumption) via IP-DDP datagrams.

   CVE-2009-3621: net/unix/af_unix.c in the Linux kernel 2.6.31.4 and
   earlier allows local users to cause a denial of service (system hang)
   by creating an abstract-namespace AF_UNIX listening socket, performing
   a shutdown operation on this socket, and then performing a series of
   connect operations to this socket.

   CVE-2009-3612: The tcf_fill_node function in net/sched/cls_api.c in
   the netlink subsystem in the Linux kernel 2.6.x before 2.6.32-rc5,
   and 2.4.37.6 and earlier, does not initialize a certain tcm__pad2
   structure member, which might allow local users to obtain sensitive
   information from kernel memory via unspecified vectors.

   CVE-2009-3620: The ATI Rage 128 (aka r128) driver in the Linux kernel
   before 2.6.31-git11 does not properly verify Concurrent Command Engine
   (CCE) state initialization, which allows local users to cause a denial
   of service (NULL pointer dereference and system crash) or possibly
   gain privileges via unspecified ioctl calls.

   CVE-2009-3726: The nfs4_proc_lock function in fs/nfs/nfs4proc.c in
   the NFSv4 client in the Linux kernel before 2.6.31-rc4 allows remote
   NFS servers to cause a denial of service (NULL pointer dereference
   and panic) by sending a certain response containing incorrect file
   attributes, which trigger attempted use of an open file that lacks
   NFSv4 state.

   CVE-2009-3286: NFSv4 in the Linux kernel 2.6.18, and possibly other
   versions, does not properly clean up an inode when an O_EXCL create
   fails, which causes files to be created with insecure settings such
   as setuid bits, and possibly allows local users to gain privileges,
   related to the execution of the do_open_permission function even when
   a create fails.

   CVE-2009-2910: arch/x86/ia32/ia32entry.S in the Linux kernel before
   2.6.31.4 on the x86_64 platform does not clear certain kernel
   registers before a return to user mode, which allows local users to
   read register values from an earlier process by switching an ia32
   process to 64-bit mode.

   CVE-2009-3238: The get_random_int function in drivers/char/random.c
   in the Linux kernel before 2.6.30 produces insufficiently random
   numbers, which allows attackers to predict the return value, and
   possibly defeat protection mechanisms based on randomization, via
   vectors that leverage the function's tendency to "return the same
   value over and over again for long stretches of time."

   CVE-2009-2848: The execve function in the Linux kernel,
   possibly 2.6.30-rc6 and earlier, does not properly clear the
   current->clear_child_tid pointer, which allows local users to cause a
   denial of service (memory corruption) or possibly gain privileges via
   a clone system call with CLONE_CHILD_SETTID or CLONE_CHILD_CLEARTID
   enabled, which is not properly handled during thread creation and exit.

   CVE-2009-3002: The Linux kernel before 2.6.31-rc7 does not initialize
   certain data structures within getname functions, which allows
   local users to read the contents of some kernel memory locations
   by calling getsockname on (1) an AF_APPLETALK socket, related to
   the atalk_getname function in net/appletalk/ddp.c; (2) an AF_IRDA
   socket, related to the irda_getname function in net/irda/af_irda.c;
   (3) an AF_ECONET socket, related to the econet_getname function
   in net/econet/af_econet.c; (4) an AF_NETROM socket, related to the
   nr_getname function in net/netrom/af_netrom.c; (5) an AF_ROSE socket,
   related to the rose_getname function in net/rose/af_rose.c; or (6)
   a raw CAN socket, related to the raw_getname function in net/can/raw.c.

   CVE-2009-1633: Multiple buffer overflows in the cifs subsystem
   in the Linux kernel before 2.6.29.4 allow remote CIFS servers to
   cause a denial of service (memory corruption) and possibly have
   unspecified other impact via (1) a malformed Unicode string, related
   to Unicode string area alignment in fs/cifs/sess.c; or (2) long Unicode
   characters, related to fs/cifs/cifssmb.c and the cifs_readdir function
   in fs/cifs/readdir.c.

2) Solution or Work-Around

   There is no known workaround, please install the update packages.

3) Special Instructions and Notes

   Reboot the machine after installing the update.

4) Package Location and Checksums

   The preferred method for installing security updates is to use the YaST
   Online Update (YOU) tool. YOU detects which updates are required and
   automatically performs the necessary steps to verify and install them.
   Alternatively, download the update packages for your distribution manually
   and verify their integrity by the methods listed in Section 6 of this
   announcement. Then install the packages using the command

     rpm -Fhv 

   to apply the update, replacing  with the filename of the
   downloaded RPM package.


   x86 Platform:

   openSUSE 11.0:
                                    http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/acerhk-kmp-debug-0.5.35_2.6.25.20_0.6-98.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/acx-kmp-debug-20080210_2.6.25.20_0.6-4.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/appleir-kmp-debug-1.1_2.6.25.20_0.6-108.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/at76_usb-kmp-debug-0.17_2.6.25.20_0.6-2.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/atl2-kmp-debug-2.0.4_2.6.25.20_0.6-4.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/aufs-kmp-debug-cvs20080429_2.6.25.20_0.6-13.3.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/dazuko-kmp-debug-2.3.4.4_2.6.25.20_0.6-42.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/drbd-kmp-debug-8.2.6_2.6.25.20_0.6-0.2.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/gspcav-kmp-debug-01.00.20_2.6.25.20_0.6-1.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/iscsitarget-kmp-debug-0.4.15_2.6.25.20_0.6-63.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/ivtv-kmp-debug-1.0.3_2.6.25.20_0.6-66.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-debug-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-default-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-pae-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-source-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-syms-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-vanilla-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-xen-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kqemu-kmp-debug-1.3.0pre11_2.6.25.20_0.6-7.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/nouveau-kmp-debug-0.10.1.20081112_2.6.25.20_0.6-0.4.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/omnibook-kmp-debug-20080313_2.6.25.20_0.6-1.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/pcc-acpi-kmp-debug-0.9_2.6.25.20_0.6-4.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/pcfclock-kmp-debug-0.44_2.6.25.20_0.6-207.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/tpctl-kmp-debug-4.17_2.6.25.20_0.6-189.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/uvcvideo-kmp-debug-r200_2.6.25.20_0.6-2.4.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/virtualbox-ose-kmp-debug-1.5.6_2.6.25.20_0.6-33.5.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/vmware-kmp-debug-2008.04.14_2.6.25.20_0.6-21.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/wlan-ng-kmp-debug-0.2.8_2.6.25.20_0.6-107.1.i586.rpm

   Platform Independent:

   openSUSE 11.0:
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/noarch/kernel-docs-2.6.25.20-0.6.noarch.rpm

   Power PC Platform:

   openSUSE 11.0:
                                 http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-default-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-kdump-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-ppc64-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-ps3-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-source-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-syms-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-vanilla-2.6.25.20-0.6.ppc.rpm

   x86-64 Platform:

   openSUSE 11.0:
                              http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/acx-kmp-debug-20080210_2.6.25.20_0.6-4.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/appleir-kmp-debug-1.1_2.6.25.20_0.6-108.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/at76_usb-kmp-debug-0.17_2.6.25.20_0.6-2.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/atl2-kmp-debug-2.0.4_2.6.25.20_0.6-4.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/aufs-kmp-debug-cvs20080429_2.6.25.20_0.6-13.3.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/dazuko-kmp-debug-2.3.4.4_2.6.25.20_0.6-42.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/drbd-kmp-debug-8.2.6_2.6.25.20_0.6-0.2.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/gspcav-kmp-debug-01.00.20_2.6.25.20_0.6-1.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/iscsitarget-kmp-debug-0.4.15_2.6.25.20_0.6-63.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/ivtv-kmp-debug-1.0.3_2.6.25.20_0.6-66.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-debug-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-default-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-source-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-syms-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-vanilla-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-xen-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kqemu-kmp-debug-1.3.0pre11_2.6.25.20_0.6-7.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/nouveau-kmp-debug-0.10.1.20081112_2.6.25.20_0.6-0.4.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/omnibook-kmp-debug-20080313_2.6.25.20_0.6-1.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/pcc-acpi-kmp-debug-0.9_2.6.25.20_0.6-4.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/pcfclock-kmp-debug-0.44_2.6.25.20_0.6-207.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/uvcvideo-kmp-debug-r200_2.6.25.20_0.6-2.4.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/virtualbox-ose-kmp-debug-1.5.6_2.6.25.20_0.6-33.5.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/vmware-kmp-debug-2008.04.14_2.6.25.20_0.6-21.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/wlan-ng-kmp-debug-0.2.8_2.6.25.20_0.6-107.1.x86_64.rpm

   Sources:

   openSUSE 11.0:
                                 
______________________________________________________________________________

5) Pending Vulnerabilities, Solutions, and Work-Arounds:

   See SUSE Security Summary Report.
______________________________________________________________________________

6) Authenticity Verification and Additional Information

  - Announcement authenticity verification:

    SUSE security announcements are published via mailing lists and on Web
    sites. The authenticity and integrity of a SUSE security announcement is
    guaranteed by a cryptographic signature in each announcement. All SUSE
    security announcements are published with a valid signature.

    To verify the signature of the announcement, save it as text into a file
    and run the command

      gpg --verify 

    replacing  with the name of the file where you saved the
    announcement. The output for a valid signature looks like:

      gpg: Signature made  using RSA key ID 3D25D3D9
      gpg: Good signature from "SuSE Security Team "

    where  is replaced by the date the document was signed.

    If the security team's key is not contained in your key ring, you can
    import it from the first installation CD. To import the key, use the
    command

      gpg --import gpg-pubkey-3d25d3d9-36e12d04.asc

  - Package authenticity verification:

    SUSE update packages are available on many mirror FTP servers all over the
    world. While this service is considered valuable and important to the free
    and open source software community, the authenticity and the integrity of
    a package needs to be verified to ensure that it has not been tampered
    with.

    The internal rpm package signatures provide an easy way to verify the
    authenticity of an RPM package. Use the command

     rpm -v --checksig 

    to verify the signature of the package, replacing  with the
    filename of the RPM package downloaded. The package is unmodified if it
    contains a valid signature from build@suse.de with the key ID 9C800ACA.

    This key is automatically imported into the RPM database (on
    RPMv4-based distributions) and the gpg key ring of 'root' during
    installation. You can also find it on the first installation CD and at
    the end of this announcement.

  - SUSE runs two security mailing lists to which any interested party may
    subscribe:

    opensuse-security@opensuse.org
        -   General Linux and SUSE security discussion.
            All SUSE security announcements are sent to this list.
            To subscribe, send an e-mail to
                .

    opensuse-security-announce@opensuse.org
        -   SUSE's announce-only mailing list.
            Only SUSE's security announcements are sent to this list.
            To subscribe, send an e-mail to
                .

    ====================================================================    SUSE's security contact is  or .
    The  public key is listed below.
    ====================================================================

SuSE: 2010-012: Linux kernel Security Update

February 15, 2010
This kernel update for openSUSE 11.0 fixes some bugs and several This kernel update for openSUSE 11.0 fixes some bugs and several security problems

Summary


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

______________________________________________________________________________

                        SUSE Security Announcement

        Package:                kernel
        Announcement ID:        SUSE-SA:2010:012
        Date:                   Mon, 15 Feb 2010 16:00:00 +0000
        Affected Products:      openSUSE 11.0
        Vulnerability Type:     local privilege escalation, remote denial of service
        CVSS v2 Base Score:     7.2 (AV:L/AC:L/Au:N/C:C/I:C/A:C)
        SUSE Default Package:   yes
        Cross-References:       CVE-2009-1633, CVE-2009-2848, CVE-2009-2903
                                CVE-2009-2910, CVE-2009-3002, CVE-2009-3238
                                CVE-2009-3286, CVE-2009-3547, CVE-2009-3612
                                CVE-2009-3620, CVE-2009-3621, CVE-2009-3726
                                CVE-2009-3939, CVE-2009-4021, CVE-2009-4138
                                CVE-2009-4308, CVE-2009-4536, CVE-2009-4538
                                CVE-2010-0003, CVE-2010-0007

    Content of This Advisory:
        1) Security Vulnerability Resolved:
             Linux kernel security problem
           Problem Description
        2) Solution or Work-Around
        3) Special Instructions and Notes
        4) Package Location and Checksums
        5) Pending Vulnerabilities, Solutions, and Work-Arounds:
            See SUSE Security Summary Report.
        6) Authenticity Verification and Additional Information

______________________________________________________________________________

1) Problem Description and Brief Discussion

   This kernel update for openSUSE 11.0 fixes some bugs and several
   security problems.

   The following security issues are fixed:
   CVE-2009-4536: drivers/net/e1000/e1000_main.c in the e1000 driver
   in the Linux kernel handles Ethernet frames that exceed the MTU by
   processing certain trailing payload data as if it were a complete
   frame, which allows remote attackers to bypass packet filters via a
   large packet with a crafted payload.

   CVE-2009-4538: drivers/net/e1000e/netdev.c in the e1000e driver in
   the Linux kernel does not properly check the size of an Ethernet
   frame that exceeds the MTU, which allows remote attackers to have an
   unspecified impact via crafted packets.

   CVE-2010-0007: Missing CAP_NET_ADMIN checks in the ebtables netfilter
   code might have allowed local attackers to modify bridge firewall
   settings.

   CVE-2010-0003: An information leakage on fatal signals on x86_64
   machines was fixed.

   CVE-2009-4138: drivers/firewire/ohci.c in the Linux kernel, when
   packet-per-buffer mode is used, allows local users to cause a denial
   of service (NULL pointer dereference and system crash) or possibly
   have unknown other impact via an unspecified ioctl associated with
   receiving an ISO packet that contains zero in the payload-length field.

   CVE-2009-4308: The ext4_decode_error function in fs/ext4/super.c
   in the ext4 filesystem in the Linux kernel before 2.6.32 allows
   user-assisted remote attackers to cause a denial of service (NULL
   pointer dereference), and possibly have unspecified other impact,
   via a crafted read-only filesystem that lacks a journal.

   CVE-2009-3939: The poll_mode_io file for the megaraid_sas driver in
   the Linux kernel 2.6.31.6 and earlier has world-writable permissions,
   which allows local users to change the I/O mode of the driver by
   modifying this file.

   CVE-2009-4021: The fuse_direct_io function in fs/fuse/file.c in the
   fuse subsystem in the Linux kernel before 2.6.32-rc7 might allow
   attackers to cause a denial of service (invalid pointer dereference
   and OOPS) via vectors possibly related to a memory-consumption attack.

   CVE-2009-3547: A race condition in the pipe(2) system call could be
   used by local attackers to hang the machine. The kernel in Moblin
   2.0 uses NULL ptr protection which avoids code execution possibilities.

   CVE-2009-2903: Memory leak in the AppleTalk subsystem in the Linux
   kernel 2.4.x through 2.4.37.6 and 2.6.x through 2.6.31, when the
   AppleTalk and ipddp modules are loaded but the ipddp"N" device is
   not found, allows remote attackers to cause a denial of service
   (memory consumption) via IP-DDP datagrams.

   CVE-2009-3621: net/unix/af_unix.c in the Linux kernel 2.6.31.4 and
   earlier allows local users to cause a denial of service (system hang)
   by creating an abstract-namespace AF_UNIX listening socket, performing
   a shutdown operation on this socket, and then performing a series of
   connect operations to this socket.

   CVE-2009-3612: The tcf_fill_node function in net/sched/cls_api.c in
   the netlink subsystem in the Linux kernel 2.6.x before 2.6.32-rc5,
   and 2.4.37.6 and earlier, does not initialize a certain tcm__pad2
   structure member, which might allow local users to obtain sensitive
   information from kernel memory via unspecified vectors.

   CVE-2009-3620: The ATI Rage 128 (aka r128) driver in the Linux kernel
   before 2.6.31-git11 does not properly verify Concurrent Command Engine
   (CCE) state initialization, which allows local users to cause a denial
   of service (NULL pointer dereference and system crash) or possibly
   gain privileges via unspecified ioctl calls.

   CVE-2009-3726: The nfs4_proc_lock function in fs/nfs/nfs4proc.c in
   the NFSv4 client in the Linux kernel before 2.6.31-rc4 allows remote
   NFS servers to cause a denial of service (NULL pointer dereference
   and panic) by sending a certain response containing incorrect file
   attributes, which trigger attempted use of an open file that lacks
   NFSv4 state.

   CVE-2009-3286: NFSv4 in the Linux kernel 2.6.18, and possibly other
   versions, does not properly clean up an inode when an O_EXCL create
   fails, which causes files to be created with insecure settings such
   as setuid bits, and possibly allows local users to gain privileges,
   related to the execution of the do_open_permission function even when
   a create fails.

   CVE-2009-2910: arch/x86/ia32/ia32entry.S in the Linux kernel before
   2.6.31.4 on the x86_64 platform does not clear certain kernel
   registers before a return to user mode, which allows local users to
   read register values from an earlier process by switching an ia32
   process to 64-bit mode.

   CVE-2009-3238: The get_random_int function in drivers/char/random.c
   in the Linux kernel before 2.6.30 produces insufficiently random
   numbers, which allows attackers to predict the return value, and
   possibly defeat protection mechanisms based on randomization, via
   vectors that leverage the function's tendency to "return the same
   value over and over again for long stretches of time."

   CVE-2009-2848: The execve function in the Linux kernel,
   possibly 2.6.30-rc6 and earlier, does not properly clear the
   current->clear_child_tid pointer, which allows local users to cause a
   denial of service (memory corruption) or possibly gain privileges via
   a clone system call with CLONE_CHILD_SETTID or CLONE_CHILD_CLEARTID
   enabled, which is not properly handled during thread creation and exit.

   CVE-2009-3002: The Linux kernel before 2.6.31-rc7 does not initialize
   certain data structures within getname functions, which allows
   local users to read the contents of some kernel memory locations
   by calling getsockname on (1) an AF_APPLETALK socket, related to
   the atalk_getname function in net/appletalk/ddp.c; (2) an AF_IRDA
   socket, related to the irda_getname function in net/irda/af_irda.c;
   (3) an AF_ECONET socket, related to the econet_getname function
   in net/econet/af_econet.c; (4) an AF_NETROM socket, related to the
   nr_getname function in net/netrom/af_netrom.c; (5) an AF_ROSE socket,
   related to the rose_getname function in net/rose/af_rose.c; or (6)
   a raw CAN socket, related to the raw_getname function in net/can/raw.c.

   CVE-2009-1633: Multiple buffer overflows in the cifs subsystem
   in the Linux kernel before 2.6.29.4 allow remote CIFS servers to
   cause a denial of service (memory corruption) and possibly have
   unspecified other impact via (1) a malformed Unicode string, related
   to Unicode string area alignment in fs/cifs/sess.c; or (2) long Unicode
   characters, related to fs/cifs/cifssmb.c and the cifs_readdir function
   in fs/cifs/readdir.c.

2) Solution or Work-Around

   There is no known workaround, please install the update packages.

3) Special Instructions and Notes

   Reboot the machine after installing the update.

4) Package Location and Checksums

   The preferred method for installing security updates is to use the YaST
   Online Update (YOU) tool. YOU detects which updates are required and
   automatically performs the necessary steps to verify and install them.
   Alternatively, download the update packages for your distribution manually
   and verify their integrity by the methods listed in Section 6 of this
   announcement. Then install the packages using the command

     rpm -Fhv 

   to apply the update, replacing  with the filename of the
   downloaded RPM package.


   x86 Platform:

   openSUSE 11.0:
                                    http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/acerhk-kmp-debug-0.5.35_2.6.25.20_0.6-98.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/acx-kmp-debug-20080210_2.6.25.20_0.6-4.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/appleir-kmp-debug-1.1_2.6.25.20_0.6-108.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/at76_usb-kmp-debug-0.17_2.6.25.20_0.6-2.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/atl2-kmp-debug-2.0.4_2.6.25.20_0.6-4.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/aufs-kmp-debug-cvs20080429_2.6.25.20_0.6-13.3.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/dazuko-kmp-debug-2.3.4.4_2.6.25.20_0.6-42.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/drbd-kmp-debug-8.2.6_2.6.25.20_0.6-0.2.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/gspcav-kmp-debug-01.00.20_2.6.25.20_0.6-1.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/iscsitarget-kmp-debug-0.4.15_2.6.25.20_0.6-63.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/ivtv-kmp-debug-1.0.3_2.6.25.20_0.6-66.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-debug-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-default-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-pae-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-source-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-syms-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-vanilla-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kernel-xen-2.6.25.20-0.6.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/kqemu-kmp-debug-1.3.0pre11_2.6.25.20_0.6-7.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/nouveau-kmp-debug-0.10.1.20081112_2.6.25.20_0.6-0.4.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/omnibook-kmp-debug-20080313_2.6.25.20_0.6-1.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/pcc-acpi-kmp-debug-0.9_2.6.25.20_0.6-4.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/pcfclock-kmp-debug-0.44_2.6.25.20_0.6-207.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/tpctl-kmp-debug-4.17_2.6.25.20_0.6-189.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/uvcvideo-kmp-debug-r200_2.6.25.20_0.6-2.4.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/virtualbox-ose-kmp-debug-1.5.6_2.6.25.20_0.6-33.5.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/vmware-kmp-debug-2008.04.14_2.6.25.20_0.6-21.1.i586.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/i586/wlan-ng-kmp-debug-0.2.8_2.6.25.20_0.6-107.1.i586.rpm

   Platform Independent:

   openSUSE 11.0:
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/noarch/kernel-docs-2.6.25.20-0.6.noarch.rpm

   Power PC Platform:

   openSUSE 11.0:
                                 http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-default-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-kdump-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-ppc64-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-ps3-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-source-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-syms-2.6.25.20-0.6.ppc.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/ppc/kernel-vanilla-2.6.25.20-0.6.ppc.rpm

   x86-64 Platform:

   openSUSE 11.0:
                              http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/acx-kmp-debug-20080210_2.6.25.20_0.6-4.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/appleir-kmp-debug-1.1_2.6.25.20_0.6-108.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/at76_usb-kmp-debug-0.17_2.6.25.20_0.6-2.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/atl2-kmp-debug-2.0.4_2.6.25.20_0.6-4.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/aufs-kmp-debug-cvs20080429_2.6.25.20_0.6-13.3.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/dazuko-kmp-debug-2.3.4.4_2.6.25.20_0.6-42.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/drbd-kmp-debug-8.2.6_2.6.25.20_0.6-0.2.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/gspcav-kmp-debug-01.00.20_2.6.25.20_0.6-1.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/iscsitarget-kmp-debug-0.4.15_2.6.25.20_0.6-63.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/ivtv-kmp-debug-1.0.3_2.6.25.20_0.6-66.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-debug-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-default-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-source-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-syms-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-vanilla-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kernel-xen-2.6.25.20-0.6.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/kqemu-kmp-debug-1.3.0pre11_2.6.25.20_0.6-7.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/nouveau-kmp-debug-0.10.1.20081112_2.6.25.20_0.6-0.4.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/omnibook-kmp-debug-20080313_2.6.25.20_0.6-1.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/pcc-acpi-kmp-debug-0.9_2.6.25.20_0.6-4.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/pcfclock-kmp-debug-0.44_2.6.25.20_0.6-207.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/uvcvideo-kmp-debug-r200_2.6.25.20_0.6-2.4.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/virtualbox-ose-kmp-debug-1.5.6_2.6.25.20_0.6-33.5.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/vmware-kmp-debug-2008.04.14_2.6.25.20_0.6-21.1.x86_64.rpm
   http://ftp5.gwdg.de/pub/opensuse/discontinued/update/11.0/rpm/x86_64/wlan-ng-kmp-debug-0.2.8_2.6.25.20_0.6-107.1.x86_64.rpm

   Sources:

   openSUSE 11.0:
                                 
______________________________________________________________________________

5) Pending Vulnerabilities, Solutions, and Work-Arounds:

   See SUSE Security Summary Report.
______________________________________________________________________________

6) Authenticity Verification and Additional Information

  - Announcement authenticity verification:

    SUSE security announcements are published via mailing lists and on Web
    sites. The authenticity and integrity of a SUSE security announcement is
    guaranteed by a cryptographic signature in each announcement. All SUSE
    security announcements are published with a valid signature.

    To verify the signature of the announcement, save it as text into a file
    and run the command

      gpg --verify 

    replacing  with the name of the file where you saved the
    announcement. The output for a valid signature looks like:

      gpg: Signature made  using RSA key ID 3D25D3D9
      gpg: Good signature from "SuSE Security Team "

    where  is replaced by the date the document was signed.

    If the security team's key is not contained in your key ring, you can
    import it from the first installation CD. To import the key, use the
    command

      gpg --import gpg-pubkey-3d25d3d9-36e12d04.asc

  - Package authenticity verification:

    SUSE update packages are available on many mirror FTP servers all over the
    world. While this service is considered valuable and important to the free
    and open source software community, the authenticity and the integrity of
    a package needs to be verified to ensure that it has not been tampered
    with.

    The internal rpm package signatures provide an easy way to verify the
    authenticity of an RPM package. Use the command

     rpm -v --checksig 

    to verify the signature of the package, replacing  with the
    filename of the RPM package downloaded. The package is unmodified if it
    contains a valid signature from build@suse.de with the key ID 9C800ACA.

    This key is automatically imported into the RPM database (on
    RPMv4-based distributions) and the gpg key ring of 'root' during
    installation. You can also find it on the first installation CD and at
    the end of this announcement.

  - SUSE runs two security mailing lists to which any interested party may
    subscribe:

    opensuse-security@opensuse.org
        -   General Linux and SUSE security discussion.
            All SUSE security announcements are sent to this list.
            To subscribe, send an e-mail to
                .

    opensuse-security-announce@opensuse.org
        -   SUSE's announce-only mailing list.
            Only SUSE's security announcements are sent to this list.
            To subscribe, send an e-mail to
                .

    ====================================================================    SUSE's security contact is  or .
    The  public key is listed below.
    ====================================================================

References

Severity

Related News