CVE-2019-15030: Input Validation
A flaw in the Linux kernel on the PowerPC platform, was found where a local user can read vector registers of other user processes (via a Facility Unavailable exception). An attacker must start a transaction when the FPU operation begins or there is no leakage. Vector registers will become corrupted with values from the different local Linux processes, because of the missing check inside arch/powerpc/kernel/process.c. The highest threat from this vulnerability is confidentiality of data and availability of the system.
Other sources
In the Linux kernel through 5.2.14 on the powerpc platform, a local user can read vector registers of other users' processes via a Facility Unavailable exception. To exploit the venerability, a local user starts a transaction (via the hardware transactional memory instruction tbegin) and then accesses vector registers. At some point, the vector registers will be corrupted with the values from a different local Linux process because of a missing arch/powerpc/kernel/process.c check.
In the Linux kernels through 5.2.14 on the powerpc platform, a local user can read vector registers of other users processes via a Facility Unavailable exception (in the way the Linux kernel save and restore the FPU registers during task switch). To exploit the vulnerability, a local user starts a transaction (via the hardware transactional memory instruction tbegin) and then accesses vector registers, however, this user cannot predict when it happens (if switch task doesn't happen exactly when FPU operation, then no leakage). At some point, the vector registers will be corrupted with the values from a different local Linux process because of a missed check in arch/powerpc/kernel/process.c. The only mitigation for this issue: not using FPU completely (then can use emulation instead).
References: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8205d5d98ef7f155de211f5e2eb6ca03d95a5a60
— Red Hat
Affected Software
Remediation
Information
Patch Available
Event History
Parent advisories
This vulnerability appears in the following advisories.
Frequently Asked Questions
What is the severity of CVE-2019-15030?
CVE-2019-15030 has a medium severity level due to its potential impact on confidentiality.
How do I fix CVE-2019-15030?
To fix CVE-2019-15030, update to the patched kernel versions specified by your Linux distribution.
Which versions of the Linux kernel are affected by CVE-2019-15030?
CVE-2019-15030 affects multiple versions of the Linux kernel, specifically versions up to 5.2.14.
What platforms are impacted by CVE-2019-15030?
CVE-2019-15030 specifically impacts the PowerPC platform in the Linux kernel.
Can a remote attacker exploit CVE-2019-15030?
No, CVE-2019-15030 requires local access to exploit, as it involves reading vector registers of processes.