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

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

                               ESB-2011.0959
        SUSE Security Announcement: Linux kernel (SUSE-SA:2011:040)
                             21 September 2011

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

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

Product:          kernel
Publisher:        SUSE
Operating System: SUSE
Impact/Access:    Increased Privileges     -- Existing Account      
                  Access Privileged Data   -- Console/Physical      
                  Denial of Service        -- Remote/Unauthenticated
                  Access Confidential Data -- Existing Account      
                  Reduced Security         -- Existing Account      
Resolution:       Patch/Upgrade
CVE Names:        CVE-2011-3191 CVE-2011-2496 CVE-2011-2491
                  CVE-2011-2182 CVE-2011-2022 CVE-2011-1776
                  CVE-2011-1746 CVE-2011-1745 CVE-2011-1585
                  CVE-2011-1093 CVE-2011-1017 CVE-2011-0726

Reference:        ESB-2011.0903
                  ESB-2011.0844
                  ESB-2011.0771
                  ESB-2011.0681
                  ESB-2011.0536
                  ESB-2011.0487

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

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

______________________________________________________________________________

                        SUSE Security Announcement

        Package:                kernel
        Announcement ID:        SUSE-SA:2011:040
        Date:                   Tue, 20 Sep 2011 16:00:00 +0000
        Affected Products:      SLE SDK 10 SP3
                                SUSE Linux Enterprise Server 10 SP3
        Vulnerability Type:     remote denial of service
        CVSS v2 Base Score:     7.8 (AV:N/AC:L/Au:N/C:N/I:N/A:C)
        SUSE Default Package:   yes
        Cross-References:       CVE-2011-0726, CVE-2011-1017, CVE-2011-1093
                                CVE-2011-1585, CVE-2011-1745, CVE-2011-1746
                                CVE-2011-1776, CVE-2011-2022, CVE-2011-2182
                                CVE-2011-2491, CVE-2011-2496, CVE-2011-3191

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

______________________________________________________________________________

