SecPod

Learn Search

Search across all Learn content

← Back to Security Research
Retbleed: Intel and AMD Processors Information Disclosure Vulnerability. Patch Now!

Retbleed: Intel and AMD Processors Information Disclosure Vulnerability. Patch Now!

Researchers have discovered a new Speculative execution attack called Retbleed, which affects both Intel and AMD processors that can result in information disclosure vulnerability. CVE-2022-29900 (AMD) is the tracking identifier for AMD, while CVE-2022-29901 (Intel) is the tracking identifier for In...

Jul 17, 2022By Arpit K2 min read

Researchers have discovered a new Speculative execution attack called Retbleed, which affects both Intel and AMD processors that can result in information disclosure vulnerability. CVE-2022-29900 (AMD) is the tracking identifier for AMD, while CVE-2022-29901 (Intel) is the tracking identifier for Intel. By using a vulnerability management tool, we can obtain the active exploitation of this vulnerability. However, the new Spectre version (Speculative execution attack) can get through the kernel’s retpoline mitigation and leak unfair data. Reptoline manages how the CPU performs assume when “jmp” and “call” are executed. Under specific microarchitecture-dependent circumstances, an attacker with poor user access can hijack return instructions to perform arbitrary speculative code execution.

Attacks can exploit this vulnerability when launching an attack from the local network, as proofs of concepts (POCs) are available. The vulnerability is called “Retbleed.” Retpoline made available a software-based solution. Intel has published a security bulletin. AMD has also published a security advisory. Patch management software can be a great way to mitigate this vulnerability.

Exploitation Details of Retbleed

Retbleed attempts to hijack a return instruction in the kernel to execute arbitrary speculative code in the kernel context. The attacker can leak any kernel data if they have enough control over registers and memory at the victim’s return instruction.

The attackers’ basic idea is to force statements to be predicted as indirect branches, thus bypassing Retpoline’s protections. They consider return instructions as an attack channel for speculation execution.

Retbleed Affected Versions

  • AMD microprocessor families 15h to 18h.
  • Intel microprocessor generations 6 (Skylake – 2015) to 8 (Coffee Lake – 2017).

Solution

  • AMD introduced Jmp2Ret to address this vulnerability.

A software-based solution called Jmp2Ret prevents an attacker-controlled BTB entry from ever being used to forecast privileged “ret” instructions, which lessens the risk of BTC-RET.

  • Intel advises utilizing enhanced Indirect Branch Restricted Speculation (eIBRS) to address the potential issue, even though Retpoline has fixed this issue.

IBRS is pre-installed on Windows systems, thus an update is not necessary.

  • Retpoline has introduced a software-based solution to defend against speculative execution threats by isolating indirect branches via return operations.

We strongly recommend deploying security updates to patch these vulnerabilities at the earliest.Use SanerNow and keep your systems updated and secure.

Featured Posts

Open Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras
Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras

CVE Research

Operation CameraSwarm: Inside the Toolkit Behind 14,530 Compromised Dahua Cameras

A single operator compromised 14,530+ Dahua cameras across Ukraine and Russia in 35 days, chaining credential brute-force, a CVE-2021-33044/33045 authentication bypass, and P2P relay abuse to plant a persistent backdoor and harvest transferable admin access.

Aug 21, 2026

Open Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF
Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE Research

Critical GitLab Flaw Exposes Public Projects to Deletion — Two CVEs Patched, Including High-Severity CSRF

CVE-2026-19478 is a critical code injection vulnerability in GitLab CE/EE that allows an unauthenticated attacker to modify or delete public projects and user data by abusing a GraphQL directive. A second high-severity issue, CVE-2026-19650, involves cross-site request forgery in the GraphQL multiplex query handler. This article examines how the critical vulnerability works, the availability of a public proof-of-concept, the potential impact on self-managed instances, the affected versions, and the security updates released to remediate both issues.

Aug 19, 2026

Open No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners
No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

CVE Research

No Password Needed: macOS Screen Sharing Flaw (CVE-2026-65400) Used to Deploy Monero Miners

Aug 19, 2026

Open Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies
Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

CVE Research

Evooo1Bot: Mirai-Based Linux Botnet Turns Edge Devices Into SOCKS5 Proxies

Aug 19, 2026

Retbleed: Intel and AMD Processors Information Disclosure Vulnerabilit | SecPod