Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-64508
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-25 Jul, 2026 | 08:52
Updated At-25 Jul, 2026 | 08:52
Rejected At-
▼CVE Numbering Authority (CNA)
bpf: Support for hardening against JIT spraying

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.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • include/linux/filter.h
  • kernel/bpf/core.c
Default Status
unaffected
Versions
Affected
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before 6e52c240c43a601b681e3a4e58fc5685114d4726 (git)
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before eed774da601268dae674e14d54a15e3624691f52 (git)
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before 8ff183ee4d8c452960df58175a094828c0513b2e (git)
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before 7a6c171c6a1ac6d1509752dac131d941a3de0b37 (git)
  • From 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 before 96cce16e26dd02a8678f1e87f88a4b5cdb63b995 (git)
  • From 0 before 6.6.145 (semver)
  • From 0 before 6.12.97 (semver)
  • From 0 before 6.18.39 (semver)
  • From 0 before 7.1.4 (semver)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • include/linux/filter.h
  • kernel/bpf/core.c
Default Status
affected
Versions
Unaffected
  • From 6.6.145 through 6.6.* (semver)
  • From 6.12.97 through 6.12.* (semver)
  • From 6.18.39 through 6.18.* (semver)
  • From 7.1.4 through 7.1.* (semver)
  • From 7.2-rc2 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/6e52c240c43a601b681e3a4e58fc5685114d4726
N/A
https://git.kernel.org/stable/c/eed774da601268dae674e14d54a15e3624691f52
N/A
https://git.kernel.org/stable/c/8ff183ee4d8c452960df58175a094828c0513b2e
N/A
https://git.kernel.org/stable/c/7a6c171c6a1ac6d1509752dac131d941a3de0b37
N/A
https://git.kernel.org/stable/c/96cce16e26dd02a8678f1e87f88a4b5cdb63b995
N/A
Hyperlink: https://git.kernel.org/stable/c/6e52c240c43a601b681e3a4e58fc5685114d4726
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/eed774da601268dae674e14d54a15e3624691f52
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/8ff183ee4d8c452960df58175a094828c0513b2e
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/7a6c171c6a1ac6d1509752dac131d941a3de0b37
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/96cce16e26dd02a8678f1e87f88a4b5cdb63b995
Resource: N/A
Details not found