{"id":9573,"date":"2026-09-24T08:25:00","date_gmt":"2026-09-24T08:25:00","guid":{"rendered":"https:\/\/cybersecurityinfocus.com\/?p=9573"},"modified":"2026-09-24T08:25:00","modified_gmt":"2026-09-24T08:25:00","slug":"58-hardware-vulnerabilities-a-guide-to-the-threats","status":"publish","type":"post","link":"https:\/\/cybersecurityinfocus.com\/?p=9573","title":{"rendered":"58 hardware vulnerabilities: A guide to the threats"},"content":{"rendered":"<div>\n<div class=\"grid grid--cols-10@md grid--cols-8@lg article-column\">\n<div class=\"col-12 col-10@md col-6@lg col-start-3@lg\">\n<div class=\"article-column__content\">\n<div class=\"container\"><\/div>\n<p class=\"wp-block-paragraph\">In January 2018, the entire computer industry was put on alert by two new processor vulnerabilities dubbed\u00a0<a href=\"https:\/\/www.csoonline.com\/article\/564203\/spectre-and-meltdown-explained-what-they-are-how-they-work-whats-at-risk.html\"><strong>Meltdown and Spectre<\/strong><\/a>\u00a0that defeated the fundamental OS security boundaries separating kernel and user space memory. The flaws stemmed from a performance feature of modern CPUs known as speculative execution and mitigating them required one of the biggest patch coordination efforts in history, involving CPU makers, device manufacturers and operating system vendors.<\/p>\n<p class=\"wp-block-paragraph\">Meltdown and Spectre were certainly not the first vulnerabilities to result from a hardware design decision, but their widespread impact sparked the interest of the security research community into such flaws. Since then, many researchers, both from academia and the private sector, have been studying the low-level operation of CPUs and other hardware components and have been uncovering more and more issues.<\/p>\n<p class=\"wp-block-paragraph\">Some hardware vulnerabilities are impossible to mitigate completely without releasing a new generation of components, while others can be fixed in firmware, the low-level programming present in hardware chips. In either case, patching is not straightforward, so such flaws can continue to impact real world devices for a very long time.<\/p>\n<p class=\"wp-block-paragraph\">Here are some of the most significant CPU and DRAM vulnerabilities, discovered both before and after Meltdown.<\/p>\n<h2 class=\"wp-block-heading\">CPU side-channel attacks\u00a0<\/h2>\n<p>Spectre variant 1<\/p>\n<p>Spectre variant 2<\/p>\n<p>Meltdown variant 3<\/p>\n<p>Meltdown-GP<\/p>\n<p>Meltdown-NM<\/p>\n<p>Spectre-NG<\/p>\n<p>Spectre-PHT<\/p>\n<p>Meltdown-RW<\/p>\n<p>Foreshadow-OS<\/p>\n<p>Foreshadow-VMM<\/p>\n<p>Foreshadow-SGX<\/p>\n<p>Meltdown-PK and Meltdown-BND<\/p>\n<p>Spectre-PHT-CA-OP, Spectre-PHT-CA-IP and Spectre-PHT-SA-OP<\/p>\n<p>Spectre-BTB-SA-IP and Spectre-BTB-SA-OP<\/p>\n<p>Fallout<\/p>\n<p>RIDL<\/p>\n<p>Zombieload<\/p>\n<p>Starbleed<\/p>\n<p>PLATYPUS<\/p>\n<p>SRBDS<\/p>\n<p>Spectre-BHI<\/p>\n<p>Retbleed<\/p>\n<p>Hertzbleed<\/p>\n<p>SQUIP<\/p>\n<p>Zenbleed<\/p>\n<p>Downfall<\/p>\n<p>Reptar<\/p>\n<p>Inception<\/p>\n<p>SLAM<\/p>\n<p>GhostRace<\/p>\n<p>TikTag<\/p>\n<p>Indirector<\/p>\n<p>Register File Data Sampling<\/p>\n<p>SinkClose<\/p>\n<p>Native BHI<\/p>\n<p>GoFetch<\/p>\n<p>EntrySign<\/p>\n<p>Transient Scheduler Attacks<\/p>\n<p>Branch Privilege Injection<\/p>\n<p>VMScape<\/p>\n<p>SysBumps<\/p>\n<p>LoongLeak<\/p>\n<h3 class=\"wp-block-heading\">Spectre variant 1 (CVE-2017-5753)<\/h3>\n<p class=\"wp-block-paragraph\">Also known as bounds check bypass, CVE-2017-5753 allows attackers to exploit the branch prediction feature of modern CPUs to extract information from the memory of other processes by using the CPU cache as a side channel. It allows one process to extract sensitive information from the memory of another process but could also bypass the user\/kernel memory privilege boundary. The vulnerability affects Intel, IBM, and a limited number of ARM CPUs.<\/p>\n<h3 class=\"wp-block-heading\">Spectre variant 2 (CVE-2017-5715)<\/h3>\n<p class=\"wp-block-paragraph\">Spectre variant 2 has the same impact as variant 1 but uses a different exploitation technique called branch target injection. Mitigating this variant of Spectre efficiently requires updates to the affected CPU microcode, which can be applied either through BIOS\/UEFI updates or by the operating system at every reboot.<\/p>\n<h3 class=\"wp-block-heading\">Meltdown variant 3 (CVE-2017-5754)<\/h3>\n<p class=\"wp-block-paragraph\">Also known as Rogue Data Cache Load (RDCL) or variant 3 of the CPU speculative execution flaws, Meltdown is a vulnerability that leverages the out-of-order execution capabilities of modern Intel CPUs. It allows a user process to read protected kernel memory across security boundaries. The fix only requires operating system updates and involves enforcing stricter isolation of the kernel memory, which typically contains sensitive secrets, through mechanisms such as Linux\u2019s kernel page-table isolation (KPTI).<\/p>\n<h3 class=\"wp-block-heading\">Meltdown-GP (CVE-2018-3640)<\/h3>\n<p class=\"wp-block-paragraph\">A variant of Meltdown, or variant 3a, it uses speculative reads of system registers to achieve side-channel leaks of information. Because of this, it is also know Rogue System Register Read (RSRE). Mitigation requires microcode updates.<\/p>\n<h3 class=\"wp-block-heading\">Meltdown-NM (CVE-2018-3665)<\/h3>\n<p class=\"wp-block-paragraph\">A speculative execution flaw related to Meltdown that\u2019s also known as LazyFP and can be used to leak the state of the floating-point unit (FPU) \u2014 a specialized math coprocessor present in Intel\u2019s modern CPUs that\u2019s used to accelerate mathematical operations on floating point numbers. The FPU state can contain sensitive information from cryptographic operations. This vulnerability can be mitigated by enforcing \u201ceager\u201d instead of \u201clazy\u201d FPU context switching at the operating system level.<\/p>\n<h3 class=\"wp-block-heading\">Spectre-NG (CVE-2018-3639)<\/h3>\n<p class=\"wp-block-paragraph\">Also known as Spectre variant 4, or Speculative Store Bypass (SSB), this is a Spectre variant that allows performing memory reads before prior memory write addresses are known and can be used to leak cross-process information. Mitigation requires both microcode and\u00a0<a href=\"https:\/\/www.csoonline.com\/article\/566935\/how-to-update-windows-10-for-side-channel-vulnerability-fixes.html\"><strong>OS updates<\/strong><\/a>.<\/p>\n<h3 class=\"wp-block-heading\">Spectre-PHT (CVE-2018-3693)<\/h3>\n<p class=\"wp-block-paragraph\">Also known as Spectre 1.1, is a variant of Spectre that leverages speculative stores to create speculative buffer overflows. It allowed bypassing some of the previous software-based mitigations for Spectre and requires OS updates.<\/p>\n<h3 class=\"wp-block-heading\">Meltdown-RW\u00a0<\/h3>\n<p class=\"wp-block-paragraph\">Also known as Spectre 1.2, is a variant that leverages speculative stores to overwrite read-only data and code pointers. This variant can be used to breach software sandboxes and is related Spectre 1.1. Mitigation required OS updates.<\/p>\n<h3 class=\"wp-block-heading\">Foreshadow-OS (CVE-2018-3620)<\/h3>\n<p class=\"wp-block-paragraph\">Also known as L1 Terminal Fault,\u00a0<a href=\"https:\/\/foreshadowattack.eu\/\"><strong>Foreshadow<\/strong><\/a>\u00a0is a speculative execution attack against Intel CPUs that allows extracting information from the processor\u2019s L1 data cache. This is particularly sensitive in the context of virtual machines which split the same physical CPU into multiple virtual CPUs, because those virtual CPUs use the same L1 cache. This variant allows attackers to extract information from the OS or SMM (system management mode), an alternate mode of CPU operation that is separate from the operating system and is designed to be used by BIOS\/UEFI or low-level OEM code.<\/p>\n<h3 class=\"wp-block-heading\">Foreshadow-VMM (CVE-2018-3646)<\/h3>\n<p class=\"wp-block-paragraph\">A variant of Foreshadow that affects virtual machines and allows a guest operating system running inside a VM to potentially read sensitive memory from other guest VMs or the hypervisor itself.<\/p>\n<h3 class=\"wp-block-heading\">Foreshadow-SGX (CVE-2018-3615)<\/h3>\n<p class=\"wp-block-paragraph\">A variant of Foreshadow that allows attackers to read the memory of Intel Software Guard Extensions (SGX) enclaves. SGX is a trusted execution environment provided by some Intel CPUs that allows developers to store data and execute code securely, even if the operating system itself has been compromised.<\/p>\n<h3 class=\"wp-block-heading\">Meltdown-PK and Meltdown-BND<\/h3>\n<p class=\"wp-block-paragraph\">Meltdown-PK (Protection Key Bypass) and Meltdown-BND (Bounds Check Bypass) are two variants of Meltdown presented in November 2018 by a team of academic researchers as part of a larger evaluation of transient execution attacks. Meltdown-PK affects Intel CPUs while Meltdown-BND affects both Intel and AMD.<\/p>\n<h3 class=\"wp-block-heading\">Spectre-PHT-CA-OP, Spectre-PHT-CA-IP and Spectre-PHT-SA-OP<\/h3>\n<p class=\"wp-block-paragraph\">These are variants of Spectre that leverage the CPU\u2019s Pattern History Table (PHT). They were disclosed at the same time as Meltdown-PK and Meltdown-BND by the same team.<\/p>\n<h3 class=\"wp-block-heading\">Spectre-BTB-SA-IP and Spectre-BTB-SA-OP\u00a0<\/h3>\n<p class=\"wp-block-paragraph\">These are variants of the Spectre attack that leverage the Branch Target Buffer (BTB). They were disclosed in November 2018 by the same team who found Meltdown-PK and Meltdown-BND. The team concluded at the time that \u201cmost defenses, including deployed ones, cannot fully mitigate all attack variants.\u201d<\/p>\n<h3 class=\"wp-block-heading\">Fallout (CVE-2018-12126)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.csoonline.com\/article\/567247\/the-second-meltdown-new-intel-cpu-attacks-leak-secrets.html\"><strong>Fallout<\/strong><\/a>, also known as microarchitectural store buffer data sampling (MSBDS), is a vulnerability whose effects are similar to Meltdown in that it can be used to leak sensitive secrets from protected memory regions across security boundaries. It is part of a new class of\u00a0<a href=\"https:\/\/www.csoonline.com\/article\/567149\/what-is-a-side-channel-attack-how-these-end-runs-around-encryption-put-everyone-at-risk.html\"><strong>side-channel attacks<\/strong><\/a>\u00a0against CPUs that Intel calls Microarchitectural Data Sampling (MDS). The flaw affects both operating systems and hypervisors and mitigation requires CPU microcode updates.<\/p>\n<h3 class=\"wp-block-heading\">RIDL (CVE-2018-12127 and CVE-2018-12130)<\/h3>\n<p class=\"wp-block-paragraph\">Another two variants of\u00a0<a href=\"https:\/\/mdsattacks.com\/\"><strong>MDS attacks<\/strong><\/a>\u00a0known as microarchitectural load port data sampling (MLPDS) and microarchitectural fill buffer data sampling (MFBDS). Like Fallout, mitigation requires CPU microcode updates.<\/p>\n<h3 class=\"wp-block-heading\">Zombieload (CVE-2019-11091)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/zombieloadattack.com\/\"><strong>A fourth variant<\/strong><\/a>\u00a0of MDS attacks known as microarchitectural data sampling uncacheable memory (MDSUM). Like Fallout and RIDL, it can be used to leak sensitive kernel or hypervisor memory.<\/p>\n<h3 class=\"wp-block-heading\">Starbleed<\/h3>\n<p class=\"wp-block-paragraph\">Starbleed is a design flaw in the bitstream encryption process of field-programmable gate arrays (FPGAs) made by Xilinx. Unlike CPUs, which come with predetermined general-purpose instructions fit for most computing tasks, FPGAs are integrated circuits whose logic is programmable by the customer. They\u2019re usually configured to perform one specific task more efficiently than general-purpose CPUs and are widely used for mission- or safety-critical applications in sectors such as aerospace, finance, and the military.<\/p>\n<p class=\"wp-block-paragraph\">Configuration files loaded by customers onto FPGAs are called bitstreams, and FPGA manufacturers, like Xilinx, which controls around 50% of the FPGA market, have added encryption and bitstream validation mechanisms to protect customers\u2019 intellectual property and other secrets deployed FPGAs might contain. Researchers from Horst Goertz Institute for IT Security at Ruhr University Bochum in Germany <a href=\"https:\/\/www.usenix.org\/conference\/usenixsecurity20\/presentation\/ender\">found a design flaw<\/a> in the bitstream security mechanism of Xilinx 7-Series and Virtex-6 FPGAs that allows an attacker to decrypt bitstreams and modify them.<\/p>\n<p class=\"wp-block-paragraph\">To pull off the Starbleed attack, hackers need access to a hardware configuration interface on the FPGA, which normally requires physical access to the device. But some FPGAs are programmed and reprogrammed through separate microcontrollers, which can be connected to a network, in which case an attack could be executed remotely.<\/p>\n<p class=\"wp-block-paragraph\">The design flaw cannot be patched because it exists in the silicon, so it will be corrected in future generations of Xilinx FPGAs. The company has been notified of the vulnerability before the paper was published and has sent an advisory to customers.<\/p>\n<h3 class=\"wp-block-heading\">PLATYPUS<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.csoonline.com\/article\/570083\/intel-sgx-users-need-cpu-microcode-patch-to-block-platypus-secrets-leaking-attack.html\"><strong>PLATYPUS<\/strong><\/a>\u00a0is a side-channel attack that abuses the running average power limit (RAPL) interface that measures CPU power consumption and is present in all Intel CPUs developed since 2011 (Sandy Bridge). It is the first differential power analysis attack that can be executed remotely and used to leak secrets such as encryption keys from the Linux kernel memory and Intel SGX secure enclaves.<\/p>\n<p class=\"wp-block-paragraph\">The attack was announced in November 2020 and was devised by a team of researchers from the Graz University of Technology, the University of Birmingham in UK, and CISPA Helmholtz Center for Information Security. The Linux kernel developers patched the vulnerabilities, which are tracked as CVE-2020-8694 and CVE-2020-8695, by preventing unprivileged applications from accessing the RAPL energy consumption data.<\/p>\n<p class=\"wp-block-paragraph\">However, this does not address the privileged attack vector against Intel SGX, a trusted execution environment (TEE) built into the CPU that\u2019s supposed to keep sensitive cryptographic data secure even in the case of a complete OS compromise. To address this, users have to deploy\u00a0<a href=\"https:\/\/www.intel.com\/content\/www\/us\/en\/security-center\/advisory\/intel-sa-00389.html\"><strong>CPU microcode updates released by Intel<\/strong><\/a>.<\/p>\n<p class=\"wp-block-paragraph\">While the researchers tested and confirmed their attack on Intel CPUs, they warned that CPUs from other chip makers including AMD, Nvidia and ARM also have on-board energy meters that are accessible and could be vulnerable to a variation of this attack.<\/p>\n<h3 class=\"wp-block-heading\">SRBDS (CVE-2020-0543)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.vusec.net\/projects\/crosstalk\/\"><strong>SRBDS<\/strong><\/a>\u00a0(Special Register Buffer Data Sampling) is an attack technique developed by researchers at VU Amsterdam in 2020 that demonstrates the possibility of speculative execution attacks that leak data through side-channels across CPU cores. Previously, such attacks and their mitigations assumed the attacker and victim share the same CPU core because internal CPU buffers used to leak data are shared by the hyperthreads running on the same CPU core.<\/p>\n<p class=\"wp-block-paragraph\">But the researchers found that some instructions can read data from a staging buffer shared between all CPU cores, expanding the attack surface of known and previously mitigated speculative execution attacks such as RIDL (CVE-2018-12127 and CVE-2018-12130). The team developed a tool called CrossTalk to examine the behavior of all x86 instructions in different contexts to determine when they make offcore memory requests and then used the new attack technique to leak the random number generator (RNG) output used by Intel SGX secure enclaves from the staging buffer. With this RNG output they were able to leak the ECDSA private key of an Intel SGX enclave running on a separate CPU core after the key was used to perform a single digital signature operation.<\/p>\n<p class=\"wp-block-paragraph\">Intel released CPU microcode updates to mitigate the vulnerability for critical instructions such as RDRAND, RDSEED, and EGETKEY that locks the entire memory bus until the staging buffer is cleared. This operation adds a significant performance overhead, which is why it was only introduced for certain instructions.<\/p>\n<h3 class=\"wp-block-heading\">Spectre-BHI (CVE-2022-0001, CVE-2022-0002 and CVE-2022-23960)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.csoonline.com\/article\/572191\/new-attack-bypasses-hardware-defenses-for-spectre-flaw-in-intel-and-arm-cpus.html\"><strong>Spectre-BHI<\/strong><\/a>\u00a0(Branch History Injection) or Spectre-BHB (Branch History Buffer), is an attack disclosed in March 2022 by researchers from VU Amsterdam that\u2019s a variation of the original Spectre v2 or Spectre-BTI (Branch Target Injection) attack and impacts Intel and ARM CPUs. Like Spectre-BTI, the new attack variation can leak sensitive information from the kernel\u2019s memory but does so by poisoning the global history of the CPU predictor, which bypasses the hardware defenses introduced by CPU vendors.<\/p>\n<p class=\"wp-block-paragraph\">By exploiting the original Spectre v2 flaw attackers could actually inject target code locations and then trick the kernel to execute that code, but with the new Spectre-BHI attack, they have to leverage code gadgets and snippets that already exist in the history because they were executed in the past and which might leak interesting data. This makes Spectre-BHI exploitation harder, but the technique shows the Spectre attack surface is larger than previously believed.<\/p>\n<p class=\"wp-block-paragraph\">To demonstrate the attack, the researchers abused eBPF, a technology available in Linux since kernel 4.4 that allows the execution of sandboxed programs inside the kernel. If enabled, this mechanism makes it very easy to exploit speculative execution issues like Spectre-BHI Linux, but disabling it does not completely mitigate the issue as other gadgets can be found to leak data.<\/p>\n<h3 class=\"wp-block-heading\">Retbleed (CVE-2022-29901 and CVE-2022-29900)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.csoonline.com\/article\/573179\/new-speculative-execution-attack-retbleed-impacts-intel-and-amd-cpus.html\"><strong>Retbleed<\/strong><\/a>\u00a0is an attack technique disclosed in July 2022 by researchers from ETH Zurich that exploits the speculative execution feature of Intel and AMD CPUs and circumvents software defenses OSes put in place to prevent previous exploits such as Spectre.<\/p>\n<p class=\"wp-block-paragraph\">The original 2018 Spectre attacks later triggered branch target speculation by using indirect jumps or calls, at which time Google researchers proposed a software defense mechanism called retpoline to replace indirect jumps and calls in software with return instructions. Returns were believed to be impractical to exploit because they normally don\u2019t trigger speculative execution, but Retbleed proves they can under certain conditions, such as when executing deep call stacks to underflow the return stack buffer. The researchers demonstrated their attack on Linux where they found over 1,000 conditions that could allow for this.<\/p>\n<p class=\"wp-block-paragraph\">Intel refers to Retbleed as Return Stack Buffer Underflow (RSBU) and said that systems that use its hardware mitigations, namely indirect branch restricted speculation (IBRS) or enhanced IBRS (eIBRS), are protected against the attack. Only systems that rely solely on the retpoline software mitigation for performance reasons, or which use older CPUs that don\u2019t have the hardware mitigation, are impacted. AMD considers the attack part of a larger class of microarchitectural misbehavior dubbed Branch Type Confusion (CVE-2022-23825).<\/p>\n<h3 class=\"wp-block-heading\">Hertzbleed (CVE-2022-23823 and CVE-2022-24436)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.hertzbleed.com\/\"><strong>Hertzbleed<\/strong><\/a>\u00a0is a new family of side-channel attacks affecting Intel, AMD and possibly ARM CPUs that was disclosed in June 2022 by a team of academic researchers from University of Texas at Austin, University of Illinois Urbana-Champaign and University of Washington. It stems from dynamic frequency scaling, a feature in modern CPUs that is used to reduce power consumption and ensure the CPU stays below thermal and power limits. The researchers who discovered the attack show that different computations can use different CPU frequencies depending on the data that\u2019s being processed.<\/p>\n<p class=\"wp-block-paragraph\">Power analysis attacks are not new, but they are typically local and require some sort of power measurement interface in order to monitor differences between computations and infer details about what\u2019s being processed. This side-channel technique has been used before to leak cryptographic secrets such as keys.<\/p>\n<p class=\"wp-block-paragraph\">Hertzbleed, however, shows that frequency scaling generates timing differences in computations and these can be observed even remotely without any power measurement interface. The novelty is that Hertzbleed works even against so-called constant time cryptographic implementations that were intentionally designed to prevent leaking information through timing analysis.<\/p>\n<p class=\"wp-block-paragraph\">The researchers used Hertzbleed to implement a novel chosen-ciphertext attack against SIKE (Supersingular Isogeny Key Encapsulation), a post-quantum key encapsulation mechanism that is also a\u00a0<a href=\"https:\/\/www.csoonline.com\/article\/573083\/nist-names-new-post-quantum-cryptography-standards.html\"><strong>NIST competition finalist<\/strong><\/a>\u00a0and is implemented as constant time. The team was able to\u00a0 perform a full key extraction via remote timing.<\/p>\n<p class=\"wp-block-paragraph\">Intel published\u00a0<a href=\"https:\/\/www.intel.com\/content\/www\/us\/en\/developer\/articles\/technical\/software-security-guidance\/best-practices\/frequency-throttling-side-channel-guidance.html\"><strong>guidance<\/strong><\/a>\u00a0for developers of cryptographic libraries to mitigate Hertzbleed using software countermeasures. Another possible mitigation is to disable \u201cTurbo Boost\u201d at runtime on the system, but this has a significant system-wide performance impact.<\/p>\n<h3 class=\"wp-block-heading\">SQUIP (CVE-2021-46778)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/stefangast.eu\/papers\/squip.pdf\">SQUIP<\/a> is a side channel attack and vulnerability impacting AMD CPUs that was disclosed in August 2022. The attack was devised by researchers from Lamarr Security Research, Graz University of Technology, and Georgia Institute of Technology, and it exploits scheduler queues used during simultaneous multithreading (SMT) operations to schedule instructions that will be executed in CPUs. By measuring the contention level on scheduler queues an attacker may potentially leak sensitive information, <a href=\"https:\/\/www.amd.com\/en\/resources\/product-security\/bulletin\/amd-sb-1039.html\">AMD said<\/a>.<\/p>\n<h3 class=\"wp-block-heading\">Zenbleed (CVE-2023-20593)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/security.googleblog.com\/2023\/08\/downfall-and-zenbleed-googlers-helping.html\">Zenbleed<\/a> is a vulnerability <a href=\"https:\/\/www.amd.com\/en\/resources\/product-security\/bulletin\/amd-sb-7008.html\">patched in July 2013<\/a> in the Zen 2 family of AMD CPUs. The flaw was found by security researchers from Google and is described as <a href=\"https:\/\/lock.cmpxchg8b.com\/zenbleed.html\">a user-after-free memory vulnerability but for CPUs<\/a>. It\u2019s caused by incorrectly implemented speculative execution of the SIMD Zeroupper instruction and can allow attackers to leak stale data from physical hardware registers. Such data can include sensitive information such as passwords or encryption keys.<\/p>\n<h3 class=\"wp-block-heading\">Downfall (CVE-2022-40982)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/downfall.page\/\">Downfall<\/a>, technically called Gather Data Sampling (GDS) by Intel, is a transient execution vulnerability <a href=\"https:\/\/www.intel.com\/content\/www\/us\/en\/security-center\/advisory\/intel-sa-00828.html\">disclosed in August 2023<\/a> that impacts multiple generations of Intel CPUs. Found by security researchers from Google, the flaw is similar to Zenbleed in that it allows attackers to leak sensitive data belonging to other processes and users sharing the same CPU core because stale data stored in physical hardware registers as a result of speculative execution is forwarded to subsequent instructions. The data can be extracted using techniques similar to those used by Meltdown. The flaw also impacts the security of Intel\u2019s Software Guard Extensions (SGX) security subsystem.<\/p>\n<h3 class=\"wp-block-heading\">Reptar (CVE-2023-23583)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.csoonline.com\/article\/1247597\/intel-patches-high-severity-cpu-privilege-escalation-flaw.html\">Reptar<\/a> is a third CPU vulnerability found by Google security researchers last year and was <a href=\"https:\/\/www.intel.com\/content\/www\/us\/en\/security-center\/advisory\/intel-sa-00950.html\">patched in November 2023<\/a>. It impacts Intel CPUs that support a new feature called fast short repeat move (FSRM) and can result in privilege escalation. The flaw is caused by the CPU microcode not ignoring redundant instruction prefixes when FSRM is active and interpreting them in weird ways.<\/p>\n<h3 class=\"wp-block-heading\">Inception (CVE-2023-20569)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/comsec.ethz.ch\/research\/microarch\/inception\/\">Inception<\/a> is a vulnerability in AMD CPUs that can lead to found by researchers from ETH Zurich that <a href=\"https:\/\/www.amd.com\/en\/resources\/product-security\/bulletin\/amd-sb-7005.html\">was disclosed in August 2023<\/a> and can lead to sensitive information disclosure. Inception is a new type of speculative execution attack that hijacks the transient control-flow of return instructions and allows attackers to insert new predictions into the CPU branch predictor at an attacker-controlled address register.<\/p>\n<h3 class=\"wp-block-heading\">SLAM<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.vusec.net\/projects\/slam\/\">Spectre based on Linear Address Masking<\/a> (SLAM) is a proof-of-concept attack technique devised by researchers from Vrije Universiteit Amsterdam that shows how previously unexplored Spectre gadgets could be exploited on upcoming AMD, Intel, and ARM CPUs that implement linear address masking, a new security feature planned by CPU vendors: Intel\u2019s Linear Address Masking (LAM), AMD\u2019s Upper Address Ignore (UAI), and ARM\u2019s Top Byte Ignore (TBI). SLAM is notable for being the first speculative execution attack targeting CPU features that were announced but not yet released.<\/p>\n<h3 class=\"wp-block-heading\">GhostRace (CVE-2024-2193)<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.vusec.net\/projects\/ghostrace\/\">GhostRace<\/a> is a new type of CPU attack disclosed in March 2024 by researchers from Vrije Universiteit Amsterdam that take advantage of race conditions on speculatively executed code paths. The research shows that synchronization primitives implemented using conditional branches at the OS level can be bypassed on speculative paths using a Spectre v1 attack, potentially allowing for information leaks from targeted software.<\/p>\n<h3 class=\"wp-block-heading\">TikTag<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/arxiv.org\/abs\/2406.08719\">TikTag<\/a> is an attack that leverages speculative execution to bypass a new security feature in ARM CPUs called the Arm Memory Tagging Extension (MTE). This feature, when used by operating systems, makes it harder to exploit out-of-bounds memory violations such as buffer overflows that can lead to arbitrary code execution. The TikTag attack was developed by a team of researchers from Seoul National University, Samsung Research and Georgia Institute of Technology and was described in a research paper in June 2024. Separately, researchers from Vrije Universiteit Amsterdam already showed that MTE is vulnerable to speculative execution probing with an attack they dubbed Spectre-MTE and proposed a proposed a mitigation called <a href=\"https:\/\/www.vusec.net\/projects\/stickytags\/\">StickyTags<\/a>.<\/p>\n<h3 class=\"wp-block-heading\">Indirector<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.csoonline.com\/article\/2514202\/new-intel-cpu-side-channel-attack-indirector-can-leak-sensitive-data.html\">Indirector<\/a> is a new speculative execution attack that is a variation of Spectre v2 and was disclosed in July 2024. The attack, developed by researchers from University of California San Diego exploits the indirect branch predictor (IBP) and the branch target buffer (BTB) in high-end Intel CPUs (Raptor Lake and Alder Lake) to perform precise branch target injections and leak sensitive data across processes and privilege levels.<\/p>\n<h3 class=\"wp-block-heading\">Register File Data Sampling (CVE-2023-28746)<\/h3>\n<p class=\"wp-block-paragraph\">Disclosed in March 2024, Register File Data Sampling (RFDS) affects some Intel Atom processors and allows local software to infer stale data left in floating-point, vector, or integer registers after transient execution. RFDS does not let an attacker choose which values are leaked and exposes only the data that happens to remain in the register files. <a href=\"https:\/\/www.intel.com\/content\/www\/us\/en\/developer\/articles\/technical\/software-security-guidance\/advisory-guidance\/register-file-data-sampling.html\">Intel released a microcode update<\/a>.<\/p>\n<h3 class=\"wp-block-heading\">SinkClose (CVE-2023-31315)<\/h3>\n<p class=\"wp-block-paragraph\">Disclosed in August 2024 by researchers from IOActive, SinkClose gives applications with kernel-level (ring 0) access to modify the configuration of System Management Mode (SMM) even when the SMI lock is enabled. <a href=\"https:\/\/www.csoonline.com\/article\/3485314\/amd-cpus-impacted-by-18-year-old-smm-flaw-that-enables-firmware-implants.html\">The flaw went undetected for almost two decades<\/a> and affects nearly all AMD EPYC, Ryzen, and Threadripper CPUs. It provides privilege escalation to ring -2, the processor\u2019s most privileged execution mode, which enables the deployment of malicious implants into the UEFI firmware. AMD released microcode updates for some of the affected chips, but their availability depends on motherboard vendors providing UEFI updates.<\/p>\n<h3 class=\"wp-block-heading\">Native BHI (CVE-2024-2201)<\/h3>\n<p class=\"wp-block-paragraph\">In April 2024 researchers from Vrije Universiteit Amsterdam demonstrated that the Branch History Injection (BHI) Spectre v2 variant can be exploited without unprivileged eBPF. <a href=\"https:\/\/www.vusec.net\/projects\/native-bhi\/\">The researchers built a tool called InSpectre Gadget<\/a> that used symbolic execution to find usable Spectre gadgets and identified more than 1,500 in the Linux kernel. Using those gadgets, they built the first native BHI exploit, which leaked kernel memory at 3.5KB\/s on Intel CPUs. Intel\u2019s BHI_DIS_S mitigation and software defenses are the available countermeasures.<\/p>\n<h3 class=\"wp-block-heading\">GoFetch<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/gofetch.fail\/\">GoFetch<\/a> is a side-channel attack that exploits a data memory-dependent prefetcher (DMP) in Apple\u2019s M-series CPUs. Disclosed in March 2024 by a team of academic researchers from different universities, the technique was used to extract keys from constant-time implementations of OpenSSL\u2019s Diffie-Hellman key exchange, Go\u2019s RSA decryption, and the post-quantum CRYSTALS-Kyber and CRYSTALS-Dilithium algorithms. DMP can be disabled on M3 CPUs through the data-independent timing (DIT) bit, and a hidden configuration bit can disable it on M1 and M2.<\/p>\n<h3 class=\"wp-block-heading\">EntrySign (CVE-2024-36347 and CVE-2024-56161)<\/h3>\n<p class=\"wp-block-paragraph\">Two flaws disclosed in March 2025 by researchers from Google and dubbed EntrySign can be used to forge the signature of microcode patches for AMD Zen CPUs. EntrySign affects Zen 1 through Zen 5 CPUs and can undermine AMD\u2019s Secure Encrypted Virtualization-Secure Nested Paging (SEV-SNP) because it lets attackers with local administrator privileges load malicious microcode into confidential guests. <a href=\"https:\/\/www.amd.com\/en\/resources\/product-security\/bulletin\/amd-sb-3019.html\">AMD released microcode and Linux kernel changes<\/a>.<\/p>\n<h3 class=\"wp-block-heading\">Transient Scheduler Attacks (CVE-2024-36348, CVE-2024-36349, CVE-2024-36350, and CVE-2024-36357)<\/h3>\n<p class=\"wp-block-paragraph\">Transient Scheduler Attacks (TSA) are two timing side-channel vulnerabilities in Zen 3 and Zen 4 CPUs that <a href=\"https:\/\/www.csoonline.com\/article\/4020192\/amd-discloses-new-cpu-flaws-that-can-enable-data-leaks-via-timing-attacks.html\">were found by AMD while investigating a Microsoft research report<\/a>. The flaws allow attackers to leak data across privilege boundaries from the store queue and the L1 data cache. AMD rated the two most serious variants medium severity and released Platform Initialization firmware and operating system updates.<\/p>\n<h3 class=\"wp-block-heading\">Branch Privilege Injection (CVE-2024-45332)<\/h3>\n<p class=\"wp-block-paragraph\">The hardware mitigations built into Intel CPUs to stop Spectre v2 branch target injection attacks contain a race condition <a href=\"https:\/\/www.csoonline.com\/article\/3984497\/researchers-bypass-intels-spectre-fixes-six-years-of-cpus-at-risk.html\">reported in May 2025 by researchers from ETH Zurich<\/a>. The flaw affects Intel CPUs released since 2018, from Coffee Lake Refresh through Raptor Lake, and was used to leak arbitrary kernel memory on a fully patched Ubuntu 24.04 system with default mitigations enabled. Intel released a microcode update.<\/p>\n<h3 class=\"wp-block-heading\">VMScape (CVE-2025-40300)<\/h3>\n<p class=\"wp-block-paragraph\">Disclosed in September 2025 by researchers from ETH Zurich, VMScape is a Spectre-like branch target injection attack that <a href=\"https:\/\/www.csoonline.com\/article\/4056546\/vmscape-spectre-bti-attack-breaks-vm-isolation-on-amd-and-intel-cpus.html\">breaks the isolation between guest virtual machines and the host hypervisor on AMD and Intel CPUs<\/a>. The researchers used the attack to extract the disk encryption key from a KVM\/QEMU host. Linux kernel maintainers mitigated the issue by adding an indirect branch prediction barrier on each VM exit, with only marginal performance overhead.<\/p>\n<h3 class=\"wp-block-heading\">SysBumps (CVE-2024-54531)<\/h3>\n<p class=\"wp-block-paragraph\">SysBumps is the first attack to break kernel address space layout randomization (KASLR) on macOS running on Apple M-series chips with kernel isolation enabled. It was described in <a href=\"http:\/\/dl.acm.org\/doi\/abs\/10.1145\/3658644.3690189\">a research paper<\/a> published in December 2024 by researchers from Soongsil University and is a Spectre-like vulnerability that occurs when macOS handles user-supplied pointers. This allows unprivileged attackers to force the processor to speculatively translate attacker-chosen kernel addresses, reveling whether an address is valid.<\/p>\n<h3 class=\"wp-block-heading\">LoongLeak<\/h3>\n<p class=\"wp-block-paragraph\">LoongLeak is an architectural vulnerability in Loongson 3A5000 and 3A6000 processors, which use China\u2019s LoongArch instruction set, that was described in <a href=\"https:\/\/www.usenix.org\/system\/files\/usenixsecurity26-hetterich-lorenz-loongleak.pdf\">a research paper presented at USENIX Security 2026<\/a> by researchers from Germany\u2019s CISPA Helmholtz Center for Information Security. It belongs to the same class of architectural flaws as Reptar and Zenbleed, which leak data from the retired instruction stream rather than only during transient execution. The flaw can be used to recover kernel AES disk-encryption keys, partial root password hashes, and break address space layout randomization (ASLR) within seconds. The software workaround involves emulating floating-point instructions in the kernel but carries a 10x to 21x performance penalty.<\/p>\n<h2 class=\"wp-block-heading\">DRAM and GPU memory attacks<\/h2>\n<p>Rowhammer<\/p>\n<p>Rowhammer.js<\/p>\n<p>Drammer<\/p>\n<p>Flip Feng Shui<\/p>\n<p>ECCploit<\/p>\n<p>Throwhammer<\/p>\n<p>RAMBleed<\/p>\n<p>ZenHammer<\/p>\n<p>Phoenix<\/p>\n<p>LeftoverLocals<\/p>\n<p>GPUHammer<\/p>\n<p>GPUBreach<\/p>\n<p>GPUThor<\/p>\n<p>BadRAM<\/p>\n<p>Battering RAM<\/p>\n<p>DDRop<\/p>\n<h3 class=\"wp-block-heading\">Rowhammer<\/h3>\n<p class=\"wp-block-paragraph\">Rowhammer is a physical effect with security implications that occurs inside SDRAM chips when the same physical row of <a href=\"https:\/\/www.csoonline.com\/article\/654188\/arm-patches-bugs-in-mali-gpus-that-affect-android-phones-and-chromebooks.html\">memory cells<\/a> is read for a large number of times in rapid succession \u2014 an action dubbed hammering. This can cause electric charges from cells in the hammered row to leak into adjacent rows, modifying the value of the cells in those rows. This is known as bit flipping and possible because of the increased cell density of modern SDRAM chips, particularly DDR3 and DDR4.<\/p>\n<p class=\"wp-block-paragraph\">While the Rowhammer effect has been known or documented for a long time, members of Google\u2019s Project Zero team were the first to prove it can have security implications in March 2015 when they revealed two privilege escalation exploits based on it.<\/p>\n<h3 class=\"wp-block-heading\">Rowhammer.js<\/h3>\n<p class=\"wp-block-paragraph\">Rowhammer.js was an implementation of the Rowhammer attack via JavaScript, proving that this flaw can be exploited remotely through the browser, simply by visiting a malicious web page. Browser vendors have added mitigations against this exploit.<\/p>\n<h3 class=\"wp-block-heading\">Drammer \u2013 CVE-2016-6728<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.vusec.net\/projects\/drammer\/\">Drammer<\/a>\u00a0is a Rowhammer-type exploit demonstrated in 2016 against Android devices. Until then the memory chips in mobile devices were thought to be unaffected.<\/p>\n<h3 class=\"wp-block-heading\">Flip Feng Shui<\/h3>\n<p class=\"wp-block-paragraph\">An implementation of the Rowhammer attack against virtual machines, where a malicious guest VM can flip bits in the physical memory affecting a different virtual machine in a controlled manner. The researchers demonstrated this by breaking the OpenSSH public key authentication in the target VM.<\/p>\n<h3 class=\"wp-block-heading\">ECCploit\u00a0<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.vusec.net\/projects\/eccploit\/\">ECCploit<\/a>\u00a0is an attack that demonstrates that Rowhammer-type attacks can work even against SDRAM chips that have error-correcting code (ECC) capabilities. This type of memory, which is typically used in servers, was thought to be immune to Rowhammer.<\/p>\n<h3 class=\"wp-block-heading\">Throwhammer<\/h3>\n<p class=\"wp-block-paragraph\">A Rowhammer attack that can be exploited over a network by leveraging the remote direct memory access (RDMA) feature present in fast network cards like those used in servers.<\/p>\n<h3 class=\"wp-block-heading\">RAMBleed<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.csoonline.com\/article\/567369\/rowhammer-variant-rambleed-allows-attackers-to-steal-secrets-from-ram.html\">RAMBleed<\/a>\u00a0is the first attack that has shown it is possible to use the Rowhammer effect to steal data from memory cells instead of simply modifying it. Previous Rowhammer attacks compromised memory integrity through bit flips, which could lead to privilege escalation and other conditions. Meanwhile, RAMBleed uses row hammering and a side-channel in order to infer information about and ultimately extract data from adjacent memory cells. In that respect it is similar to the effects of Meltdown and Spectre.<\/p>\n<h3 class=\"wp-block-heading\">ZenHammer<\/h3>\n<p class=\"wp-block-paragraph\">Disclosed in March 2024 by researchers from ETH Zurich, <a href=\"https:\/\/comsec.ethz.ch\/research\/dram\/zenhammer\/\">ZenHammer<\/a> was the first Rowhammer attack on AMD Zen-based CPUs and also the first to trigger bit flips in DDR5 memory. The researchers reverse-engineered AMD\u2019s undisclosed DRAM addressing functions, synchronized their access patterns with refresh commands to evade Target Row Refresh (TRR) mitigations, and scheduled flush and fence instructions to reach a high activation rate. AMD published <a href=\"https:\/\/www.amd.com\/en\/resources\/product-security\/bulletin\/amd-sb-7021.html\">a security bulletin<\/a> and pointed users to their DRAM and system vendors for mitigation.<\/p>\n<h3 class=\"wp-block-heading\">Phoenix (CVE-2025-6202)<\/h3>\n<p class=\"wp-block-paragraph\">Disclosed in September 2025 by researchers from ETH Zurich and Google, <a href=\"https:\/\/www.csoonline.com\/article\/4059680\/new-rowhammer-technique-against-ddr5-achieves-privilege-escalation.html\">Phoenix is a Rowhammer technique that defeats the advanced TRR mitigations in DDR5 memory<\/a> and achieves privilege escalation on systems with AMD CPUs. The researchers used the bit flips to modify page table entries, leak RSA-2048 SSH keys from a co-located virtual machine, and gain root through the sudo binary in as little as 109 seconds. The attack works only on AMD platforms because Intel CPUs add a pTRR mitigation.<\/p>\n<h3 class=\"wp-block-heading\">LeftoverLocals (CVE-2023-4969)<\/h3>\n<p class=\"wp-block-paragraph\">GPUs from Apple, AMD, and Qualcomm can leak data left in local memory by other processes. The flaw <a href=\"https:\/\/blog.trailofbits.com\/2024\/01\/16\/leftoverlocals-listening-to-llm-responses-through-leaked-gpu-local-memory\/\">was disclosed in January 2024 by researchers from Trail of Bits<\/a> who managed to recover roughly 5.5MB of data per GPU invocation on an AMD Radeon RX 7900 XT, or about 181MB for each query when a large language model is running on llama.cpp, enough to reconstruct the model\u2019s responses. Apple fixed the issue in its A17 and M3 chips, and fixes were released for some Qualcomm and Imagination devices.<\/p>\n<h3 class=\"wp-block-heading\">GPUHammer<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.csoonline.com\/article\/4022877\/alert-nvidia-gpus-are-vulnerable-to-rowhammer-attacks.html\">The first Rowhammer attack against an Nvidia dedicated GPU with GDDR6<\/a>, GPUHammer was disclosed in August 2025 by researchers from the University of Toronto. The attack showed that the GDDR6 memory used by Nvidia\u2019s RTX A6000 can be made to flip bits from an unprivileged CUDA program. Nvidia recommends enabling error-correcting code (ECC), which costs up to 10% performance and 6.25% memory capacity on the A6000.<\/p>\n<h3 class=\"wp-block-heading\">GPUBreach<\/h3>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/gpubreach.ca\/\">GPUBreach<\/a> is a Rowhammer attack that corrupts GPU page tables to escalate privileges. It was discovered by researchers from the University of Toronto and builds on GPUHammer. An unprivileged CUDA kernel can use targeted page-table corruption to read and write another process\u2019s GPU memory, leak cryptographic keys from GPU libraries, and tamper with a model\u2019s GPU assembly. The researchers also used memory-safety bugs in Nvidia\u2019s kernel driver to gain kernel write privileges on the CPU and spawn a root shell, even with the input-output memory management unit (IOMMU) enabled.<\/p>\n<h3 class=\"wp-block-heading\">GPUThor<\/h3>\n<p class=\"wp-block-paragraph\">Disclosed in August 2026 by researchers from the University of Toronto, <a href=\"https:\/\/www.csoonline.com\/article\/4215392\/gputhor-hardware-attack-can-root-nvidia-gpu-systems.html\">GPUThor is a Rowhammer attack that defeats the ECC protection on some Nvidia enterprise GPUs<\/a>. The earlier GPUHammer and GPUBreach attacks used uniform hammering patterns, which the Target Row Refresh (TRR) mechanism in newer memory can detect and ECC can correct. GPUThor enables the first practical non-uniform hammering on GPU DRAM, producing double- and even triple-bit errors that ECC was not designed to handle. Users should avoid running untrusted code on vulnerable GPUs and monitor Nvidia\u2019s ECC telemetry.<\/p>\n<h3 class=\"wp-block-heading\">BadRAM (CVE-2024-21944)<\/h3>\n<p class=\"wp-block-paragraph\">Tampering with the Serial Presence Detect (SPD) chip on a DRAM module can make it report twice its actual capacity and defeat the memory protections in trusted execution environments such as those based on AMD SEV-SNP. <a href=\"https:\/\/badram.eu\/\">The attack was disclosed in December 2024<\/a> by researchers from KU Leuven, the University of L\u00fcbeck, and the University of Birmingham. The attack costs about $10 and, on some modules with unlocked SPD chips, can be carried out without physical access. AMD released firmware that validates the memory configuration during boot.<\/p>\n<h3 class=\"wp-block-heading\">Battering RAM<\/h3>\n<p class=\"wp-block-paragraph\">A runtime memory-aliasing attack that uses a low-cost DDR4 interposer between the processor and a memory module. <a href=\"https:\/\/www.csoonline.com\/article\/4105022\/battering-ram-hardware-hack-breaks-secure-cpu-enclaves.html\">The attack was presented at Black Hat Europe in December 2025 by researchers from KU Leuven<\/a> and requires a $50 device to manipulate memory address mapping at runtime, bypassing the boot-time checks Intel and AMD added after BadRAM. The researchers gained arbitrary plaintext read and write access to memory protected by Intel Software Guard Extensions (SGX), extracted the platform provisioning key, forged attestation reports, and implanted backdoors in AMD SEV-protected virtual machines. Neither Intel nor AMD plan a fix because the attack requires physical access and falls outside their threat models.<\/p>\n<h3 class=\"wp-block-heading\">DDRop<\/h3>\n<p class=\"wp-block-paragraph\">Disclosed in September 2026 by researchers from KU Leuven, ETH Zurich, Durham University, and Google, <a href=\"https:\/\/ddropattack.eu\/\">DDRop is a memory-bus attack<\/a> that breaks the memory-integrity guarantees of Intel Trusted Domain Extensions (TDX), Intel Scalable SGX, and AMD SEV-SNP. A $159 interposer forces an error on the DDR5 command bus and suppresses the signal the memory module uses to report it. On Intel TDX, dropped writes during page-table setup let the researchers inject their own page-table entries, read protected memory, force a confidential virtual machine into debug mode, and forge remote-attestation reports with attacker-chosen measurements. Intel and AMD classified the technique as outside their published threat models.<\/p>\n<p class=\"wp-block-paragraph\"><em>Editor\u2019s note: This article, originally published in July 2019 and amended in August 2022, has been updated to include new vulnerabilities as they come to light.<\/em><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>In January 2018, the entire computer industry was put on alert by two new processor vulnerabilities dubbed\u00a0Meltdown and Spectre\u00a0that defeated the fundamental OS security boundaries separating kernel and user space memory. The flaws stemmed from a performance feature of modern CPUs known as speculative execution and mitigating them required one of the biggest patch coordination [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":9574,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-9573","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-education"],"_links":{"self":[{"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=\/wp\/v2\/posts\/9573"}],"collection":[{"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9573"}],"version-history":[{"count":0,"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=\/wp\/v2\/posts\/9573\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=\/wp\/v2\/media\/9574"}],"wp:attachment":[{"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9573"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=9573"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cybersecurityinfocus.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=9573"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}