Operating System:

[SUSE]

Published:

06 December 2018

Protect yourself against future threats.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

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

                               ESB-2018.3783
               SUSE Security Update: Security update for kvm
                              6 December 2018

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

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

Product:           kvm
Publisher:         SUSE
Operating System:  SUSE
Impact/Access:     Denial of Service -- Existing Account
Resolution:        Patch/Upgrade
CVE Names:         CVE-2018-18849 CVE-2018-18438 CVE-2018-17963
                   CVE-2018-17962 CVE-2018-17958 CVE-2018-15746
                   CVE-2018-10839  

Reference:         ESB-2018.3782

Original Bulletin: 
   https://www.suse.com/support/update/announcement/2018/suse-su-20183975-1/

Comment: This bulletin contains two (2) SUSE security advisories.

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

   SUSE Security Update: Security update for kvm
______________________________________________________________________________

Announcement ID:    SUSE-SU-2018:3975-1
Rating:             moderate
References:         #1106222 #1110910 #1111006 #1111010 #1111013 
                    #1112185 #1114422 
Cross-References:   CVE-2018-10839 CVE-2018-15746 CVE-2018-17958
                    CVE-2018-17962 CVE-2018-17963 CVE-2018-18438
                    CVE-2018-18849
Affected Products:
                    SUSE Linux Enterprise Server 11-SP4
______________________________________________________________________________

   An update that fixes 7 vulnerabilities is now available.

