{"id":33737,"date":"2020-03-09T21:10:13","date_gmt":"2020-03-09T21:10:13","guid":{"rendered":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/"},"modified":"2020-03-09T21:10:13","modified_gmt":"2020-03-09T21:10:13","slug":"amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors","status":"publish","type":"post","link":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/","title":{"rendered":"AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors"},"content":{"rendered":"<p>AMD processors sold between 2011 to 2019 are vulnerable to two side-channel attacks that can extract CPU kernel data and secrets, according to a new research paper.<\/p>\n<p>In <a target=\"_blank\" rel=\"nofollow noopener noreferrer\" href=\"https:\/\/mlq.me\/download\/takeaway.pdf\">a paper<\/a> [PDF] titled, &#8220;Take A Way: Exploring the Security Implications of AMD\u2019s Cache Way Predictors,&#8221; six boffins \u2013 Moritz Lipp, Vedad Had\u017ei\u0107, Michael Schwarz, and Daniel Gruss (Graz University of Technology), Cl\u00e9mentine Maurice (University of Rennes), and Arthur Perais (unaffiliated) \u2013 explain how they reverse-engineered AMD\u2019s L1D cache way predictor to expose sensitive data in memory.<\/p>\n<p>To save power when looking up a cache line in a set-associative cache, AMD relies on way prediction. The way predictor allows the CPU to check the cache tag one way instead of wasting power on checking all the multiple ways a cache can be configured. This speeds up operations, though it can also add latency when misprediction occurs.<\/p>\n<p>The cache tag is produced by a hash function, undocumented by AMD, that hashes the virtual address of the memory load. By reverse engineering this hash function, the researchers were able to create tag collisions which present observable timing effects \u2013 increased access time or L1 cache misses \u2013 that allow covert kernel data exfiltration, cryptographic key recovery, and weakening ASLR defenses on a fully-patched Linux system, the hypervisor, or the JavaScript sandbox.<\/p>\n<p>Timing attacks of this sort allow the attacker to infer protected data based on the time the system takes to respond to specific inputs.<\/p>\n<div class=\"promo_article\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/regmedia.co.uk\/2019\/11\/07\/chip_shutterstock.jpg?x=174&amp;y=115&amp;crop=1\" width=\"174\" height=\"115\" alt=\"Chip\"><\/p>\n<h2 title=\"Cache(me)Out(side), how 'bout dat?\">Cache flow problems continue for Intel: Yet more data-leaking processor design blunders discovered, patches due soon<\/h2>\n<p><a href=\"https:\/\/www.theregister.co.uk\/2020\/01\/28\/intel_processor_data_leak\/\"><span>READ MORE<\/span><\/a><\/div>\n<p>The two attacks are called Collide+Probe and Load+Reload, in reference to the operations involved. The former exploits tag collisions while the latter exploits the way predictior&#8217;s behavior for virtual addresses are mapped to the same physical address.<\/p>\n<p>&#8220;With Collide+Probe, an attacker can monitor a victim\u2019s memory accesses without knowledge of physical addresses or shared memory when time-sharing a logical core,&#8221; the paper explains, noting that the technique has been demonstrated with a data transmission rate of up to 588.9 kB\/s. &#8220;With Load+ Reload, we exploit the way predictor to obtain highly-accurate memory-access traces of victims on the same physical core.&#8221;<\/p>\n<p>For Collide+Probe, the attacker is assumed to be able to run unprivileged native code on the target machine that&#8217;s also on the same logical CPU core as the victim. It&#8217;s also assumed the victim&#8217;s code will respond to input from the attacker, such as a function call in a library or a system call.<\/p>\n<p>For Load+Reload, the ability to run unprivileged native code on the target machine is also assumed, with the attacker and victim on the same physical but different logical CPU thread.<\/p>\n<p>Local access is not a requirement for these attacks; the researchers demonstrated their techniques on sandboxed JavaScript and a virtualized cloud environments.<\/p>\n<p>The boffins said that the following AMD chips have a way predictor that can be abused:<\/p>\n<ul>\n<li>AMD FX-4100 Bulldozer<\/li>\n<li>AMD FX-8350 Piledriver<\/li>\n<li>AMD A10-7870K Steamroller<\/li>\n<li>AMD Ryzen Threadripper 1920X Zen<\/li>\n<li>AMD Ryzen Threadripper 1950X Zen<\/li>\n<li>AMD Ryzen Threadripper 1700X Zen<\/li>\n<li>AMD Ryzen Threadripper 2970WX Zen+<\/li>\n<li>AMD Ryzen 7 3700X Zen 2<\/li>\n<li>AMD EPYC 7401p Zen<\/li>\n<li>AMD EPYC 7571 Zen<\/li>\n<\/ul>\n<p>&#8220;This is a software-only attack that only needs unprivileged code execution,&#8221; said Michael Schwarz, one of the paper&#8217;s co-authors, <a target=\"_blank\" rel=\"nofollow noopener noreferrer\" href=\"https:\/\/twitter.com\/misc0110\/status\/1236411870313144320?s=20\">via Twitter<\/a>. &#8220;Any application can do that, and one of the attacks (Collide+Probe) has also been demonstrated from JavaScript in a browser without requiring any user interaction.&#8221;<\/p>\n<p>The researchers propose several mitigations: a mechanism to disable the cache way predictor if there are too many misses; using additional data when creating address hashes to make them more secure; clearing the way predictor when switching to another user-space application or returning from the kernel; and an optimized AES T-table implementation that prevents the attacker from monitoring cache tags.<\/p>\n<p>In a response to the paper, AMD on Saturday suggested no additional actions need to be taken to prevent these attacks.<\/p>\n<p>&#8220;We are aware of a new white paper that claims potential security exploits in AMD CPUs, whereby a malicious actor could manipulate a cache-related feature to potentially transmit user data in an unintended way,&#8221; the company <a target=\"_blank\" rel=\"nofollow noopener noreferrer\" href=\"https:\/\/www.amd.com\/en\/corporate\/product-security\">said<\/a>. &#8220;The researchers then pair this data path with known and mitigated software or speculative execution side channel vulnerabilities. AMD believes these are not new speculation-based attacks.&#8221;<\/p>\n<p>Daniel Grus, another one of the researchers, said <a target=\"_blank\" rel=\"nofollow noopener noreferrer\" href=\"https:\/\/twitter.com\/lavados\/status\/1236755632566476802?s=20\">via Twitter<\/a> that this side channel has not been fixed. But he also expressed skepticism that this technique presents an imminent threat, <a target=\"_blank\" rel=\"nofollow noopener noreferrer\" href=\"https:\/\/twitter.com\/lavados\/status\/1236755929237987329?s=20\">noting<\/a> that Meltdown, a far stronger attack, doesn&#8217;t appear to have been weaponized by anyone. \u00ae<\/p>\n<p class=\"wptl btm\"><span>Sponsored:<\/span> <a href=\"https:\/\/go.theregister.co.uk\/tl\/1901\/-8266\/quit-your-addiction-to-storage?td=wptl1901\">Quit your addiction to storage<\/a><\/p>\n<p>READ MORE <a href=\"https:\/\/go.theregister.co.uk\/feed\/www.theregister.co.uk\/2020\/03\/09\/amd_sidechannel_leak_report\/\">HERE<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Maybe don&#8217;t be quite so smug, security researchers warn AMD processors sold between 2011 to 2019 are vulnerable to two side-channel attacks that can extract CPU kernel data and secrets, according to a new research paper.\u2026 READ MORE HERE&#8230;<\/p>\n","protected":false},"author":2,"featured_media":33738,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_layout":"default_layout","footnotes":""},"categories":[63],"tags":[],"class_list":["post-33737","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-the-register"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors 2026 | ThreatsHub Cybersecurity News<\/title>\n<meta name=\"description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors 2026 | ThreatsHub Cybersecurity News\" \/>\n<meta property=\"og:description\" content=\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security &amp; Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/\" \/>\n<meta property=\"og:site_name\" content=\"ThreatsHub Cybersecurity News\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-09T21:10:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2020\/03\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"174\" \/>\n\t<meta property=\"og:image:height\" content=\"115\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"TH Author\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@threatshub\" \/>\n<meta name=\"twitter:site\" content=\"@threatshub\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"TH Author\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/\"},\"author\":{\"name\":\"TH Author\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\"},\"headline\":\"AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors\",\"datePublished\":\"2020-03-09T21:10:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/\"},\"wordCount\":793,\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors.jpg\",\"articleSection\":[\"The Register\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/\",\"name\":\"AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors 2026 | ThreatsHub Cybersecurity News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors.jpg\",\"datePublished\":\"2020-03-09T21:10:13+00:00\",\"description\":\"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors.jpg\",\"width\":174,\"height\":115},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"name\":\"ThreatsHub Cybersecurity News\",\"description\":\"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\"},\"alternateName\":\"Threatshub.org\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#organization\",\"name\":\"ThreatsHub.org\",\"alternateName\":\"Threatshub.org\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Threatshub_Favicon1.jpg\",\"width\":432,\"height\":435,\"caption\":\"ThreatsHub.org\"},\"image\":{\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/threatshub\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.threatshub.org\\\/blog\\\/#\\\/schema\\\/person\\\/12e0a8671ff89a863584f193e7062476\",\"name\":\"TH Author\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g\",\"caption\":\"TH Author\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors 2026 | ThreatsHub Cybersecurity News","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/","og_locale":"en_US","og_type":"article","og_title":"AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors 2026 | ThreatsHub Cybersecurity News","og_description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","og_url":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/","og_site_name":"ThreatsHub Cybersecurity News","article_published_time":"2020-03-09T21:10:13+00:00","og_image":[{"width":174,"height":115,"url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2020\/03\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors.jpg","type":"image\/jpeg"}],"author":"TH Author","twitter_card":"summary_large_image","twitter_creator":"@threatshub","twitter_site":"@threatshub","twitter_misc":{"Written by":"TH Author","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/#article","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/"},"author":{"name":"TH Author","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476"},"headline":"AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors","datePublished":"2020-03-09T21:10:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/"},"wordCount":793,"publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2020\/03\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors.jpg","articleSection":["The Register"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/","url":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/","name":"AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors 2026 | ThreatsHub Cybersecurity News","isPartOf":{"@id":"https:\/\/www.threatshub.org\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/#primaryimage"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/#primaryimage"},"thumbnailUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2020\/03\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors.jpg","datePublished":"2020-03-09T21:10:13+00:00","description":"ThreatsHub Cybersecurity News | ThreatsHub.org | Cloud Security & Cyber Threats Analysis Hub. 100% Free OSINT Threat Intelligent and Cybersecurity News.","breadcrumb":{"@id":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/#primaryimage","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2020\/03\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2020\/03\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors.jpg","width":174,"height":115},{"@type":"BreadcrumbList","@id":"https:\/\/www.threatshub.org\/blog\/amd-boffins-clash-over-chip-data-leak-claims-side-channel-holes-revealed-in-decade-of-processors\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.threatshub.org\/blog\/"},{"@type":"ListItem","position":2,"name":"AMD, boffins clash over chip data-leak claims: Side-channel holes revealed in decade of processors"}]},{"@type":"WebSite","@id":"https:\/\/www.threatshub.org\/blog\/#website","url":"https:\/\/www.threatshub.org\/blog\/","name":"ThreatsHub Cybersecurity News","description":"%%focuskw%% Threat Intel \u2013 Threat Intel Services \u2013 CyberIntelligence \u2013 Cyber Threat Intelligence - Threat Intelligence Feeds - Threat Intelligence Reports - CyberSecurity Report \u2013 Cyber Security PDF \u2013 Cybersecurity Trends - Cloud Sandbox \u2013- Threat IntelligencePortal \u2013 Incident Response \u2013 Threat Hunting \u2013 IOC - Yara - Security Operations Center \u2013 SecurityOperation Center \u2013 Security SOC \u2013 SOC Services - Advanced Threat - Threat Detection - TargetedAttack \u2013 APT \u2013 Anti-APT \u2013 Advanced Protection \u2013 Cyber Security Services \u2013 Cybersecurity Services -Threat Intelligence Platform","publisher":{"@id":"https:\/\/www.threatshub.org\/blog\/#organization"},"alternateName":"Threatshub.org","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.threatshub.org\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.threatshub.org\/blog\/#organization","name":"ThreatsHub.org","alternateName":"Threatshub.org","url":"https:\/\/www.threatshub.org\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","contentUrl":"https:\/\/www.threatshub.org\/blog\/coredata\/uploads\/2025\/05\/Threatshub_Favicon1.jpg","width":432,"height":435,"caption":"ThreatsHub.org"},"image":{"@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/threatshub"]},{"@type":"Person","@id":"https:\/\/www.threatshub.org\/blog\/#\/schema\/person\/12e0a8671ff89a863584f193e7062476","name":"TH Author","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/066276f086d5155df79c850206a779ad368418a844da0182ce43f9cd5b506c3d?s=96&d=mm&r=g","caption":"TH Author"}}]}},"_links":{"self":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/33737","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/comments?post=33737"}],"version-history":[{"count":0,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/posts\/33737\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media\/33738"}],"wp:attachment":[{"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/media?parent=33737"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/categories?post=33737"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.threatshub.org\/blog\/wp-json\/wp\/v2\/tags?post=33737"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}