CVE-2026-64507
Received Received - Intake

IBPB Flush on BPF JIT Allocation in Linux Kernel

Vulnerability report for CVE-2026-64507, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-25

Last updated on: 2026-07-25

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-25
Last Modified
2026-07-25
Generated
2026-07-25
AI Q&A
2026-07-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a missing IBPB flush in the Linux kernel when BPF JIT memory is reused. It enables hardening against JIT spraying attacks during Spectre-v2 mitigations by issuing an IBPB flush to prevent potential code execution exploits.

Detection Guidance

Detection requires checking if your Linux kernel has the BPF JIT enabled and if Spectre-v2 mitigations are active. Use uname -a to check kernel version and grep CONFIG_BPF_JIT /boot/config-$(uname -r) to verify BPF JIT support. Check Spectre mitigations with cat /sys/devices/system/cpu/vulnerabilities/spectre_v2.

Impact Analysis

If exploited, this vulnerability could allow an attacker to bypass Spectre-v2 mitigations and execute arbitrary code via JIT spraying. It primarily affects systems using BPF JIT, potentially leading to privilege escalation or data breaches.

Mitigation Strategies

Ensure your Linux kernel is updated to a patched version. Verify BPF JIT is enabled if needed (CONFIG_BPF_JIT=y). Confirm Spectre-v2 mitigations are active. No additional steps are required beyond standard kernel hardening.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64507. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart