CVE-2026-64507 Details
Description
In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Enable IBPB flush on BPF JIT allocation Enable hardening against JIT spraying when Spectre-v2 mitigations are in use. Specifically, issue an IBPB flush on BPF JIT memory reuse. Skip enabling the IBPB flush if the BPF dispatcher is already using a retpoline sequence. This hardening applies only when BPF-JIT is in use. Guard the enabling under CONFIG_BPF_JIT so that bugs.c still builds with CONFIG_BPF_JIT=n.
A vulnerability in the Linux kernel's handling of Just-In-Time (JIT) compilation for Berkeley Packet Filter (BPF) programs has been addressed. This issue, present in the stable branch of the Linux kernel, involves the need for an Inter-Branch Predictability Barrier (IBPB) flush on BPF JIT memory reuse to prevent JIT spraying attacks, especially when mitigations for Spectre variant 2 are active. The vulnerability arises because, without the IBPB flush, there is a risk of indirect branch prediction being exploited, which can lead to data leaks or other malicious activities. The hardening measure is only applied when BPF JIT is enabled, and the IBPB flush is skipped if the BPF dispatcher is already using a retpoline sequence, which is a standard mitigation for Spectre vulnerabilities.
Users can update to the latest version of the Linux kernel where this vulnerability has been addressed. Instructions for downloading the patched version are available in the Linux kernel repository.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No CVSS 3.x data is available for this CVE.
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
No affected product data is available for this CVE.
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 19, 2026 | CVE Modified | kernel.org |
| Aug 17, 2026 | CVE Modified | kernel.org |
| Jul 27, 2026 | CVE Modified | kernel.org |
| Jul 25, 2026 | New CVE Received | kernel.org |