1) Problem Description and Brief Discussion

   This kernel update for the SUSE Linux Enterprise 10 SP3 kernel fixes
   several security issues and bugs.

   Following security issues were fixed:
   CVE-2011-3191: A signedness issue in CIFS could possibly have lead
   to to memory corruption, if a malicious server could send crafted
   replies to the host.

   CVE-2011-1776: Timo Warns reported an issue in the Linux implementation
   for GUID partitions. Users with physical access could gain access to
   sensitive kernel memory by adding a storage device with a specially
   crafted corrupted invalid partition table.

   CVE-2011-1093: The dccp_rcv_state_process function in net/dccp/input.c
   in the Datagram Congestion Control Protocol (DCCP) implementation
   in the Linux kernel did not properly handle packets for a CLOSED
   endpoint, which allowed remote attackers to cause a denial of service
   (NULL pointer dereference and OOPS) by sending a DCCP-Close packet
   followed by a DCCP-Reset packet.

   CVE-2011-1745: Integer overflow in the agp_generic_insert_memory
   function in drivers/char/agp/generic.c in the Linux kernel allowed
   local users to gain privileges or cause a denial of service (system
   crash) via a crafted AGPIOC_BIND agp_ioctl ioctl call.

   CVE-2011-1746: Multiple integer overflows in the (1)
   agp_allocate_memory and (2) agp_create_user_memory functions in
   drivers/char/agp/generic.c in the Linux kernel allowed local users to
   trigger buffer overflows, and consequently cause a denial of service
   (system crash) or possibly have unspecified other impact, via vectors
   related to calls that specify a large number of memory pages.

   CVE-2011-2022: The agp_generic_remove_memory function in
   drivers/char/agp/generic.c in the Linux kernel before 2.6.38.5 did
   not validate a certain start parameter, which allowed local users
   to gain privileges or cause a denial of service (system crash) via a
   crafted AGPIOC_UNBIND agp_ioctl ioctl call, a different vulnerability
   than CVE-2011-1745.

   CVE-2011-0726: The do_task_stat function in fs/proc/array.c in the
   Linux kernel did not perform an expected uid check, which made it
   easier for local users to defeat the ASLR protection mechanism by
   reading the start_code and end_code fields in the /proc/#####/stat
   file for a process executing a PIE binary.

   CVE-2011-2496: The normal mmap paths all avoid creating a mapping
   where the pgoff inside the mapping could wrap around due to
   overflow. However, an expanding mremap() can take such a non-wrapping
   mapping and make it bigger and cause a wrapping condition.

   CVE-2011-2491: A local unprivileged user able to access a NFS
   filesystem could use file locking to deadlock parts of an nfs server
   under some circumstance.

   CVE-2011-1017,CVE-2011-2182: The code for evaluating LDM partitions
   (in fs/partitions/ldm.c) contained bugs that could crash the kernel
   for certain corrupted LDM partitions.

   CVE-2011-1585: When using a setuid root mount.cifs, local users could
   hijack password protected mounted CIFS shares of other local users.


   Also following non-security bugs were fixed:
   - patches.suse/fs-proc-vmcorec-add-hook-to-read_from_oldmem-to-check-for-non-ram-pages.patch:
   fs/proc/vmcore.c: add hook to read_from_oldmem() to check
   for non-ram pages (bnc#684297).
   - patches.xen/1062-xenbus-dev-leak.patch: xenbus: Fix memory leak on release.
   - patches.xen/1074-xenbus_conn-type.patch: xenbus: fix type
   inconsistency with xenbus_conn().
   - patches.xen/1080-blkfront-xenbus-gather-format.patch: blkfront: fix
   data size for xenbus_gather in connect().
   - patches.xen/1081-blkback-resize-transaction-end.patch: xenbus: fix
   xenbus_transaction_start() hang caused by double xenbus_transaction_end().
   - patches.xen/1089-blkback-barrier-check.patch: blkback: dont fail
   empty barrier requests.
   - patches.xen/1091-xenbus-dev-no-BUG.patch: xenbus: dont BUG() on user
   mode induced conditions (bnc#696107).
   - patches.xen/1098-blkfront-cdrom-ioctl-check.patch: blkfront: avoid
   NULL de-reference in CDROM ioctl handling (bnc#701355).
   - patches.xen/1102-x86-max-contig-order.patch: x86: use dynamically
   adjusted upper bound for contiguous regions (bnc#635880).
   - patches.xen/xen3-x86-sanitize-user-specified-e820-memmap-values.patch:
   x86: sanitize user specified e820 memmap values (bnc#665543).
   - patches.fixes/libiscsi-dont-run-scsi-eh-if-iscsi-task-is-making-progress:
   Fix typo, which was uncovered in debug mode.
   - patches.fixes/pacct-fix-sighand-siglock-usage.patch: Fix
   sighand->siglock usage in kernel/acct.c (bnc#705463).

2) Solution or Work-Around

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

3) Special Instructions and Notes

   Please reboot the machine after installing the update.

   If you are using XEN, you also should install and boot the current
   SUSE Linux Enterprise 10 SP3 XEN update.
4) Package Location and Checksums

   The preferred method for installing security updates is to use the YaST
   "Online Update" module or the "zypper" commandline tool. The package and
   patch management stack will detect which updates are required and
   automatically perform 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 <file.rpm>

   to apply the update, replacing <file.rpm> with the filename of the
   downloaded RPM package.

   Our maintenance customers are notified individually. The packages are
   offered for installation from the maintenance web:

   SLE SDK 10 SP3
     http://download.novell.com/patch/finder/?keywords=a2be52185ebaeba245a1c8aff0c659e2
     http://download.novell.com/patch/finder/?keywords=4f2403980de031813f91f813b6171179
     http://download.novell.com/patch/finder/?keywords=8c7d79d86d626d9e405009e6174cabd5
     http://download.novell.com/patch/finder/?keywords=14f999b2da14400252037984b14f317a

   SUSE Linux Enterprise Server 10 SP3
     http://download.novell.com/patch/finder/?keywords=a2be52185ebaeba245a1c8aff0c659e2
     http://download.novell.com/patch/finder/?keywords=a70d925c5736ccbb5c46bf7c01dfdfb6
     http://download.novell.com/patch/finder/?keywords=4f2403980de031813f91f813b6171179
     http://download.novell.com/patch/finder/?keywords=8c7d79d86d626d9e405009e6174cabd5
     http://download.novell.com/patch/finder/?keywords=14f999b2da14400252037984b14f317a

______________________________________________________________________________

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

   none
______________________________________________________________________________

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 <file>

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

      gpg: Signature made <DATE> using RSA key ID 3D25D3D9
      gpg: Good signature from "SuSE Security Team <security@suse.de>"

    where <DATE> 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 <file.rpm>

    to verify the signature of the package, replacing <file.rpm> 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+subscribe@opensuse.org>.

    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
                <opensuse-security-announce+subscribe@opensuse.org>.

    =====================================================================
    SUSE's security contact is <security@suse.com> or <security@suse.de>.
    The <security@suse.de> public key is listed below.
    =====================================================================
______________________________________________________________________________

    The information in this advisory may be distributed or reproduced,
    provided that the advisory is not modified in any way. In particular, the
    clear text signature should show proof of the authenticity of the text.

    SUSE Linux Products GmbH provides no warranties of any kind whatsoever
    with respect to the information contained in this security advisory.

Type Bits/KeyID     Date       User ID
pub  2048R/3D25D3D9 1999-03-06 SuSE Security Team <security@suse.de>
pub  1024D/9C800ACA 2000-10-19 SuSE Package Signing Key <build@suse.de>

- - -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.2 (GNU/Linux)

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
=ypVs
- - -----END PGP PUBLIC KEY BLOCK-----

- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)

iQEVAwUBTni0Jney5gA9JdPZAQJEmwf+N91eloGQihsESBAI3BhKA9Np5+e7q1SJ
9D8DDaN7kaVfPbY1lUQ/xNYoCO2OfBjWRg4Bgj4tvC2mOHgu6phfOShJHmbJ2esf
QtKjqovICMhAjovnniuiiTWsObQOZnsnHcMloaGdMzSRTasmcemqunn1Xa1l0ESd
qGNfnxRXGzkQhV+Wn3SuBNjFtGIWrX+V67GNLHzFW7Hm1eUK7ueyI78ohcH1TzZO
j+8sziKMz9yM0iRdjHCpaJ2izNWHq3zOZWDYxr9xj8wep29PepPDL4zUN0rFsUDG
agKxbl3hkj4cBTh5j5N9f25i2K2Ikmtq8+9bBCquieYEBcssPhNbbQ==
=8gZk
- -----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

===========================================================================
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

iQIVAwUBTnlN7e4yVqjM2NGpAQLgBg//RUFW+YUA6BbEZgDppJA8sUdRfwirXyuC
i339xLueXnQ/ozE+NHu1/U8mlo/Xdmg8TsOZbTijwEfOWNHN1uVF9sNqLIIxEOLi
hhzaXjutkYqSQYGOIfGNzkJYpyd15/ArZ7g8A7Fcm7MNf4z264c9MHOOICwoGk6b
bveAUQzz8VGwX/gGWHxfoNooUBSCQgknPHMr4T0kmjNZb37xMxvHXfRfL1rzWr0V
DqA5cTqK5+iIbd6Fh7xhZBQqA6LSPjWofYDO7QZOSpX3tqqAFR92xjj5rJfgIDjJ
QCXDUFTyxiUPxAGVkdxyjEEU4jYmEGO/RVLqmKdaFUPqaFT36RKqfCxcpaCnt58R
xhUGXG0A59troZ8Omi+Ucxq35q43mow+sIk8P3YqO76sX1KqRjsV9w5jzKb8l3v5
5DUV+52FAvWen1cyOznEtJ/eDkyAVUUyQ1W5qcB3d/ogAQuqi/JjRZZZD+ss9uDw
mOmGbNAWcOwSa+Xj318Qbcrmnao7JvfI4dzpEqK5uVguKn7TmFNwHUlEe1CVReSe
XJUxmL8MqGfStuFplx57joUQ6FUyh3fWAkvFa9zmOxarNWFvKgS0xO3vpXSyIYMe
UEcz6E1P1LdLXLsQuWvGdkF8mqkl9Ocg9EkxgjxV0ZRX2pw6hIvUe8m0fnH4jWcQ
vOgWQGQOJVE=
=Fh93
-----END PGP SIGNATURE-----