First published: Tue Nov 06 2018(Updated: )
A flaw was found by researchers in the implementation of fill buffers used by Intel microprocessors. A fill buffer holds data that has missed in the processor L1 data cache, as a result of an attempt to use a value that is not present. When a level 1 data cache miss occurs within an Intel core, the fill buffer design allows the processor to continue with other operations while the value to be accessed is loaded from higher levels of cache. The design also allows the result to be forwarded to the Execution Unit requiring the load directly without being written into the Level 1 data cache. A load operation is not decoupled in the same way that a store is, but it does involve an AGU (Address Generation Unit) operation. If the AGU generates a fault (#PF, etc.) or an assist (A/D bits) then the classical Intel design would block the load and later reissue it. In contemporary designs, it instead allows subsequent speculation operations to temporarily see a forwarded data value from the fill buffer slot prior to the load actually taking place. Thus it is possible to read data that was recently accessed by another thread if the fill buffer entry is not overwritten. 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 TeamGiorgi Maisuradze Microsoft ResearchMichael 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 BitDefenderMoritz Lipp secure@intel.com
Affected Software | Affected Version | How to fix |
---|---|---|
macOS Mojave | <10.14.5 | 10.14.5 |
macOS High Sierra | ||
macOS High Sierra | ||
All of | ||
Intel Microarchitectural Fill Buffer Data Sampling firmware | ||
Intel Microarchitectural Fill Buffer Data Sampling firmware | ||
Red Hat Fedora | =29 | |
Intel Microarchitectural Fill Buffer Data Sampling firmware | ||
Intel Microarchitectural Fill Buffer Data Sampling firmware | ||
debian/intel-microcode | 3.20240813.1~deb11u1 3.20250211.1~deb11u1 3.20250211.1~deb12u1 3.20231114.1~deb12u1 3.20250211.1 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 | |
debian/xen | 4.14.6-1 4.14.5+94-ge49571868d-1 4.17.5+23-ga4e5191dc0-1+deb12u1 4.17.5+23-ga4e5191dc0-1 4.20.0-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
(Found alongside the following vulnerabilities)
CVE-2018-12130 is categorized with medium severity due to its potential for data leakage in affected Intel processors.
To fix CVE-2018-12130, users should update their system with patched versions of Intel microcode and relevant software patches.
CVE-2018-12130 affects several Intel microprocessors and systems running macOS Mojave, High Sierra, Sierra, and specific versions of Fedora and Debian.
CVE-2018-12130 is primarily a hardware vulnerability that exploits issues within Intel microarchitectural fill buffers.
The potential impacts of CVE-2018-12130 include unauthorized data access, leading to possible information disclosure from applications.