First published: Tue Nov 06 2018(Updated: )
A flaw was found in many Intel microprocessor designs related to possible information leak of the processor store buffer structure which contains recent stores (writes) to memory.. Modern Intel microprocessors implement hardware-level micro-optimizations to improve the performance of writing data back to CPU caches. The write operation is split into STA (STore Address) and STD (STore Data) sub-operations. These sub-operations allow the processor to hand-off address generation logic into these sub-operations for optimized writes. Both of these sub-operations write to a shared distributed processor structure called the 'processor store buffer'. The processor store buffer is conceptually a table of address, value, and 'is valid' entries. As the sub-operations can execute independently of each other, they can each update the address, and/or value columns of the table independently. This means that at different points in time the address or value may be invalid. The processor may speculatively forward entries from the store buffer. The split design used allows for such forwarding to speculatively use stale values, such as the wrong address, returning data from a previous unrelated store. Since this only occurs for loads that will be reissued following the fault/assist resolution, the program is not architecturally impacted, but store buffer state can be leaked to malicious code carefully crafted to retrieve this data via side-channel analysis. The processor store buffer entries are equally divided between the number of active Hyper-Threads. Conditions such as power-state change can reallocate the processor store buffer entries in a half-updated state to another thread without ensuring that the entries have been cleared. Additional information: <a href="https://access.redhat.com/security/vulnerabilities/mds">https://access.redhat.com/security/vulnerabilities/mds</a> Upstream fixes: <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fa4bff165070dc40a3de35b78e4f8da8e8d85ec5">https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fa4bff165070dc40a3de35b78e4f8da8e8d85ec5</a> Intel Advisory: <a href="https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00233.html">https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00233.html</a>
Credit: Ke Sun Henrique Kawakami Kekai Hu Rodrigo Branco IntelYuval Yarom University of AdelaideBrandon Falk Microsoft Windows Platform Security TeamKe Sun Henrique Kawakami Kekai Hu Rodrigo Branco IntelGiorgi Maisuradze Microsoft ResearchHenrique Kawakami Kekai Hu Rodrigo Branco IntelMichael Schwarz Daniel Gruss Graz University of TechnologyAlyssa Milburn Sebastian Osterlund Pietro Frigo Kaveh Razavi Herbert Bos Cristiano Giuffrida VUSec group at VU AmsterdamDan Horea Lutas BitDefenderKe Sun Henrique Kawakami Kekai Hu Rodrigo Branco IntelMoritz Lipp Michael Schwarz Daniel Gruss Graz University of Technology secure@intel.com secure@intel.com
Affected Software | Affected Version | How to fix |
---|---|---|
Apple macOS Mojave | <10.14.5 | 10.14.5 |
Apple High Sierra | ||
Apple Sierra | ||
All of | ||
Intel Microarchitectural Store Buffer Data Sampling Firmware | ||
Intel Microarchitectural Store Buffer Data Sampling | ||
Fedoraproject Fedora | =29 | |
Intel Microarchitectural Store Buffer Data Sampling Firmware | ||
Intel Microarchitectural Store Buffer Data Sampling | ||
debian/intel-microcode | 3.20240813.1~deb11u1 3.20231114.1~deb11u1 3.20240813.1~deb12u1 3.20231114.1~deb12u1 3.20240910.1 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.106-3 6.1.112-1 6.11.4-1 6.11.5-1 | |
debian/xen | 4.14.6-1 4.14.5+94-ge49571868d-1 4.17.3+10-g091466ba55-1~deb12u1 4.17.3+36-g54dacb5c02-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
(Found alongside the following vulnerabilities)