CVE-2026-93135
Last modified
CVE-2026-93135 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: Reject programs with inlined helpers if JIT is not available When an architecture (such as LoongArch, ARM64, and RISC-V) implements bpf_jit_inlines_helper_call(), the verifier skips rewriting the helper call offset (insn->imm) in bpf_do_misc_fixups(). This is because the helper is expected to be inlined by the JIT compiler later.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject programs with inlined helpers if JIT is not available When an architecture (such as LoongArch, ARM64, and RISC-V) implements bpf_jit_inlines_helper_call(), the verifier skips rewriting the helper call offset (insn->imm) in bpf_do_misc_fixups(). This is because the helper is expected to be inlined by the JIT compiler later. Therefore, insn->imm remains as the raw helper enum ID. However, if JIT is disabled at runtime (net.core.bpf_jit_enable=0) or if JIT compilation fails dynamically (e.g., due to OOM), the program falls back to the BPF interpreter. When the interpreter executes (__bpf_call_base + insn->imm) with the unpatched raw ID, it jumps into an invalid address space, triggering an instruction alignment fault or a kernel panic. Although these helpers have valid C implementations in the kernel, the omission of offset rewriting makes runtime interpreter fallback fatal. Fix this by setting 'prog->jit_required = 1' when helper call rewriting is skipped for JIT inlining. This ensures that such programs are safely rejected if JIT is not available, preventing the runtime kernel panic.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2ddec2c80b4402c293c7e6e0881cecaaf77e8cec, < 21c6445366795fa3a89954e1d318e7c8afdef843; >= 2ddec2c80b4402c293c7e6e0881cecaaf77e8cec, < f1c27922576edccb99d0257827d09bd05c0304a6 |
| Linux | Linux | 6.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93135?
How severe is CVE-2026-93135?
How do I fix CVE-2026-93135?
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-93129In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93130In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93131In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93132In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93133In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93134In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93136In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93137In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93138In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93139In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9314Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-93140In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93135?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
