Описание
Security update for the Linux Kernel
The Linux Kernel was updated to 4.1.13 and fixes the following issues:
Security issues fixed:
- CVE-2015-8104: The KVM subsystem in the Linux kernel allowed guest OS users to cause a denial of service (host OS panic or hang) by triggering many #DB (aka Debug) exceptions, related to svm.c.
- CVE-2015-5307: The KVM subsystem in the Linux kernel allowed guest OS users to cause a denial of service (host OS panic or hang) by triggering many #AC (aka Alignment Check) exceptions, related to svm.c and vmx.c.
- CVE-2015-6937: The __rds_conn_create function in net/rds/connection.c in the Linux kernel allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by using a socket that was not properly bound.
- CVE-2015-7990: A local denial of service due to an incomplete fix of CVE-2015-6937 could lead to crashes (local denial of service).
- CVE-2015-7799: The slhc_init function in drivers/net/slip/slhc.c in the Linux kernel did not ensure that certain slot numbers are valid, which allowed local users to cause a denial of service (NULL pointer dereference and system crash) via a crafted PPPIOCSMAXCID ioctl call.
Bugs fixed:
-
alsa: hda - apply hp headphone fixups more generically (boo#954876).
-
alsa: hda - add fixup for acer aspire one cloudbook 14 (boo#954876).
-
alsa: hda - fix headphone noise after dell xps 13 resume back from S3 (boo#954876).
-
alsa: hda - fix noise on dell latitude e6440 (boo#954876).
-
alsa: hda/hdmi - apply skylake fix-ups to broxton display codec (boo#954647).
-
alsa: hda - add codec id for broxton display audio codec (boo#954647).
-
alsa: hda/realtek - dell xps one alc3260 speaker no sound after resume back (boo#954647).
-
alsa: hda - yet another fix for dell headset mic with alc3266 (boo#954647).
-
alsa: hda - fix dell laptop for internal mic/headset mic (boo#954647).
-
alsa: hda - remove no physical connection pins from pin_quirk table (boo#954647).
-
alsa: hda - add pin quirk for the headset mic jack detection on Dell laptop (boo#954647).
-
alsa: hda - fix the headset mic that will not work on dell desktop machine (boo#954647).
-
alsa: hda - remove one pin from alc292_standard_pins (boo#954647).
-
alsa: hda - add dock support for thinkpad w541 (17aa:2211) (boo#954647).
-
alsa: hda/realtek: enable hp amp and mute led on hp folio 9480m [v3] (boo#954647).
-
alsa: hda/realtek - support dell headset mode for alc298 (boo#954647).
-
alsa: hda/realtek - support headset mode for alc298 (boo#954647).
-
x86/evtchn: make use of physdevop_map_pirq.
-
blktap: also call blkif_disconnect() when frontend switched to closed (boo#952976).
-
blktap: refine mm tracking (boo#952976).
-
update xen patches to linux 4.1.13.
-
Backport arm64 patches from sle12-sp1-arm.
-
Backport pci-ea patches
-
Enable drm_ast driver
-
Fix thunderx edac store function
-
Update arm64 config files. Align arm64 vanilla configuration with default.
-
rtlwifi: rtl8821ae: fix lockups on boot (boo#944978).
-
ethernet/atheros/alx: add killer e2400 device id (boo#955363).
-
drm/i915: don't override output type for ddi hdmi (boo#955190).
-
drm/i915: set best_encoder field of connector_state also when disabling (boo#955190).
-
drm/i915: add hotplug activation period to hotplug update mask (boo#955365).
-
drm/i915: avoid race of intel_crt_detect_hotplug() with hpd interrupt, v2 (boo#955365).
-
drm/i915: shut up gen8+ sde irq dmesg noise (boo#954757).
-
ipv6: fix tunnel error handling (boo#952579).
-
Update config files (boo#951533).
-
iwlwifi: add new pci ids for the 8260 series (boo#954421).
-
iwlwifi: edit the 3165 series and 8000 series pci ids (boo#954421).
-
x86/efi-bgrt: switch pr_err() to pr_debug() for invalid bgrt (boo#953559).
-
x86/tsc: let high latency pit fail fast in quick_pit_calibrate() (boo#953717).
-
Backport arm64 patches from sle12-sp1-arm branch Backports to fix Seattle xgbe driver. Fix EL2 page table for systems with high amount of memory. Needed for KVM to work. Convert WARN_ON in numa implementation to pr_warn.
-
input: elantech - add fujitsu lifebook u745 to force crc_enabled (boo#883192).
Список пакетов
openSUSE Leap 42.1
Ссылки
- E-Mail link for openSUSE-SU-2015:2232-1
- SUSE Security Ratings
Описание
The KVM subsystem in the Linux kernel through 4.2.6, and Xen 4.3.x through 4.6.x, allows guest OS users to cause a denial of service (host OS panic or hang) by triggering many #AC (aka Alignment Check) exceptions, related to svm.c and vmx.c.
Затронутые продукты
Ссылки
- CVE-2015-5307
- SUSE Bug 953527
- SUSE Bug 954018
- SUSE Bug 954404
- SUSE Bug 954405
- SUSE Bug 962977
Описание
The __rds_conn_create function in net/rds/connection.c in the Linux kernel through 4.2.3 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by using a socket that was not properly bound.
Затронутые продукты
Ссылки
- CVE-2015-6937
- SUSE Bug 923755
- SUSE Bug 945825
- SUSE Bug 952384
- SUSE Bug 953052
- SUSE Bug 963994
Описание
The slhc_init function in drivers/net/slip/slhc.c in the Linux kernel through 4.2.3 does not ensure that certain slot numbers are valid, which allows local users to cause a denial of service (NULL pointer dereference and system crash) via a crafted PPPIOCSMAXCID ioctl call.
Затронутые продукты
Ссылки
- CVE-2015-7799
- SUSE Bug 1052256
- SUSE Bug 949936
- SUSE Bug 951638
Описание
Race condition in the rds_sendmsg function in net/rds/sendmsg.c in the Linux kernel before 4.3.3 allows local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact by using a socket that was not properly bound. NOTE: this vulnerability exists because of an incomplete fix for CVE-2015-6937.
Затронутые продукты
Ссылки
- CVE-2015-7990
- SUSE Bug 945825
- SUSE Bug 952384
- SUSE Bug 953052
Описание
The KVM subsystem in the Linux kernel through 4.2.6, and Xen 4.3.x through 4.6.x, allows guest OS users to cause a denial of service (host OS panic or hang) by triggering many #DB (aka Debug) exceptions, related to svm.c.
Затронутые продукты
Ссылки
- CVE-2015-8104
- SUSE Bug 953527
- SUSE Bug 954018
- SUSE Bug 954404
- SUSE Bug 954405
- SUSE Bug 962977