Fixed
Created: Jan 3, 2018
Updated: Jan 22, 2019
Resolved Date: Nov 27, 2018
Found In Version: 6.0
Fix Version: 6.0.0.38
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Kernel
An industry-wide issue was found in the way many modern microprocessor designs have implemented speculative execution of instructions (a commonly used performance optimization). There are three primary variants of the issue which differ in the way the speculative execution can be exploited. Variant CVE-2017-5715 triggers the speculative execution by utilizing branch target injection. It relies on the presence of a precisely-defined instruction sequence in the privileged code as well as the fact that memory accesses may cause allocation into the microprocessor's data cache even for speculatively executed instructions that never actually commit (retire). As a result, an unprivileged attacker could use this flaw to cross the syscall and guest/host boundaries and read privileged memory by conducting targeted cache side-channel attacks
https://lkml.org/lkml/2017/12/4/709
https://9to5mac.com/2018/01/02/intel-cpu-bug-fix-slowdown-for-macs/
https://meltdownattack.com/
https://nvd.nist.gov/vuln/detail/CVE-2017-5715