Description:

   This update for kvm fixes the following issues:

   Security issues fixed:

   - CVE-2018-10839: Fixed NE2000 NIC emulation support that is vulnerable to
     an integer overflow, which could lead to buffer overflow issue. It could
     occur when receiving packets over the network. A user inside guest could
     use this flaw to crash the Qemu process resulting in DoS (bsc#1110910).
   - CVE-2018-15746: Fixed qemu-seccomp.c that might allow local OS guest
     users to cause a denial of service (guest crash) by leveraging
     mishandling of the seccomp policy for threads other than the main thread
     (bsc#1106222).
   - CVE-2018-17958: Fixed a Buffer Overflow in rtl8139_do_receive in
     hw/net/rtl8139.c because an incorrect integer data type is used
     (bsc#1111006).
   - CVE-2018-17962: Fixed a Buffer Overflow in pcnet_receive in
     hw/net/pcnet.c because an incorrect integer data type is used
     (bsc#1111010).
   - CVE-2018-17963: Fixed qemu_deliver_packet_iov in net/net.c that accepts
     packet sizes greater than INT_MAX, which allows attackers to cause a
     denial of service or possibly have unspecified other impact.
     (bsc#1111013)
   - CVE-2018-18849: Fixed an out of bounds memory access issue that was
     found in the LSI53C895A SCSI Host Bus Adapter emulation while writing a
     message in lsi_do_msgin. It could occur during migration if the
     'msg_len' field has an invalid value. A user/process could use this flaw
     to crash the Qemu process resulting in DoS (bsc#1114422).
   - CVE-2018-18438: Fixed integer overflows because IOReadHandler and its
     associated functions use a signed integer data type for a size value
     (bnc#1112185).


Patch Instructions:

   To install this SUSE Security Update use the SUSE recommended installation methods
   like YaST online_update or "zypper patch".

   Alternatively you can run the command listed for your product:

   - SUSE Linux Enterprise Server 11-SP4:

      zypper in -t patch slessp4-kvm-13891=1



Package List:

   - SUSE Linux Enterprise Server 11-SP4 (i586 s390x x86_64):

      kvm-1.4.2-60.18.2


References:

   https://www.suse.com/security/cve/CVE-2018-10839.html
   https://www.suse.com/security/cve/CVE-2018-15746.html
   https://www.suse.com/security/cve/CVE-2018-17958.html
   https://www.suse.com/security/cve/CVE-2018-17962.html
   https://www.suse.com/security/cve/CVE-2018-17963.html
   https://www.suse.com/security/cve/CVE-2018-18438.html
   https://www.suse.com/security/cve/CVE-2018-18849.html
   https://bugzilla.suse.com/1106222
   https://bugzilla.suse.com/1110910
   https://bugzilla.suse.com/1111006
   https://bugzilla.suse.com/1111010
   https://bugzilla.suse.com/1111013
   https://bugzilla.suse.com/1112185
   https://bugzilla.suse.com/1114422

- --------------------------------------------------------------------------------

   SUSE Security Update: Security update for kvm
______________________________________________________________________________

Announcement ID:    SUSE-SU-2018:3987-1
Rating:             moderate
References:         #1106222 #1110910 #1111006 #1111010 #1111013 
                    #1112185 #1114422 
Cross-References:   CVE-2018-10839 CVE-2018-15746 CVE-2018-17958
                    CVE-2018-17962 CVE-2018-17963 CVE-2018-18438
                    CVE-2018-18849
Affected Products:
                    SUSE Linux Enterprise Server 11-SP3-LTSS
                    SUSE Linux Enterprise Point of Sale 11-SP3
______________________________________________________________________________

   An update that fixes 7 vulnerabilities is now available.

Description:

   This update for kvm fixes the following issues:

   Security issues fixed:

   - CVE-2018-10839: Fixed NE2000 NIC emulation support that is vulnerable to
     an integer overflow, which could lead to buffer overflow issue. It could
     occur when receiving packets over the network. A user inside guest could
     use this flaw to crash the Qemu process resulting in DoS (bsc#1110910).
   - CVE-2018-15746: Fixed qemu-seccomp.c that might allow local OS guest
     users to cause a denial of service (guest crash) by leveraging
     mishandling of the seccomp policy for threads other than the main thread
     (bsc#1106222).
   - CVE-2018-17958: Fixed a Buffer Overflow in rtl8139_do_receive in
     hw/net/rtl8139.c because an incorrect integer data type is used
     (bsc#1111006).
   - CVE-2018-17962: Fixed a Buffer Overflow in pcnet_receive in
     hw/net/pcnet.c because an incorrect integer data type is used
     (bsc#1111010).
   - CVE-2018-17963: Fixed qemu_deliver_packet_iov in net/net.c that accepts
     packet sizes greater than INT_MAX, which allows attackers to cause a
     denial of service or possibly have unspecified other impact.
     (bsc#1111013)
   - CVE-2018-18849: Fixed an out of bounds memory access issue that was
     found in the LSI53C895A SCSI Host Bus Adapter emulation while writing a
     message in lsi_do_msgin. It could occur during migration if the
     'msg_len' field has an invalid value. A user/process could use this flaw
     to crash the Qemu process resulting in DoS (bsc#1114422).
   - CVE-2018-18438: Fixed integer overflows because IOReadHandler and its
     associated functions use a signed integer data type for a size value
     (bnc#1112185).


Patch Instructions:

   To install this SUSE Security Update use the SUSE recommended installation methods
   like YaST online_update or "zypper patch".

   Alternatively you can run the command listed for your product:

   - SUSE Linux Enterprise Server 11-SP3-LTSS:

      zypper in -t patch slessp3-kvm-13894=1

   - SUSE Linux Enterprise Point of Sale 11-SP3:

      zypper in -t patch sleposp3-kvm-13894=1



Package List:

   - SUSE Linux Enterprise Server 11-SP3-LTSS (i586 s390x x86_64):

      kvm-1.4.2-53.26.2

   - SUSE Linux Enterprise Point of Sale 11-SP3 (i586):

      kvm-1.4.2-53.26.2


References:

   https://www.suse.com/security/cve/CVE-2018-10839.html
   https://www.suse.com/security/cve/CVE-2018-15746.html
   https://www.suse.com/security/cve/CVE-2018-17958.html
   https://www.suse.com/security/cve/CVE-2018-17962.html
   https://www.suse.com/security/cve/CVE-2018-17963.html
   https://www.suse.com/security/cve/CVE-2018-18438.html
   https://www.suse.com/security/cve/CVE-2018-18849.html
   https://bugzilla.suse.com/1106222
   https://bugzilla.suse.com/1110910
   https://bugzilla.suse.com/1111006
   https://bugzilla.suse.com/1111010
   https://bugzilla.suse.com/1111013
   https://bugzilla.suse.com/1112185
   https://bugzilla.suse.com/1114422

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

        https://www.auscert.org.au/bulletins/

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

iQIVAwUBXAig5GaOgq3Tt24GAQg9cw//WwgIZJ+QJBKmao1AEeTPfHB+FzImCaJC
mPBbu46seVztrCpD86Wy9h0+Wu2PfcfgJdPpoNCuYYkBd7Dwsy7f3Kvs0qTlFYYO
9hlKMHXbx8cQt+fIZxNpZ226PWvbOZ22gGAfW/En5SL+/bxQFwWKsRncmJ097Sjm
w92ryHzThzJyvFLCCoWYq2iFFzdpUEQZzfRYnuisD9m79K2Yzy0T0RbhueNW2HVK
owyk8My831IsysP+6jHQgAkJuXn3lWjWy+cRsZ6TXsoFT4VryncAohiOYUhV4n7E
Ir3LBG/cb3Ul7zxnRq9qK4O6HOIPNGHqADG6WOyxLJO+xs0heExTkvdYHu+v5xcb
LcuWsK8+x6x2DaD/WYK7NkRAptgp4X/ybF6VYHhiOkPSjSE/z1sQWvjkPHifw3+J
u1yzDiLm3PSJoDRSWHQHQ0/r4J1h6wFp7sNIDCDbjcdDO8sKQQpoZDEZFToc2cjy
qJc387rFLhxoxUoyA9spwnwi+22UBkadjd/eBuKM2G7HQCiA7z5zNcjAxnIIi7R0
2gZdgCf0DiYGRlKwqGwomCgC685RUa76Z8z5rjb2Gp/g5dhfB2LmF076umQEAfjV
/mi0DoJocZqJp/uPOajIgSbpiJIHN82YHq6wq7dQqXefDp5EZPTR/qB4luN0hQNC
3iNQvUOGoxM=
=cCz+
-----END PGP SIGNATURE-----