CVE-2026-64508
Last modified
CVE-2026-64508 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: Support for hardening against JIT spraying The BPF JIT allocator packs many small programs into larger executable allocations and reuses space within those allocations as programs are loaded and freed. When fresh code is written into space that a previous program occupied, an indirect jump into the new program can reuse a branch prediction left behind by the old one. Flush the indirect branch predictors before reusing JIT memory so that indirect jumps into a newly written program don't reuse predictions from an old program that occupied the same space. Introduce bpf_arch_pred_flush_enabled static key and bpf_arch_pred_flush static call for flushing the branch predictors on JIT memory reuse. Architectures that need a flush, can update it to a predictor flush function. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Support for hardening against JIT spraying The BPF JIT allocator packs many small programs into larger executable allocations and reuses space within those allocations as programs are loaded and freed. When fresh code is written into space that a previous program occupied, an indirect jump into the new program can reuse a branch prediction left behind by the old one. Flush the indirect branch predictors before reusing JIT memory so that indirect jumps into a newly written program don't reuse predictions from an old program that occupied the same space. Introduce bpf_arch_pred_flush_enabled static key and bpf_arch_pred_flush static call for flushing the branch predictors on JIT memory reuse. Architectures that need a flush, can update it to a predictor flush function. By default, its a NOP and does not emit any CALL. Allocations larger than a pack are not covered by this flush. That is safe because cBPF programs (the unprivileged attack surface) are bounded well below a pack size. Issue a warning if this assumption is ever violated while the flush is active.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 57631054fae6dcc9c892ae6310b58bbb6f6e5048, < 6e52c240c43a601b681e3a4e58fc5685114d4726; >= 57631054fae6dcc9c892ae6310b58bbb6f6e5048, < eed774da601268dae674e14d54a15e3624691f52; >= 57631054fae6dcc9c892ae6310b58bbb6f6e5048, < 8ff183ee4d8c452960df58175a094828c0513b2e; >= 57631054fae6dcc9c892ae6310b58bbb6f6e5048, < 7a6c171c6a1ac6d1509752dac131d941a3de0b37; >= 57631054fae6dcc9c892ae6310b58bbb6f6e5048, < 96cce16e26dd02a8678f1e87f88a4b5cdb63b995 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64508?
How severe is CVE-2026-64508?
How do I fix CVE-2026-64508?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64502In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64503In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64504In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64505In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64506In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64507In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64509In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6451The cms-fuer-motorrad-werkstaetten plugin for WordPress is v…4.3
- CVE-2026-64510In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-64511In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64512In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64513In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64508?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
