#VU12315 Information disclosure in Linux kernel - CVE-2017-15537
Published: April 30, 2018 / Updated: May 1, 2018
Linux kernel
Linux Foundation
Description
The vulnerability allows a local attacker to obtain potentially sensitive information.
The weakness exists in the x86/fpu (Floating Point Unit) subsystem due to incorrect handling of attempts to set reserved bits in the xstate header via the ptrace() or rt_sigreturn() system call when a processor supports the xsave feature but not the xsaves feature. A local attacker can read the FPU registers of other processes on the system, related to arch/x86/kernel/fpu/regset.c and arch/x86/kernel/fpu/signal.c.