Описание
Security update for systemd
This update for systemd provides several fixes and enhancements.
Security issues fixed:
- CVE-2017-9217: Null pointer dereferencing that could lead to resolved aborting. (bsc#1040614)
- CVE-2017-9445: Possible out-of-bounds write triggered by a specially crafted TCP payload from a DNS server. (bsc#1045290)
The update also fixed several non-security bugs:
- core/mount: Use the '-c' flag to not canonicalize paths when calling /bin/umount
- automount: Handle expire_tokens when the mount unit changes its state (bsc#1040942)
- automount: Rework propagation between automount and mount units
- build: Make sure tmpfiles.d/systemd-remote.conf get installed when necessary
- build: Fix systemd-journal-upload installation
- basic: Detect XEN Dom0 as no virtualization (bsc#1036873)
- virt: Make sure some errors are not ignored
- fstab-generator: Do not skip Before= ordering for noauto mountpoints
- fstab-gen: Do not convert device timeout into seconds when initializing JobTimeoutSec
- core/device: Use JobRunningTimeoutSec= for device units (bsc#1004995)
- fstab-generator: Apply the _netdev option also to device units (bsc#1004995)
- job: Add JobRunningTimeoutSec for JOB_RUNNING state (bsc#1004995)
- job: Ensure JobRunningTimeoutSec= survives serialization (bsc#1004995)
- rules: Export NVMe WWID udev attribute (bsc#1038865)
- rules: Introduce disk/by-id (model_serial) symbolic links for NVMe drives
- rules: Add rules for NVMe devices
- sysusers: Make group shadow support configurable (bsc#1029516)
- core: When deserializing a unit, fully restore its cgroup state (bsc#1029102)
- core: Introduce cg_mask_from_string()/cg_mask_to_string()
- core:execute: Fix handling failures of calling fork() in exec_spawn() (bsc#1040258)
- Fix systemd-sysv-convert when a package starts shipping service units (bsc#982303) The database might be missing when upgrading a package which was shipping no sysv init scripts nor unit files (at the time --save was called) but the new version start shipping unit files.
- Disable group shadow support (bsc#1029516)
- Only check signature job error if signature job exists (bsc#1043758)
- Automounter issue in combination with NFS volumes (bsc#1040968)
- Missing symbolic link for SAS device in /dev/disk/by-path (bsc#1040153)
- Add minimal support for boot.d/* scripts in systemd-sysv-convert (bsc#1046750)
Список пакетов
SUSE Linux Enterprise Desktop 12 SP3
libsystemd0-228-150.9.3
libsystemd0-32bit-228-150.9.3
libudev1-228-150.9.3
libudev1-32bit-228-150.9.3
systemd-228-150.9.3
systemd-32bit-228-150.9.3
systemd-bash-completion-228-150.9.3
systemd-sysvinit-228-150.9.3
udev-228-150.9.3
SUSE Linux Enterprise Server 12 SP3
libsystemd0-228-150.9.3
libsystemd0-32bit-228-150.9.3
libudev1-228-150.9.3
libudev1-32bit-228-150.9.3
systemd-228-150.9.3
systemd-32bit-228-150.9.3
systemd-bash-completion-228-150.9.3
systemd-sysvinit-228-150.9.3
udev-228-150.9.3
SUSE Linux Enterprise Server for SAP Applications 12 SP3
libsystemd0-228-150.9.3
libsystemd0-32bit-228-150.9.3
libudev1-228-150.9.3
libudev1-32bit-228-150.9.3
systemd-228-150.9.3
systemd-32bit-228-150.9.3
systemd-bash-completion-228-150.9.3
systemd-sysvinit-228-150.9.3
udev-228-150.9.3
SUSE Linux Enterprise Software Development Kit 12 SP3
libudev-devel-228-150.9.3
systemd-devel-228-150.9.3
Ссылки
- Link for SUSE-SU-2017:2031-1
- E-Mail link for SUSE-SU-2017:2031-1
- SUSE Security Ratings
- SUSE Bug 1004995
- SUSE Bug 1029102
- SUSE Bug 1029516
- SUSE Bug 1032029
- SUSE Bug 1033238
- SUSE Bug 1036873
- SUSE Bug 1037120
- SUSE Bug 1038865
- SUSE Bug 1040153
- SUSE Bug 1040258
- SUSE Bug 1040614
- SUSE Bug 1040942
- SUSE Bug 1040968
- SUSE Bug 1043758
- SUSE Bug 1043900
- SUSE Bug 1045290
- SUSE Bug 1046750
Описание
systemd-resolved through 233 allows remote attackers to cause a denial of service (daemon crash) via a crafted DNS response with an empty question section.
Затронутые продукты
SUSE Linux Enterprise Desktop 12 SP3:libsystemd0-228-150.9.3
SUSE Linux Enterprise Desktop 12 SP3:libsystemd0-32bit-228-150.9.3
SUSE Linux Enterprise Desktop 12 SP3:libudev1-228-150.9.3
SUSE Linux Enterprise Desktop 12 SP3:libudev1-32bit-228-150.9.3
Ссылки
- CVE-2017-9217
- SUSE Bug 1040614
Описание
In systemd through 233, certain sizes passed to dns_packet_new in systemd-resolved can cause it to allocate a buffer that's too small. A malicious DNS server can exploit this via a response with a specially crafted TCP payload to trick systemd-resolved into allocating a buffer that's too small, and subsequently write arbitrary data beyond the end of it.
Затронутые продукты
SUSE Linux Enterprise Desktop 12 SP3:libsystemd0-228-150.9.3
SUSE Linux Enterprise Desktop 12 SP3:libsystemd0-32bit-228-150.9.3
SUSE Linux Enterprise Desktop 12 SP3:libudev1-228-150.9.3
SUSE Linux Enterprise Desktop 12 SP3:libudev1-32bit-228-150.9.3
Ссылки
- CVE-2017-9445
- SUSE Bug 1045290
- SUSE Bug 1063249